1.0.0 • Published 10 months ago

casper-node-launcher-js-test v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

casper-node-launcher-js

The npm library for makes easy to run casper node for test purpose.

Only Linux supported currently

oclif Version License

Open in Gitpod

Usage

$ npm install -g casper-node-launcher-js-test
$ casper-node-launcher-js COMMAND
running command...
$ casper-node-launcher-js (--version)
casper-node-launcher-js-test/1.0.0 linux-x64 node-v16.15.1
$ casper-node-launcher-js --help [COMMAND]
USAGE
  $ casper-node-launcher-js COMMAND
...

Commands

casper-node-launcher-js config [BRANCH] [NETWORKNAME]

Generate config files

USAGE
  $ casper-node-launcher-js config [BRANCH] [NETWORKNAME]

ARGUMENTS
  BRANCH       (v0.9.0|v0.9.3|v0.9.3.1|v0.9.4|v1.0.0|v1.0.1|v1.1.0|v1.1.1|v1.1.2|v1.2.0|v1.2.1|v1.3.0|v1.3.1|v1.3.2|v1.3
               .3|v1.3.4|v1.4.0|v1.4.1|v1.4.2|v1.4.3|v1.4.4|v1.4.5|v1.4.6|v1.4.8|v1.4.9|v1.4.13|v1.4.14|v1.4.15|v1.4.15-
               alt|v1.5.0-rc.1|v1.5.1|dev) [default: v1.5.1] The branch to use
  NETWORKNAME  (casper|casper-test|casper-net-1|casper-example) [default: casper-net-1] The default network name

DESCRIPTION
  Generate config files

See code: dist/commands/config.ts

casper-node-launcher-js download [BRANCH]

Download required assets for running casper node.

USAGE
  $ casper-node-launcher-js download [BRANCH]

ARGUMENTS
  BRANCH  (v0.9.0|v0.9.3|v0.9.3.1|v0.9.4|v1.0.0|v1.0.1|v1.1.0|v1.1.1|v1.1.2|v1.2.0|v1.2.1|v1.3.0|v1.3.1|v1.3.2|v1.3.3|v1
          .3.4|v1.4.0|v1.4.1|v1.4.2|v1.4.3|v1.4.4|v1.4.5|v1.4.6|v1.4.8|v1.4.9|v1.4.13|v1.4.14|v1.4.15|v1.4.15-alt|v1.5.0
          -rc.1|v1.5.1|dev) [default: v1.5.1] The branch to use

DESCRIPTION
  Download required assets for running casper node.

See code: dist/commands/download.ts

casper-node-launcher-js help [COMMANDS]

Display help for casper-node-launcher-js.

USAGE
  $ casper-node-launcher-js help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for casper-node-launcher-js.

See code: @oclif/plugin-help

casper-node-launcher-js node [BRANCH] [NETWORKNAME]

Starts a single Casper node.

USAGE
  $ casper-node-launcher-js node [BRANCH] [NETWORKNAME] [-d]

ARGUMENTS
  BRANCH       (v0.9.0|v0.9.3|v0.9.3.1|v0.9.4|v1.0.0|v1.0.1|v1.1.0|v1.1.1|v1.1.2|v1.2.0|v1.2.1|v1.3.0|v1.3.1|v1.3.2|v1.3
               .3|v1.3.4|v1.4.0|v1.4.1|v1.4.2|v1.4.3|v1.4.4|v1.4.5|v1.4.6|v1.4.8|v1.4.9|v1.4.13|v1.4.14|v1.4.15|v1.4.15-
               alt|v1.5.0-rc.1|v1.5.1|dev) [default: v1.5.1] The branch to use
  NETWORKNAME  (casper|casper-test|casper-net-1|casper-example) [default: casper-net-1] The default network name

FLAGS
  -d, --daemon

DESCRIPTION
  Starts a single Casper node.

See code: dist/commands/node.ts

casper-node-launcher-js plugins

List installed plugins.

USAGE
  $ casper-node-launcher-js plugins [--core]

FLAGS
  --core  Show core plugins.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ casper-node-launcher-js plugins

See code: @oclif/plugin-plugins

casper-node-launcher-js plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ casper-node-launcher-js 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
  $ casper-node-launcher-js plugins add

EXAMPLES
  $ casper-node-launcher-js plugins:install myplugin 

  $ casper-node-launcher-js plugins:install https://github.com/someuser/someplugin

  $ casper-node-launcher-js plugins:install someuser/someplugin

casper-node-launcher-js plugins:inspect PLUGIN...

Displays installation properties of a plugin.

USAGE
  $ casper-node-launcher-js plugins:inspect PLUGIN...

ARGUMENTS
  PLUGIN  [default: .] Plugin to inspect.

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

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Displays installation properties of a plugin.

EXAMPLES
  $ casper-node-launcher-js plugins:inspect myplugin

casper-node-launcher-js plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ casper-node-launcher-js 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
  $ casper-node-launcher-js plugins add

EXAMPLES
  $ casper-node-launcher-js plugins:install myplugin 

  $ casper-node-launcher-js plugins:install https://github.com/someuser/someplugin

  $ casper-node-launcher-js plugins:install someuser/someplugin

casper-node-launcher-js plugins:link PLUGIN

Links a plugin into the CLI for development.

USAGE
  $ casper-node-launcher-js 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
  $ casper-node-launcher-js plugins:link myplugin

casper-node-launcher-js plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ casper-node-launcher-js plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ casper-node-launcher-js plugins unlink
  $ casper-node-launcher-js plugins remove

casper-node-launcher-js plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ casper-node-launcher-js plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ casper-node-launcher-js plugins unlink
  $ casper-node-launcher-js plugins remove

casper-node-launcher-js plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ casper-node-launcher-js plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ casper-node-launcher-js plugins unlink
  $ casper-node-launcher-js plugins remove

casper-node-launcher-js plugins update

Update installed plugins.

USAGE
  $ casper-node-launcher-js plugins update [-h] [-v]

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

DESCRIPTION
  Update installed plugins.

casper-node-launcher-js stop [BRANCH] [NETWORKNAME]

Generate config files

USAGE
  $ casper-node-launcher-js stop [BRANCH] [NETWORKNAME]

ARGUMENTS
  BRANCH       (v0.9.0|v0.9.3|v0.9.3.1|v0.9.4|v1.0.0|v1.0.1|v1.1.0|v1.1.1|v1.1.2|v1.2.0|v1.2.1|v1.3.0|v1.3.1|v1.3.2|v1.3
               .3|v1.3.4|v1.4.0|v1.4.1|v1.4.2|v1.4.3|v1.4.4|v1.4.5|v1.4.6|v1.4.8|v1.4.9|v1.4.13|v1.4.14|v1.4.15|v1.4.15-
               alt|v1.5.0-rc.1|v1.5.1|dev) [default: v1.5.1] The branch to use
  NETWORKNAME  (casper|casper-test|casper-net-1|casper-example) [default: casper-net-1] The default network name

DESCRIPTION
  Generate config files

See code: dist/commands/stop.ts