@sourcescape/cli
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

sourcescape-cli

oclif Version Downloads/week License

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

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

Readme

Keywords

Package Sidebar

Install

npm i @sourcescape/cli

Weekly Downloads

0

Version

0.2.3

License

MIT

Unpacked Size

42.4 kB

Total Files

30

Last publish

Collaborators

  • jurchen