Comparing version 0.53.0 to 0.54.0
{ | ||
"name": "grafbase", | ||
"version": "0.53.0", | ||
"version": "0.54.0", | ||
"description": "The Grafbase command line interface", | ||
"keywords": [ | ||
"grafbase" | ||
], | ||
"keywords": ["grafbase"], | ||
"homepage": "https://grafbase.com", | ||
@@ -30,8 +28,8 @@ "bugs": { | ||
"optionalDependencies": { | ||
"@grafbase/cli-aarch64-apple-darwin": "^0.53.0", | ||
"@grafbase/cli-x86_64-apple-darwin": "^0.53.0", | ||
"@grafbase/cli-x86_64-pc-windows-msvc": "^0.53.0", | ||
"@grafbase/cli-x86_64-unknown-linux-musl": "^0.53.0", | ||
"@grafbase/cli-aarch64-unknown-linux-musl": "^0.53.0" | ||
"@grafbase/cli-aarch64-apple-darwin": "^0.54.0", | ||
"@grafbase/cli-x86_64-apple-darwin": "^0.54.0", | ||
"@grafbase/cli-x86_64-pc-windows-msvc": "0.53.0", | ||
"@grafbase/cli-x86_64-unknown-linux-musl": "^0.54.0", | ||
"@grafbase/cli-aarch64-unknown-linux-musl": "^0.54.0" | ||
} | ||
} |
@@ -18,3 +18,3 @@ # Grafbase | ||
SUBCOMMANDS: | ||
dev Run your Grafbase project locally | ||
dev Start the Grafbase local development server | ||
completions Output completions for the chosen shell to use, write the output to the appropriate location for your shell | ||
@@ -28,10 +28,10 @@ init Sets up the current or a new project for Grafbase | ||
unlink Disconnect a local project from a remote project | ||
logs Tails logs from a remote project | ||
start Run your Grafbase project in production mode | ||
logs Tail logs from a standalone graph | ||
start Start Grafbase in production mode | ||
build Build the Grafbase project in advance to avoid the resolver build step in the start command | ||
introspect Introspect a subgraph endpoint and print its schema | ||
introspect Introspect a graph and print its schema | ||
subgraphs List subgraphs | ||
schema Fetch a federated graph or a subgraph | ||
publish Publish a subgraph schema | ||
check Check a graph or a subgraph for validation, composition and breaking change errors | ||
check Check a graph for validation, composition and breaking change errors | ||
``` | ||
@@ -58,3 +58,3 @@ | ||
Run your grafbase project locally | ||
Start the Grafbase local development server | ||
@@ -120,3 +120,3 @@ ``` | ||
Tail logs from a remote project | ||
Tail logs from a standalone graph | ||
@@ -136,3 +136,3 @@ ``` | ||
Run your Grafbase project in production mode | ||
Start Grafbase in production mode | ||
@@ -164,3 +164,3 @@ ``` | ||
Introspect a subgraph endpoint and print its schema | ||
Introspect a graph and print its schema | ||
@@ -205,3 +205,3 @@ ``` | ||
Publish a subgraph to a federated graph | ||
Publish a subgraph schema | ||
@@ -208,0 +208,0 @@ ``` |
14262