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
Set up apps/cli/src/cli/index.ts as the bin entry point. Use commander. Register all sub-commands. Add --version, --help flags. Set up tsup bundler config to build all 4 components (cli, helper, config, reporter).
Set up
apps/cli/src/cli/index.tsas the bin entry point. Usecommander. Register all sub-commands. Add--version,--helpflags. Set uptsupbundler config to build all 4 components (cli, helper, config, reporter).