concordialang-ui-cli
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

concordialang-ui-cli

oclif Version Downloads/week License

Usage

$ npm install -g concordialang-ui-cli
$ clui COMMAND
running command...
$ clui (-v|--version|version)
concordialang-ui-cli/0.1.0 linux-x64 node-v8.16.0
$ clui --help [COMMAND]
USAGE
  $ clui COMMAND
...

Commands

clui generate

describe the command here

USAGE
  $ clui generate

OPTIONS
  -a, --ast=ast              ast file path
  -o, --outputDir=outputDir  location where output files will be saved
  -p, --plugin=plugin        plugin which will generate the UI

See code: src/commands/generate.ts

clui help [COMMAND]

display help for clui

USAGE
  $ clui help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

clui plugins

list installed plugins

USAGE
  $ clui plugins

OPTIONS
  --core  show core plugins

EXAMPLE
  $ clui plugins

See code: @oclif/plugin-plugins

clui plugins:install PLUGIN...

installs a plugin into the CLI

USAGE
  $ clui plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  plugin to install

OPTIONS
  -f, --force    yarn install with force flag
  -h, --help     show CLI help
  -v, --verbose

DESCRIPTION
  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
  $ clui plugins:add

EXAMPLES
  $ clui plugins:install myplugin 
  $ clui plugins:install https://github.com/someuser/someplugin
  $ clui plugins:install someuser/someplugin

See code: @oclif/plugin-plugins

clui plugins:link PLUGIN

links a plugin into the CLI for development

USAGE
  $ clui plugins:link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

DESCRIPTION
  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.

EXAMPLE
  $ clui plugins:link myplugin

See code: @oclif/plugin-plugins

clui plugins:uninstall PLUGIN...

removes a plugin from the CLI

USAGE
  $ clui plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

ALIASES
  $ clui plugins:unlink
  $ clui plugins:remove

See code: @oclif/plugin-plugins

clui plugins:update

update installed plugins

USAGE
  $ clui plugins:update

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

See code: @oclif/plugin-plugins

Readme

Keywords

Package Sidebar

Install

npm i concordialang-ui-cli

Weekly Downloads

1

Version

0.1.0

License

AGPL-3.0

Unpacked Size

44.3 kB

Total Files

10

Last publish

Collaborators

  • wgoncalves