diff --git a/docs/content/docs/(documentation)/usage/cli.mdx b/docs/content/docs/(documentation)/usage/cli.mdx index 2874b949..2ccd8755 100644 --- a/docs/content/docs/(documentation)/usage/cli.mdx +++ b/docs/content/docs/(documentation)/usage/cli.mdx @@ -16,22 +16,24 @@ Here is the output: $ npx bknd Usage: bknd [options] [command] -⚡ bknd cli v0.16.0 +⚡ bknd cli v0.17.0 Options: -V, --version output the version number -h, --help display help for command Commands: - user create/update users, or generate a token (auth) - types [options] generate types - schema [options] get schema - run [options] run an instance - debug debug bknd - create [options] create a new project - copy-assets [options] copy static assets - config [options] get default config - help [command] display help for command + config [options] get app config + copy-assets [options] copy static assets + create [options] create a new project + debug 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] create/update users, or generate a token (auth) + help [command] display help for command ``` ## Starting an instance (`run`)