0.4.22 • Published 1 year ago

@cavrnus/cli v0.4.22

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

oclif-hello-world

oclif example Hello World CLI

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g @cavrnus/cli-automation-test
$ cavcli COMMAND
running command...
$ cavcli (--version)
@cavrnus/cli-automation-test/0.2.20-prerelease.1 win32-x64 node-v12.22.10
$ cavcli --help [COMMAND]
USAGE
  $ cavcli COMMAND
...
$ npm install -g @cavrnus/cli
$ cavcli COMMAND
running command...
$ cavcli (--version)
@cavrnus/cli/0.1.16 win32-x64 node-v14.17.4
$ cavcli --help [COMMAND]
USAGE
  $ cavcli COMMAND
...

Commands

cavcli help [COMMAND]

Display help for cavcli.

USAGE
  $ cavcli 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 cavcli.

See code: @oclif/plugin-help

cavcli login

Log-in to Cavrnus

USAGE
  $ cavcli login [-s]

FLAGS
  -s, --server  Also allow updating the target api server

DESCRIPTION
  Log-in to Cavrnus

EXAMPLES
  $ cavcli login

See code: dist/commands/login.ts

cavcli new

Create a new holoscript project template.

USAGE
  $ cavcli new

DESCRIPTION
  Create a new holoscript project template.

EXAMPLES
  $ cavcli new

See code: dist/commands/new.ts

cavcli plugins

List installed plugins.

USAGE
  $ cavcli plugins [--core]

FLAGS
  --core  Show core plugins.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ cavcli plugins

See code: @oclif/plugin-plugins

cavcli plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ cavcli plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Installs a plugin into the CLI.

  Can be installed from npm or a git url.

  Installation of a user-installed plugin will override a core plugin.

  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.

ALIASES
  $ cavcli plugins add

EXAMPLES
  $ cavcli plugins:install myplugin 

  $ cavcli plugins:install https://github.com/someuser/someplugin

  $ cavcli plugins:install someuser/someplugin

cavcli plugins:inspect PLUGIN...

Displays installation properties of a plugin.

USAGE
  $ cavcli plugins:inspect PLUGIN...

ARGUMENTS
  PLUGIN  [default: .] Plugin to inspect.

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Displays installation properties of a plugin.

EXAMPLES
  $ cavcli plugins:inspect myplugin

cavcli plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ cavcli plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Installs a plugin into the CLI.

  Can be installed from npm or a git url.

  Installation of a user-installed plugin will override a core plugin.

  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.

ALIASES
  $ cavcli plugins add

EXAMPLES
  $ cavcli plugins:install myplugin 

  $ cavcli plugins:install https://github.com/someuser/someplugin

  $ cavcli plugins:install someuser/someplugin

cavcli plugins:link PLUGIN

Links a plugin into the CLI for development.

USAGE
  $ cavcli plugins:link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Links a plugin into the CLI for development.

  Installation of a linked plugin will override a user-installed or core plugin.

  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
  command will override the user-installed or core plugin implementation. This is useful for development work.

EXAMPLES
  $ cavcli plugins:link myplugin

cavcli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ cavcli plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ cavcli plugins unlink
  $ cavcli plugins remove

cavcli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ cavcli plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ cavcli plugins unlink
  $ cavcli plugins remove

cavcli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ cavcli plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ cavcli plugins unlink
  $ cavcli plugins remove

cavcli plugins update

Update installed plugins.

USAGE
  $ cavcli plugins update [-h] [-v]

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Update installed plugins.

cavcli profile

Emit logged in profile info.

USAGE
  $ cavcli profile

DESCRIPTION
  Emit logged in profile info.

EXAMPLES
  $ cavcli profile

See code: dist/commands/profile.ts

cavcli scriptdeploy [SCRIPTPROJECTPATH] [MODULENAME] [MODULEVERSION]

Upload a new or updated holoscript, and assign it to a designated testing room, and remove any old version of the script from that room.

USAGE
  $ cavcli scriptdeploy [SCRIPTPROJECTPATH] [MODULENAME] [MODULEVERSION] [-r <value>]

FLAGS
  -r, --room=<value>  Room name to which to add the new script

DESCRIPTION
  Upload a new or updated holoscript, and assign it to a designated testing room, and remove any old version of the
  script from that room.

