@u4ic-test/oclif-test
TypeScript icon, indicating that this package has built-in type declarations

2.6.1-alpha.4 • Public • Published

Swimlane Turbine SDK

Version Downloads/week License

Requirements

Installation

npm install -g @swimlane/turbine-sdk@latest

Usage

$ npm install -g @u4ic-test/oclif-test
$ u4ic-test COMMAND
running command...
$ u4ic-test (--version|-v)
@u4ic-test/oclif-test/2.6.1-alpha.4+8521856 darwin-x64 node-v16.17.1
$ u4ic-test --help [COMMAND]
USAGE
  $ u4ic-test COMMAND
...

Commands

u4ic-test action cwd

Update a connector action.

USAGE
  $ u4ic-test action cwd [-d <value>] [-h]

FLAGS
  -d, --directory=<value>  [default: ./] Root directory of the repository.
  -h, --help               Show CLI help.

DESCRIPTION
  Update a connector action.

u4ic-test autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ u4ic-test autocomplete [SHELL] [-r]

ARGUMENTS
  SHELL  shell type

FLAGS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

DESCRIPTION
  display autocomplete installation instructions

EXAMPLES
  $ u4ic-test autocomplete

  $ u4ic-test autocomplete bash

  $ u4ic-test autocomplete zsh

  $ u4ic-test autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

u4ic-test commands

list all the commands

USAGE
  $ u4ic-test commands [--json] [-h] [--hidden] [--columns <value> | -x] [--sort <value>] [--filter <value>]
    [--output csv|json|yaml |  | [--csv | --no-truncate]] [--no-header | ]

FLAGS
  -h, --help         Show CLI help.
  -x, --extended     show extra columns
  --columns=<value>  only show provided columns (comma-separated)
  --csv              output is csv format [alias: --output=csv]
  --filter=<value>   filter property by partial string matching, ex: name=foo
  --hidden           show hidden commands
  --no-header        hide table header from output
  --no-truncate      do not truncate output to fit screen
  --output=<option>  output in a more machine friendly format
                     <options: csv|json|yaml>
  --sort=<value>     property to sort by (prepend '-' for descending)

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  list all the commands

See code: @oclif/plugin-commands

u4ic-test help [COMMAND]

Display help for u4ic-test.

USAGE
  $ u4ic-test 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 u4ic-test.

See code: @oclif/plugin-help

u4ic-test plugins

List installed plugins.

USAGE
  $ u4ic-test plugins [--core]

FLAGS
  --core  Show core plugins.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ u4ic-test plugins

See code: @oclif/plugin-plugins

u4ic-test plugins:install PLUGIN...

Installs a plugin into the CLI.

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

EXAMPLES
  $ u4ic-test plugins:install myplugin 

  $ u4ic-test plugins:install https://github.com/someuser/someplugin

  $ u4ic-test plugins:install someuser/someplugin

u4ic-test plugins:inspect PLUGIN...

Displays installation properties of a plugin.

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

u4ic-test plugins:install PLUGIN...

Installs a plugin into the CLI.

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

EXAMPLES
  $ u4ic-test plugins:install myplugin 

  $ u4ic-test plugins:install https://github.com/someuser/someplugin

  $ u4ic-test plugins:install someuser/someplugin

u4ic-test plugins:link PLUGIN

Links a plugin into the CLI for development.

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

u4ic-test plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ u4ic-test plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ u4ic-test plugins unlink
  $ u4ic-test plugins remove

u4ic-test plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ u4ic-test plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ u4ic-test plugins unlink
  $ u4ic-test plugins remove

u4ic-test plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ u4ic-test plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ u4ic-test plugins unlink
  $ u4ic-test plugins remove

u4ic-test plugins update

Update installed plugins.

USAGE
  $ u4ic-test plugins update [-h] [-v]

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

DESCRIPTION
  Update installed plugins.

u4ic-test version

USAGE
  $ u4ic-test version

See code: @oclif/plugin-version

u4ic-test which

Show which plugin a command is in.

USAGE
  $ u4ic-test which

DESCRIPTION
  Show which plugin a command is in.

See code: @oclif/plugin-which

Readme

Keywords

Package Sidebar

Install

npm i @u4ic-test/oclif-test

Weekly Downloads

0

Version

2.6.1-alpha.4

License

ISC

Unpacked Size

14.5 kB

Total Files

11

Last publish

Collaborators

  • mr_charlie