updated cli help text

This commit is contained in:
dswbx
2025-08-29 09:44:33 +02:00
parent da9a4df404
commit 1559d30f25
+12 -10
View File
@@ -16,22 +16,24 @@ 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 copy-assets [options] copy static assets
schema [options] get schema create [options] create a new project
run [options] run an instance debug <subject> debug bknd
debug <subject> debug bknd mcp [options] mcp server stdio transport
create [options] create a new project run [options] run an instance
copy-assets [options] copy static assets schema [options] get schema
config [options] get default config sync [options] sync database
help [command] display help for command types [options] generate types
user [options] <action> create/update users, or generate a token (auth)
help [command] display help for command
``` ```
## Starting an instance (`run`) ## Starting an instance (`run`)