EXAMPLES
  $ cavcli scriptdeploy

See code: dist/commands/scriptdeploy.ts

cavcli scriptdeployto [SCRIPTPROJECTPATH] [MODULENAME] [MODULEVERSION]

Upload a new or updated holoscript, and assign it to a designated testing room, and remove any old version of the script from that room.

USAGE
  $ cavcli scriptdeployto [SCRIPTPROJECTPATH] [MODULENAME] [MODULEVERSION]

DESCRIPTION
  Upload a new or updated holoscript, and assign it to a designated testing room, and remove any old version of the
  script from that room.

EXAMPLES
  $ cavcli scriptdeployto

See code: dist/commands/scriptdeployto.ts

cavcli scriptenv [ROOM] [EXCEPTTHISMODULE]

Download all scripts running in a provided Cavrnus room, so that they can be imported as they would running in Cavrnus

USAGE
  $ cavcli scriptenv [ROOM] [EXCEPTTHISMODULE]

DESCRIPTION
  Download all scripts running in a provided Cavrnus room, so that they can be imported as they would running in Cavrnus

EXAMPLES
  $ cavcli scriptenv

See code: dist/commands/scriptenv.ts

cavcli scriptenvall [EXCEPTTHISMODULE]

Download all scripts available in the user account, so that they can be imported as they would running in Cavrnus

USAGE
  $ cavcli scriptenvall [EXCEPTTHISMODULE]

DESCRIPTION
  Download all scripts available in the user account, so that they can be imported as they would running in Cavrnus

EXAMPLES
  $ cavcli scriptenvall

See code: dist/commands/scriptenvall.ts

cavcli help [COMMAND]

Display help for cavcli.

USAGE
  $ cavcli 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 cavcli.

See code: @oclif/plugin-help

cavcli login

Log-in to Cavrnus

USAGE
  $ cavcli login [-s]

FLAGS
  -s, --server  Also allow updating the target api server

DESCRIPTION
  Log-in to Cavrnus

EXAMPLES
  $ cavcli login

See code: dist/commands/login.ts

cavcli new

Create a new holoscript project template.

USAGE
  $ cavcli new

DESCRIPTION
  Create a new holoscript project template.

EXAMPLES
  $ cavcli new

See code: dist/commands/new.ts

cavcli plugins

List installed plugins.

USAGE
  $ cavcli plugins [--core]

FLAGS
  --core  Show core plugins.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ cavcli plugins

See code: @oclif/plugin-plugins

cavcli plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ cavcli plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Installs a plugin into the CLI.

  Can be installed from npm or a git url.

  Installation of a user-installed plugin will override a core plugin.

  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.

ALIASES
  $ cavcli plugins add

EXAMPLES
  $ cavcli plugins:install myplugin 

  $ cavcli plugins:install https://github.com/someuser/someplugin

  $ cavcli plugins:install someuser/someplugin

cavcli plugins:inspect PLUGIN...

Displays installation properties of a plugin.

USAGE
  $ cavcli plugins:inspect PLUGIN...

ARGUMENTS
  PLUGIN  [default: .] Plugin to inspect.

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Displays installation properties of a plugin.

EXAMPLES
  $ cavcli plugins:inspect myplugin

cavcli plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ cavcli plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Installs a plugin into the CLI.

  Can be installed from npm or a git url.

  Installation of a user-installed plugin will override a core plugin.

  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.

ALIASES
  $ cavcli plugins add

EXAMPLES
  $ cavcli plugins:install myplugin 

  $ cavcli plugins:install https://github.com/someuser/someplugin

  $ cavcli plugins:install someuser/someplugin

cavcli plugins:link PLUGIN

Links a plugin into the CLI for development.

USAGE
  $ cavcli plugins:link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Links a plugin into the CLI for development.

  Installation of a linked plugin will override a user-installed or core plugin.

  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
  command will override the user-installed or core plugin implementation. This is useful for development work.

EXAMPLES
  $ cavcli plugins:link myplugin

cavcli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ cavcli plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ cavcli plugins unlink
  $ cavcli plugins remove

cavcli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ cavcli plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ cavcli plugins unlink
  $ cavcli plugins remove

