1.2.0 • Published 5 years ago

credcli v1.2.0

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
5 years ago

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

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago