FastStore CLI
Usage
$ npm install -g @faststore/cli
$ faststore COMMAND
running command...
$ faststore (--version)
@faststore/cli/2.1.0 darwin-arm64 node-v16.18.0
$ faststore --help [COMMAND]
USAGE
$ faststore COMMAND
...
Commands
faststore build
USAGE
$ faststore build
See code: dist/commands/build.ts
faststore dev
USAGE
$ faststore dev
See code: dist/commands/dev.ts
faststore help [COMMAND]
Display help for faststore.
USAGE
$ faststore help [COMMAND] [-n]
ARGUMENTS
COMMAND Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for faststore.
See code: @oclif/plugin-help
faststore start
USAGE
$ faststore start
See code: dist/commands/start.ts