0.0.36 • Published 28 days ago

@cotera/cli v0.0.36

Weekly downloads
-
License
-
Repository
-
Last release
28 days ago

oclif-hello-world

oclif example Hello World CLI

oclif CircleCI GitHub license

Usage

$ npm install -g @cotera/cli
$ @cotera/cli COMMAND
running command...
$ @cotera/cli (--version)
@cotera/cli/0.0.0 darwin-arm64 node-v18.17.0
$ @cotera/cli --help [COMMAND]
USAGE
  $ @cotera/cli COMMAND
...

Commands

@cotera/cli autocomplete [SHELL]

Display autocomplete installation instructions.

USAGE
  $ @cotera/cli autocomplete [SHELL] [-r]

ARGUMENTS
  SHELL  (zsh|bash|powershell) Shell type

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

DESCRIPTION
  Display autocomplete installation instructions.

EXAMPLES
  $ @cotera/cli autocomplete

  $ @cotera/cli autocomplete bash

  $ @cotera/cli autocomplete zsh

  $ @cotera/cli autocomplete powershell

  $ @cotera/cli autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

@cotera/cli help [COMMANDS]

Display help for @cotera/cli.

USAGE
  $ @cotera/cli 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 @cotera/cli.

See code: @oclif/plugin-help

@cotera/cli import

Import dbt models into your Cotera project.

USAGE
  $ @cotera/cli import [-m <value>] [-s <value>]

FLAGS
  -m, --models=<value>  Regex to match models
  -s, --schema=<value>  Schema to import models from

DESCRIPTION
  Import dbt models into your Cotera project.

EXAMPLES
  $ @cotera/cli import --models "foo_*" --schema TEST_SCHEMA

See code: src/commands/import/index.ts

@cotera/cli plugins

List installed plugins.

USAGE
  $ @cotera/cli plugins [--json] [--core]

FLAGS
  --core  Show core plugins.

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ @cotera/cli plugins

See code: @oclif/plugin-plugins

@cotera/cli plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ @cotera/cli plugins add plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -s, --silent   Silences yarn output.
  -v, --verbose  Show verbose yarn output.

GLOBAL FLAGS
  --json  Format output as json.

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
  $ @cotera/cli plugins add

EXAMPLES
  $ @cotera/cli plugins add myplugin 

  $ @cotera/cli plugins add https://github.com/someuser/someplugin

  $ @cotera/cli plugins add someuser/someplugin

@cotera/cli plugins:inspect PLUGIN...

Displays installation properties of a plugin.

USAGE
  $ @cotera/cli 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
  $ @cotera/cli plugins inspect myplugin

See code: @oclif/plugin-plugins

@cotera/cli plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ @cotera/cli plugins install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -s, --silent   Silences yarn output.
  -v, --verbose  Show verbose yarn output.

GLOBAL FLAGS
  --json  Format output as json.

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
  $ @cotera/cli plugins add

EXAMPLES
  $ @cotera/cli plugins install myplugin 

  $ @cotera/cli plugins install https://github.com/someuser/someplugin

  $ @cotera/cli plugins install someuser/someplugin

See code: @oclif/plugin-plugins

@cotera/cli plugins:link PLUGIN

Links a plugin into the CLI for development.

USAGE
  $ @cotera/cli plugins link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

FLAGS
  -h, --help          Show CLI help.
  -v, --verbose
      --[no-]install  Install dependencies after linking the plugin.

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
  $ @cotera/cli plugins link myplugin

See code: @oclif/plugin-plugins

@cotera/cli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ @cotera/cli plugins remove plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ @cotera/cli plugins unlink
  $ @cotera/cli plugins remove

EXAMPLES
  $ @cotera/cli plugins remove myplugin

@cotera/cli plugins reset

Remove all user-installed and linked plugins.

USAGE
  $ @cotera/cli plugins reset [--hard] [--reinstall]

FLAGS
  --hard       Delete node_modules and package manager related files in addition to uninstalling plugins.
  --reinstall  Reinstall all plugins after uninstalling.

See code: @oclif/plugin-plugins

@cotera/cli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ @cotera/cli plugins uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ @cotera/cli plugins unlink
  $ @cotera/cli plugins remove

EXAMPLES
  $ @cotera/cli plugins uninstall myplugin

See code: @oclif/plugin-plugins

@cotera/cli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ @cotera/cli plugins unlink plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ @cotera/cli plugins unlink
  $ @cotera/cli plugins remove

EXAMPLES
  $ @cotera/cli plugins unlink myplugin

@cotera/cli plugins update

Update installed plugins.

USAGE
  $ @cotera/cli plugins update [-h] [-v]

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

DESCRIPTION
  Update installed plugins.

See code: @oclif/plugin-plugins

@cotera/cli setup

Setup your Cotera project. This command will guide you through the setup process.

USAGE
  $ @cotera/cli setup

DESCRIPTION
  Setup your Cotera project. This command will guide you through the setup process.

See code: src/commands/setup/index.ts

0.0.35

28 days ago

0.0.36

28 days ago

0.0.33

29 days ago

0.0.34

29 days ago

0.0.32

1 month ago

0.0.31

1 month ago

0.0.30

1 month ago

0.0.29

1 month ago

0.0.28

1 month ago

0.0.24

2 months ago

0.0.25

2 months ago

0.0.25-alpha.0

2 months ago

0.0.26

2 months ago

0.0.27

2 months ago

0.0.21

2 months ago

0.0.22

2 months ago

0.0.23

2 months ago

0.0.20

2 months ago

0.0.1-beta.28

2 months ago

0.0.1-beta.25

2 months ago

0.0.1-beta.24

2 months ago

0.0.1-beta.27

2 months ago

0.0.1-beta.26

2 months ago

0.0.0-beta.1

2 months ago

0.0.0

2 months ago