0.5.1 • Published 2 years ago

rrochacli v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

This is a WIP!!!! Not production ready and currently closed beta!!!

comment: <> (oclif-hello-world)

comment: <> (=================)

comment: <> (oclif example Hello World CLI)

comment: <> ([oclif(https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io))

comment: <> ([Version(https://img.shields.io/npm/v/rrochacli.svg)](https://npmjs.org/package/rrochacli))

comment: <> ([Downloads/week(https://img.shields.io/npm/dw/rrochacli.svg)](https://npmjs.org/package/rrochacli))

comment: <> (

comment: <> (# Usage)

comment: <> (

$ npm install -g rrochacli
$ rrochacli COMMAND
running command...
$ rrochacli (--version)
rrochacli/0.5.1 darwin-x64 node-v16.13.0
$ rrochacli --help [COMMAND]
USAGE
  $ rrochacli COMMAND
...

comment: <> (# Commands)

comment: <> (

rrochacli help [COMMAND]

Display help for rrochacli.

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

See code: @oclif/plugin-help

rrochacli plugins

List installed plugins.

USAGE
  $ rrochacli plugins [--core]

FLAGS
  --core  Show core plugins.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ rrochacli plugins

See code: @oclif/plugin-plugins

rrochacli plugins:inspect PLUGIN...

Displays installation properties of a plugin.

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

rrochacli plugins:install PLUGIN...

Installs a plugin into the CLI.

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

EXAMPLES
  $ rrochacli plugins:install myplugin 

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

  $ rrochacli plugins:install someuser/someplugin

rrochacli plugins:link PLUGIN

Links a plugin into the CLI for development.

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

rrochacli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ rrochacli plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ rrochacli plugins unlink
  $ rrochacli plugins remove

rrochacli plugins update

Update installed plugins.

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

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

DESCRIPTION
  Update installed plugins.

rrochacli publish

Publish a new app.

USAGE
  $ rrochacli publish

DESCRIPTION
  Publish a new app.

EXAMPLES
  $ rrochacli publish

See code: dist/commands/publish.ts

rrochacli remove

Delete an app.

USAGE
  $ rrochacli remove

DESCRIPTION
  Delete an app.

EXAMPLES
  $ rrochacli remove

See code: dist/commands/remove.ts

0.5.1

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago