0.0.0 • Published 7 months ago

cypherock v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

oclif-hello-world

oclif example Hello World CLI

oclif CircleCI GitHub license

Usage

$ npm install -g cypherock
$ cypherock COMMAND
running command...
$ cypherock (--version)
cypherock/0.0.0 win32-x64 node-v16.16.0
$ cypherock --help [COMMAND]
USAGE
  $ cypherock COMMAND
...
$ npm install -g cypherock
$ cypherock COMMAND
running command...
$ cypherock (--version)
cypherock/0.0.0 linux-x64 node-v16.16.0
$ cypherock --help [COMMAND]
USAGE
  $ cypherock COMMAND
...

Commands

cypherock help [COMMANDS]

Display help for cypherock.

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

See code: @oclif/plugin-help

cypherock plugins

List installed plugins.

USAGE
  $ cypherock plugins [--core]

FLAGS
  --core  Show core plugins.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ cypherock plugins

See code: @oclif/plugin-plugins

cypherock plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ cypherock 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
  $ cypherock plugins add

EXAMPLES
  $ cypherock plugins:install myplugin 

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

  $ cypherock plugins:install someuser/someplugin

cypherock plugins:inspect PLUGIN...

Displays installation properties of a plugin.

USAGE
  $ cypherock 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
  $ cypherock plugins:inspect myplugin

See code: @oclif/plugin-plugins

cypherock plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ cypherock 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
  $ cypherock plugins add

EXAMPLES
  $ cypherock plugins:install myplugin 

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

  $ cypherock plugins:install someuser/someplugin

See code: @oclif/plugin-plugins

cypherock plugins:link PLUGIN

Links a plugin into the CLI for development.

USAGE
  $ cypherock 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
  $ cypherock plugins:link myplugin

See code: @oclif/plugin-plugins

cypherock plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ cypherock plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ cypherock plugins unlink
  $ cypherock plugins remove

cypherock plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ cypherock plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ cypherock plugins unlink
  $ cypherock plugins remove

See code: @oclif/plugin-plugins

cypherock plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ cypherock plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ cypherock plugins unlink
  $ cypherock plugins remove

cypherock plugins update

Update installed plugins.

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

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

DESCRIPTION
  Update installed plugins.

See code: @oclif/plugin-plugins

cypherock wallet balance NAME

Get wallet balance

USAGE
  $ cypherock wallet balance NAME

ARGUMENTS
  NAME  wallet name

DESCRIPTION
  Get wallet balance

EXAMPLES
  $ cypherock wallet balance

  $ cypherock wallet balance mywallet

cypherock wallet create NAME

Create a new wallet

USAGE
  $ cypherock wallet create NAME [-m <value>]

ARGUMENTS
  NAME  name of wallet

FLAGS
  -m, --mnemonic=<value>  mnemonic for wallet

DESCRIPTION
  Create a new wallet

EXAMPLES
  $ cypherock wallet create

  $ cypherock wallet create mywallet

  $ cypherock wallet create mywallet -m "mnemonic"

cypherock wallet generate NAME

Generate a new address

USAGE
  $ cypherock wallet generate NAME

ARGUMENTS
  NAME  wallet name

DESCRIPTION
  Generate a new address

EXAMPLES
  $ cypherock wallet generate

  $ cypherock wallet generate mywallet

cypherock wallet list

List all wallets

USAGE
  $ cypherock wallet list

DESCRIPTION
  List all wallets

EXAMPLES
  $ cypherock wallet list

  $ cypherock wallet list

cypherock wallet transactions NAME

Get wallet transactions

USAGE
  $ cypherock wallet transactions NAME

ARGUMENTS
  NAME  wallet name

DESCRIPTION
  Get wallet transactions

EXAMPLES
  $ cypherock wallet transactions

  $ cypherock wallet transactions mywallet

cypherock help [COMMANDS]

Display help for cypherock.

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

See code: @oclif/plugin-help

cypherock wallet balance NAME

Get wallet balance

USAGE
  $ cypherock wallet balance NAME

ARGUMENTS
  NAME  wallet name

DESCRIPTION
  Get wallet balance

EXAMPLES
  $ cypherock wallet balance

  $ cypherock wallet balance mywallet

cypherock wallet create NAME

Create a new wallet

USAGE
  $ cypherock wallet create NAME [-m <value>]

ARGUMENTS
  NAME  name of wallet

FLAGS
  -m, --mnemonic=<value>  mnemonic for wallet

DESCRIPTION
  Create a new wallet

EXAMPLES
  $ cypherock wallet create

  $ cypherock wallet create mywallet

  $ cypherock wallet create mywallet -m "mnemonic"

cypherock wallet generate NAME

Generate a new address

USAGE
  $ cypherock wallet generate NAME

ARGUMENTS
  NAME  wallet name

DESCRIPTION
  Generate a new address

EXAMPLES
  $ cypherock wallet generate

  $ cypherock wallet generate mywallet

cypherock wallet list

List all wallets

USAGE
  $ cypherock wallet list

DESCRIPTION
  List all wallets

EXAMPLES
  $ cypherock wallet list

  $ cypherock wallet list

cypherock wallet transactions NAME

Get wallet transactions

USAGE
  $ cypherock wallet transactions NAME

ARGUMENTS
  NAME  wallet name

DESCRIPTION
  Get wallet transactions

EXAMPLES
  $ cypherock wallet transactions

  $ cypherock wallet transactions mywallet