credcli

1.2.0 • Public • Published

credcli

Credence Application CLI

oclif

Usage

$ npm install -g credcli
$ credcli COMMAND
running command...
$ credcli (-v|--version|version)
credcli/1.2.0 darwin-x64 node-v10.17.0
$ credcli --help [COMMAND]
USAGE
  $ credcli COMMAND
...

Commands

credcli help [COMMAND]

display help for credcli

USAGE
  $ credcli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

credcli macro:add

Adds new configuration for the macro and creates desired folder and file

USAGE
  $ credcli macro:add

OPTIONS
  -a, --app=app        app in which the macro should be displayed
  -f, --folder=folder  path to the macro folder
  -l, --label=label    label for the action
  -n, --name=name      name to the macro
  -r, --route=route    specific application route in which this macro should be set

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/macro/add.js

credcli macro:export

Exports a macro to a json file in current directory

USAGE
  $ credcli macro:export

OPTIONS
  -n, --name=name  (required) name to the macro

See code: src/commands/macro/export.js

credcli macro:import

Imports the macro file to the current configuration

USAGE
  $ credcli macro:import

OPTIONS
  -f, --file=file  json configuration file which you want to import

See code: src/commands/macro/import.js

credcli macro:remove

Removes a macro from the configuration and also the respective folder

USAGE
  $ credcli macro:remove

OPTIONS
  -f, --folder=folder  path to the macro folder
  -n, --name=name      name to the macro

See code: src/commands/macro/remove.js

Readme

Keywords

Package Sidebar

Install

npm i credcli

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

116 kB

Total Files

13

Last publish

Collaborators

  • prabhuvikas