@sourcescape/cli
v0.2.3
Published
sourcescape-cli ===============
Downloads
4
Readme
sourcescape-cli
Usage
$ npm install -g @sourcescape/cli
$ sourcescape COMMAND
running command...
$ sourcescape (-v|--version|version)
@sourcescape/cli/0.2.3 darwin-x64 node-v15.8.0
$ sourcescape --help [COMMAND]
USAGE
$ sourcescape COMMAND
...
Commands
sourcescape clean
sourcescape down
sourcescape help [COMMAND]
sourcescape status
sourcescape up
sourcescape watcher [FILE]
sourcescape clean
Cleans out existing SourceScape containers. Used for upgrading.
USAGE
$ sourcescape clean
OPTIONS
-d, --data Wipe datastores.
-h, --help show CLI help
-i, --images Delete images.
EXAMPLE
$ sourcescape clean
See code: src/commands/clean.ts
sourcescape down
Shuts down running SourceScape containers.
USAGE
$ sourcescape down
OPTIONS
-h, --help show CLI help
-n, --no-watcher Connect to preexisting watcher
EXAMPLE
$ sourcescape down
See code: src/commands/down.ts
sourcescape help [COMMAND]
display help for sourcescape
USAGE
$ sourcescape help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
sourcescape status
Get which containers are running.
USAGE
$ sourcescape status
OPTIONS
-h, --help show CLI help
EXAMPLE
$ sourcescape status
See code: src/commands/status.ts
sourcescape up
Initialize SourceScape.
USAGE
$ sourcescape up
OPTIONS
-h, --help show CLI help
-n, --no-watcher Connect to preexisting watcher
EXAMPLE
$ sourcescape up <YOUR_DIRECTORY>
See code: src/commands/up.ts
sourcescape watcher [FILE]
[DEBUG] Stand up the Watcher daemon.
USAGE
$ sourcescape watcher [FILE]
OPTIONS
-h, --help show CLI help
EXAMPLE
$ sourcescape watcher
See code: src/commands/watcher.ts