45 个版本 (18 个重大更新)

0.19.2 2023 年 5 月 12 日
0.18.13 2023 年 5 月 9 日
0.18.0-rc.42023 年 3 月 31 日
0.14.1 2022 年 12 月 22 日
0.3.0 2022 年 7 月 25 日

#1 in #本地

Download history 11/week @ 2024-07-01 51/week @ 2024-07-22

每月 51 次下载

Apache-2.0

270KB
3.5K SLoC

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

Grafbase

Grafbase CLI

使用方法

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

子命令

completions<shell>

为所选 shell 输出完成性

dev

在本地运行您的 grafbase 项目

标志

  • --p, --port <端口号> - 使用特定的端口号
  • --s, --search - 如果指定的端口号不可用,则搜索另一个端口号
  • --disable-watch - 不要监听模式更改并重新加载

init

为 Grafbase 设置当前或新项目

参数

  • [name] - 如果提供,则使用给定的名称创建新项目目录,而不是设置当前目录

标志

  • --t, --template <名称> - 新项目的模板名称或 GitHub URL

依赖关系

~101MB
~1.5M SLoC