1.0.2 • Published 5 months ago
anypoint-cli-rtf-plugin v1.0.2
@mulesoft/rtf
rtf plugin
Usage
$ npm install -g @mulesoft/anypoint-cli-rtf-plugin
$ anypoint-cli-rtf-plugin COMMAND
running command...
$ anypoint-cli-rtf-plugin (--version)
@mulesoft/anypoint-cli-rtf-plugin/1.0.0 darwin-arm64 node-v18.12.0
$ anypoint-cli-rtf-plugin --help [COMMAND]
USAGE
$ anypoint-cli-rtf-plugin COMMAND
...
Commands
anypoint-cli-rtf-plugin conf [KEY] [VALUE]
anypoint-cli-rtf-plugin help [COMMAND]
anypoint-cli-rtf-plugin rtf:apps:describe FABRICID [APPNAME]
anypoint-cli-rtf-plugin version
anypoint-cli-rtf-plugin conf [KEY] [VALUE]
Manage authentication credentials in a configuration file (config.json)
USAGE
$ anypoint-cli-rtf-plugin conf [KEY] [VALUE] [-h] [-k <value>] [-v <value>] [-d]
ARGUMENTS
KEY key of the config
VALUE value of the config
FLAGS
-d, --delete delete config key
-h, --help Show CLI help.
-k, --key=<value> key of the config
-v, --value=<value> value of the config
DESCRIPTION
Manage authentication credentials in a configuration file (config.json)
by adding and removing key value pairs. Set one key value pair per command execution.
CLI config file: ~/Library/Preferences/anypoint-cli-v4-nodejs/config.json
EXAMPLES
$ anypoint-cli-rtf-plugin conf username myuser
$ anypoint-cli-rtf-plugin conf password mypwd
anypoint-cli-rtf-plugin help [COMMAND]
Display help for anypoint-cli-rtf-plugin.
USAGE
$ anypoint-cli-rtf-plugin 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 anypoint-cli-rtf-plugin.
See code: @oclif/plugin-help
anypoint-cli-rtf-plugin rtf:apps:describe FABRICID [APPNAME]
Shows details of one or many apps
USAGE
$ anypoint-cli-rtf-plugin rtf:apps:describe FABRICID [APPNAME] [--password <value> [--username <value> | --client_id
<value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment <value>]
[--host anypoint.mulesoft.com] [--collectMetrics] [-h]
FLAGS
-h, --help Show CLI help.
--bearer=<value> Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id=<value> Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret=<value> Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment
variable.
--collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment variable.
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment variable.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
environment variable.
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password=<value> Password. You can define this in the ANYPOINT_PASSWORD
environment variable.
--username=<value> Username. You can define this in the
ANYPOINT_USERNAME environment variable.
DESCRIPTION
Shows details of one or many apps
See code: src/commands/rtf/apps/describe.ts
anypoint-cli-rtf-plugin version
USAGE
$ anypoint-cli-rtf-plugin version
See code: @oclif/plugin-version