datagrph plugin
@raven/datagraph
================
datagrph plugin




sh-session
$ npm install -g @mulesoft/anypoint-cli-datagraph-plugin
$ anypoint-cli-datagraph-plugin COMMAND
running command...
$ anypoint-cli-datagraph-plugin (--version)
@mulesoft/anypoint-cli-datagraph-plugin/0.4.0 darwin-x64 node-v16.14.2
$ anypoint-cli-datagraph-plugin --help [COMMAND]
USAGE
$ anypoint-cli-datagraph-plugin COMMAND
...
`
Commands
* [anypoint-cli-datagraph-plugin conf [KEY] [VALUE]](#anypoint-cli-datagraph-plugin-conf-key-value)
* anypoint-cli-datagraph-plugin datagraph:load-balancer-config:add DLBURL
* anypoint-cli-datagraph-plugin datagraph:load-balancer-config:describe
* anypoint-cli-datagraph-plugin datagraph:load-balancer-config:remove
* [anypoint-cli-datagraph-plugin help [COMMAND]](#anypoint-cli-datagraph-plugin-help-command)
* anypoint-cli-datagraph-plugin versionanypoint-cli-datagraph-plugin conf [KEY] [VALUE]Manage authentication credentials in a configuration file (config.json)
`
USAGE
$ anypoint-cli-datagraph-plugin conf [KEY] [VALUE] [-h] [-k ] [-v ] [-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= key of the config
-v, --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-datagraph-plugin conf username myuser
$ anypoint-cli-datagraph-plugin conf password mypwd
`anypoint-cli-datagraph-plugin datagraph:load-balancer-config:add DLBURLAdds a load balancer configuration to a DataGraph
`
USAGE
$ anypoint-cli-datagraph-plugin datagraph:load-balancer-config:add [DLBURL] [--password [--username | --client_id
| ]] [--client_secret ] [--bearer | | ] [--organization ] [--environment ]
[--host ] [--collectMetrics] [-h]ARGUMENTS
DLBURL datagraph load balancer config url
FLAGS
-h, --help Show CLI help.
--bearer= Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id= Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret= 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= 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= Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password= Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username= Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Adds a load balancer configuration to a DataGraph
`_See code: src/commands/datagraph/load-balancer-config/add.ts_
anypoint-cli-datagraph-plugin datagraph:load-balancer-config:describeShows a load balancer configuration for a DataGraph
`
USAGE
$ anypoint-cli-datagraph-plugin datagraph:load-balancer-config:describe [--password [--username | --client_id | ]]
[--client_secret ] [--bearer | | ] [--organization ] [--environment ] [--host
] [--collectMetrics] [-h] [-o ]FLAGS
-h, --help Show CLI help.
-o, --output= [default: table] Format for commands output. Supported values are table (default) and
json
--bearer= Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id= Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret= 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= 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= Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password= Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username= Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Shows a load balancer configuration for a DataGraph
`_See code: src/commands/datagraph/load-balancer-config/describe.ts_
anypoint-cli-datagraph-plugin datagraph:load-balancer-config:removeRemoves a load balancer configuration from a DataGraph
`
USAGE
$ anypoint-cli-datagraph-plugin datagraph:load-balancer-config:remove [--password [--username | --client_id | ]]
[--client_secret ] [--bearer | | ] [--organization ] [--environment ] [--host
] [--collectMetrics] [-h]FLAGS
-h, --help Show CLI help.
--bearer= Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id= Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret= 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= 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= Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password= Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username= Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Removes a load balancer configuration from a DataGraph
`_See code: src/commands/datagraph/load-balancer-config/remove.ts_
anypoint-cli-datagraph-plugin help [COMMAND]Display help for anypoint-cli-datagraph-plugin.
`
USAGE
$ anypoint-cli-datagraph-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-datagraph-plugin.
`_See code: @oclif/plugin-help_
anypoint-cli-datagraph-plugin version`
USAGE
$ anypoint-cli-datagraph-plugin version
``_See code: @oclif/plugin-version_