cavcli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ cavcli plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ cavcli plugins unlink
  $ cavcli plugins remove

cavcli plugins update

Update installed plugins.

USAGE
  $ cavcli plugins update [-h] [-v]

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Update installed plugins.

cavcli profile

Emit logged in profile info.

USAGE
  $ cavcli profile

DESCRIPTION
  Emit logged in profile info.

EXAMPLES
  $ cavcli profile

See code: dist/commands/profile.ts

cavcli scriptdeploy [SCRIPTPROJECTPATH] [MODULENAME] [MODULEVERSION]

Upload a new or updated holoscript, and assign it to a designated testing room, and remove any old version of the script from that room.

USAGE
  $ cavcli scriptdeploy [SCRIPTPROJECTPATH] [MODULENAME] [MODULEVERSION] [-r <value>]

FLAGS
  -r, --room=<value>  Room name to which to add the new script

DESCRIPTION
  Upload a new or updated holoscript, and assign it to a designated testing room, and remove any old version of the
  script from that room.

EXAMPLES
  $ cavcli scriptdeploy

See code: dist/commands/scriptdeploy.ts

cavcli scriptdeployto [SCRIPTPROJECTPATH] [MODULENAME] [MODULEVERSION]

Upload a new or updated holoscript, and assign it to a designated testing room, and remove any old version of the script from that room.

USAGE
  $ cavcli scriptdeployto [SCRIPTPROJECTPATH] [MODULENAME] [MODULEVERSION]

DESCRIPTION
  Upload a new or updated holoscript, and assign it to a designated testing room, and remove any old version of the
  script from that room.

EXAMPLES
  $ cavcli scriptdeployto

See code: dist/commands/scriptdeployto.ts

cavcli scriptenv [ROOM] [EXCEPTTHISMODULE]

Download all scripts running in a provided Cavrnus room, so that they can be imported as they would running in Cavrnus

USAGE
  $ cavcli scriptenv [ROOM] [EXCEPTTHISMODULE]

DESCRIPTION
  Download all scripts running in a provided Cavrnus room, so that they can be imported as they would running in Cavrnus

EXAMPLES
  $ cavcli scriptenv

See code: dist/commands/scriptenv.ts

cavcli scriptenvall [EXCEPTTHISMODULE]

Download all scripts available in the user account, so that they can be imported as they would running in Cavrnus

USAGE
  $ cavcli scriptenvall [EXCEPTTHISMODULE]

DESCRIPTION
  Download all scripts available in the user account, so that they can be imported as they would running in Cavrnus

EXAMPLES
  $ cavcli scriptenvall

See code: dist/commands/scriptenvall.ts

0.4.22

1 year ago

0.4.23

1 year ago

0.4.9

2 years ago

0.4.20

2 years ago

0.4.21

2 years ago

0.4.19

2 years ago

0.4.10

2 years ago

0.4.17

2 years ago

0.4.18

2 years ago

0.4.15

2 years ago

0.4.16

2 years ago

0.4.13

2 years ago

0.4.14

2 years ago

0.4.11

2 years ago

0.4.12

2 years ago

0.4.8

2 years ago

0.4.6

2 years ago

0.4.4

2 years ago

0.4.1

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.0

2 years ago

0.3.15

2 years ago

0.3.0

3 years ago

0.3.5

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.2

3 years ago

0.2.24-dev.0

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.9

3 years ago

0.3.1-dev.0

3 years ago

0.3.14

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.3.0-dev.0

3 years ago

0.2.22-dev.0

3 years ago

0.2.8-dev.0

3 years ago

0.2.20

3 years ago

0.2.19

3 years ago

0.2.18

3 years ago

0.2.10-dev.0

3 years ago

0.2.17

3 years ago

0.2.7-dev.0

3 years ago

0.2.16

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.11-dev.0

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.21-dev.0

3 years ago

0.2.10

3 years ago

0.2.12-dev.0

3 years ago

0.2.9-dev.0

3 years ago

0.2.20-dev.0

3 years ago

0.2.15-dev.0

3 years ago

0.2.23-dev.0

3 years ago

0.2.19-dev.0

3 years ago

0.2.5-dev.0

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.1.17

3 years ago

0.2.9

3 years ago

0.1.18

3 years ago

0.2.8

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago