45 releases (18 breaking)

0.19.2 May 12, 2023
0.18.13 May 9, 2023
0.18.0-rc.4 Mar 31, 2023
0.14.1 Dec 22, 2022
0.3.0 Jul 25, 2022

#241 in Command line utilities

Download history 3/week @ 2024-02-21 4/week @ 2024-02-28 1/week @ 2024-03-06 23/week @ 2024-03-13 96/week @ 2024-03-27 153/week @ 2024-04-03

249 downloads per month

Apache-2.0

270KB
3.5K SLoC

Rust 2.5K SLoC // 0.0% comments GraphQL 874 SLoC // 0.1% comments

Grafbase

The Grafbase CLI

Usage

The Grafbase command line interface

USAGE:
    grafbase [OPTIONS] <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    completions    Output completions for the chosen shell
                       To use, write the output to the appropriate location for your shell
    dev            Run your grafbase project locally
    help           Print this message or the help of the given subcommand(s)
    init           Sets up the current or a new project for Grafbase

Subcommands

completions <shell>

Output completions for the chosen shell

dev

Run your grafbase project locally

Flags

  • -p, --port <port> - Use a specific port
  • -s, --search - If a given port is unavailable, search for another
  • --disable-watch - Do not listen for schema changes and reload

init

Sets up the current or a new project for Grafbase

Arguments

  • [name] - If supplied, creates a new project directory with the given name rather than setting up the current directory

Flags

  • -t, --template <name> - The name or GitHub URL of the template to use for the new project

Dependencies

~81–120MB
~2M SLoC