updated cli help text

This commit is contained in:
dswbx
2025-08-29 09:44:33 +02:00
parent da9a4df404
commit 1559d30f25
@@ -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
``` ```