Comparing version 0.64.1 to 0.64.2
{ | ||
"name": "grafbase", | ||
"version": "0.64.1", | ||
"version": "0.64.2", | ||
"description": "The Grafbase command line interface", | ||
@@ -30,8 +30,8 @@ "keywords": [ | ||
"optionalDependencies": { | ||
"@grafbase/cli-aarch64-apple-darwin": "^0.64.1", | ||
"@grafbase/cli-x86_64-apple-darwin": "^0.64.1", | ||
"@grafbase/cli-aarch64-apple-darwin": "^0.64.2", | ||
"@grafbase/cli-x86_64-apple-darwin": "^0.64.2", | ||
"@grafbase/cli-x86_64-pc-windows-msvc": "0.53.0", | ||
"@grafbase/cli-x86_64-unknown-linux-musl": "^0.64.1", | ||
"@grafbase/cli-aarch64-unknown-linux-musl": "^0.64.1" | ||
"@grafbase/cli-x86_64-unknown-linux-musl": "^0.64.2", | ||
"@grafbase/cli-aarch64-unknown-linux-musl": "^0.64.2" | ||
} | ||
} |
@@ -126,3 +126,3 @@ # Grafbase | ||
Options: | ||
-l, --limit <LIMIT> How many last entries to retrive [default: 100] | ||
-l, --limit <LIMIT> How many last entries to retrieve [default: 100] | ||
--no-follow Whether to disable polling for new log entries | ||
@@ -144,3 +144,3 @@ ``` | ||
--log-level <LOG_LEVEL> Default log level to print [possible values: none, error, warn, info, debug] | ||
--listen-address <LISTEN_ADDRESS> IP address on which the server will listen for incomming connections. Defaults to 127.0.0.1 | ||
--listen-address <LISTEN_ADDRESS> IP address on which the server will listen for incoming connections. Defaults to 127.0.0.1 | ||
``` | ||
@@ -147,0 +147,0 @@ |