Blitz CLI
$ npm install -g blitz-cli
$ blitz COMMAND
running command...
$ blitz (-v|--version|version)
blitz-cli/0.0.0 darwin-x64 node-v12.14.1
$ blitz --help [COMMAND]
USAGE
$ blitz COMMAND
...
blitz console [FILE]
blitz db [FILE]
blitz generate [FILE]
blitz help [COMMAND]
blitz new [FILE]
blitz run [FILE]
blitz start [FILE]
describe the command here
USAGE
$ blitz console [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/console.ts
describe the command here
USAGE
$ blitz db [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/db.ts
describe the command here
USAGE
$ blitz generate [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/generate.ts
display help for blitz
USAGE
$ blitz help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
Create new Blitz project
USAGE
$ blitz new [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name Directory name
See code: src/commands/new.ts
describe the command here
USAGE
$ blitz run [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/run.ts
describe the command here
USAGE
$ blitz start [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/start.ts