monsoon-end-to-end-thursday-afternoon
v1.0.0
Published
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/monsoon.svg)](https://npmjs.org/package/monsoon) [![Downloads/week](https://img.shields.io/npm/dw/monsoon.svg)](https://npmjs.org
Downloads
3
Readme
monsoon
Usage
$ npm install -g monsoon-end-to-end-thursday-afternoon
$ monsoon COMMAND
running command...
$ monsoon (-v|--version|version)
monsoon-end-to-end-thursday-afternoon/1.0.0 linux-x64 node-v16.13.0
$ monsoon --help [COMMAND]
USAGE
$ monsoon COMMAND
...
Commands
monsoon deploy
monsoon destroy
monsoon help [COMMAND]
monsoon init
monsoon list
monsoon new-test
monsoon start
monsoon teardown
monsoon weather-channel
monsoon deploy
This is deploy command
USAGE
$ monsoon deploy
See code: src/commands/deploy.ts
monsoon destroy
Deletes the .monsoon directory from the user's local machine
USAGE
$ monsoon destroy
See code: src/commands/destroy.ts
monsoon help [COMMAND]
display help for monsoon
USAGE
$ monsoon help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
monsoon init
This is init command description
USAGE
$ monsoon init
See code: src/commands/init.ts
monsoon list
This is list command.
USAGE
$ monsoon list
See code: src/commands/list.ts
monsoon new-test
This is new-test command.
USAGE
$ monsoon new-test
See code: src/commands/new-test.ts
monsoon start
This is start command.
USAGE
$ monsoon start
See code: src/commands/start.ts
monsoon teardown
This is teardown command
USAGE
$ monsoon teardown
See code: src/commands/teardown.ts
monsoon weather-channel
This is list command.
USAGE
$ monsoon weather-channel
See code: src/commands/weather-channel.ts