mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
updated cli help text
This commit is contained in:
@@ -16,21 +16,23 @@ Here is the output:
|
|||||||
$ npx bknd
|
$ npx bknd
|
||||||
Usage: bknd [options] [command]
|
Usage: bknd [options] [command]
|
||||||
|
|
||||||
⚡ bknd cli v0.16.0
|
⚡ bknd cli v0.17.0
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-V, --version output the version number
|
-V, --version output the version number
|
||||||
-h, --help display help for command
|
-h, --help display help for command
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
user <action> create/update users, or generate a token (auth)
|
config [options] get app config
|
||||||
types [options] generate types
|
|
||||||
schema [options] get schema
|
|
||||||
run [options] run an instance
|
|
||||||
debug <subject> debug bknd
|
|
||||||
create [options] create a new project
|
|
||||||
copy-assets [options] copy static assets
|
copy-assets [options] copy static assets
|
||||||
config [options] get default config
|
create [options] create a new project
|
||||||
|
debug <subject> debug bknd
|
||||||
|
mcp [options] mcp server stdio transport
|
||||||
|
run [options] run an instance
|
||||||
|
schema [options] get schema
|
||||||
|
sync [options] sync database
|
||||||
|
types [options] generate types
|
||||||
|
user [options] <action> create/update users, or generate a token (auth)
|
||||||
help [command] display help for command
|
help [command] display help for command
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user