0.0.30 • Published 1 year ago

others-cli v0.0.30

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

oclif-hello-world

oclif example Hello World CLI

oclif Version Downloads/week

Usage

$ npm install -g others-cli
$ others COMMAND
running command...
$ others (--version)
others-cli/0.0.15 darwin-arm64 node-v18.12.1
$ others --help [COMMAND]
USAGE
  $ others COMMAND
...

Commands

others hello PERSON

Say hello

USAGE
  $ others hello PERSON -f <value>

ARGUMENTS
  PERSON  Person to say hello to

FLAGS
  -f, --from=<value>  (required) Who is saying hello

DESCRIPTION
  Say hello

EXAMPLES
  $ oex hello friend --from oclif
  hello friend from oclif! (./src/commands/hello/index.ts)

See code: dist/commands/hello/index.ts

others hello world

Say hello world

USAGE
  $ others hello world

DESCRIPTION
  Say hello world

EXAMPLES
  $ others hello world
  hello world! (./src/commands/hello/world.ts)

others help [COMMANDS]

Display help for others.

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

See code: @oclif/plugin-help

others plugins

List installed plugins.

USAGE
  $ others plugins [--core]

FLAGS
  --core  Show core plugins.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ others plugins

See code: @oclif/plugin-plugins

others plugins:install PLUGIN...

Installs a plugin into the CLI.

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

EXAMPLES
  $ others plugins:install myplugin 

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

  $ others plugins:install someuser/someplugin

others plugins:inspect PLUGIN...

Displays installation properties of a plugin.

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

others plugins:install PLUGIN...

Installs a plugin into the CLI.

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

EXAMPLES
  $ others plugins:install myplugin 

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

  $ others plugins:install someuser/someplugin

others plugins:link PLUGIN

Links a plugin into the CLI for development.

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

others plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ others plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ others plugins unlink
  $ others plugins remove

others plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ others plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ others plugins unlink
  $ others plugins remove

others plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ others plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ others plugins unlink
  $ others plugins remove

others plugins update

Update installed plugins.

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

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

DESCRIPTION
  Update installed plugins.

others update [CHANNEL]

update the others CLI

USAGE
  $ others update [CHANNEL] [-a] [-v <value> | -i] [--force]

FLAGS
  -a, --available        Install a specific version.
  -i, --interactive      Interactively select version to install. This is ignored if a channel is provided.
  -v, --version=<value>  Install a specific version.
  --force                Force a re-download of the requested version.

DESCRIPTION
  update the others CLI

EXAMPLES
  Update to the stable channel:

    $ others update stable

  Update to a specific version:

    $ others update --version 1.0.0

  Interactively select version:

    $ others update --interactive

  See available versions:

    $ others update --available

See code: @oclif/plugin-update

0.0.30

1 year ago

0.0.29

1 year ago

0.0.28

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago