You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dev, build and init commands (at least) are missing from --help output.
> ./node_modules/.bin/storybook -V
8.3.3
> ./node_modules/.bin/storybook --help
Usage: cli <command> [options]
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
add [options] <addon> Add an addon to your Storybook
remove [options] <addon> Remove an addon from your Storybook
upgrade [options] Upgrade your Storybook packages to v8.3.3
info [options] Prints debugging information about the local environment
migrate [options] [migration] Run a Storybook codemod migration on your source files
sandbox|repro [options] [filterValue] Create a sandbox from a set of possible templates
link [options] <repo-url-or-directory> Pull down a repro from a URL (or a local directory), link it, and run storybook
automigrate [options] [fixId] Check storybook for incompatibilities or migrations and apply fixes
doctor [options] Check Storybook for known problems and provide suggestions or fixes
help [command] display help for command
Describe the bug
The
dev
,build
andinit
commands (at least) are missing from--help
output.Reproduction link
storybook --help
Reproduction steps
storybook --help
System
Additional context
No response
The text was updated successfully, but these errors were encountered: