$ npm install -g @storespynet/psm
$ psm COMMAND
running command...
$ psm (--version)
@storespynet/psm/1.0.0 win32-x64 node-v18.11.0
$ psm --help [COMMAND]
USAGE
$ psm COMMAND
...
create a new snapshot
USAGE
$ psm create [NAME]
ARGUMENTS
NAME name of the snapshot to create
DESCRIPTION
create a new snapshot
EXAMPLES
$ psm create staging1
See code: dist/commands/create.ts
delete a snapshot
USAGE
$ psm delete [NAME]
ARGUMENTS
NAME name of the snapshot to delete
DESCRIPTION
delete a snapshot
EXAMPLES
$ psm delete staging1
See code: dist/commands/delete.ts
Display help for psm.
USAGE
$ psm 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 psm.
See code: @oclif/plugin-help
list all snapshots
USAGE
$ psm list [FILE]
DESCRIPTION
list all snapshots
EXAMPLES
$ psm list
See code: dist/commands/list.ts
start a snapshot
USAGE
$ psm start [NAME]
ARGUMENTS
NAME name of the snapshot to start
DESCRIPTION
start a snapshot
EXAMPLES
$ psm start staging1
See code: dist/commands/start.ts
stop a snapshot
USAGE
$ psm stop [NAME]
ARGUMENTS
NAME name of the snapshot to stop
DESCRIPTION
stop a snapshot
EXAMPLES
$ psm stop staging1
See code: dist/commands/stop.ts