anypoint-cli-runtime-mgr-plugin
v1.0.9
Published
runtime-mgr plugin
Readme
@mulesoft/runtime-mgr
Usage
$ npm install -g @mulesoft/anypoint-cli-runtime-mgr-plugin
$ anypoint-cli-runtime-mgr-plugin COMMAND
running command...
$ anypoint-cli-runtime-mgr-plugin (--version)
@mulesoft/anypoint-cli-runtime-mgr-plugin/1.0.0 darwin-arm64 node-v18.20.8
$ anypoint-cli-runtime-mgr-plugin --help [COMMAND]
USAGE
$ anypoint-cli-runtime-mgr-plugin COMMAND
...Commands
anypoint-cli-runtime-mgr-plugin conf [KEY] [VALUE]anypoint-cli-runtime-mgr-plugin help [COMMAND]anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:add:server CLUSTERID SERVERID [SERVERIP]anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:create NAMEanypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:delete CLUSTERIDanypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:describe CLUSTERIDanypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:listanypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:modify CLUSTERIDanypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:remove:server CLUSTERID SERVERIDanypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:create NAME TARGETID SIZEanypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:delete MANAGEDGATEWAYIDanypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:describe MANAGEDGATEWAYIDanypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:edit MANAGEDGATEWAYIDanypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:listanypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:start MANAGEDGATEWAYIDanypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:stop MANAGEDGATEWAYIDanypoint-cli-runtime-mgr-plugin runtime-mgr:rtf:listanypoint-cli-runtime-mgr-plugin runtime-mgr:server:delete SERVERIDanypoint-cli-runtime-mgr-plugin runtime-mgr:server:describe SERVERIDanypoint-cli-runtime-mgr-plugin runtime-mgr:server:listanypoint-cli-runtime-mgr-plugin runtime-mgr:server:modify SERVERIDanypoint-cli-runtime-mgr-plugin runtime-mgr:server:tokenanypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:add:server SERVERGROUPID SERVERIDanypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:create NAME [SERVERIDS]anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:delete SERVERGROUPIDanypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:describe SERVERGROUPIDanypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:listanypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:modify SERVERGROUPIDanypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:remove:server SERVERGROUPID SERVERIDanypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-alert:create NAMEanypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-alert:describe ALERTIDanypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-alert:listanypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-alert:modify ALERTIDanypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-application:artifact IDENTIFIER DIRECTORYanypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-application:copy SOURCE TARGET TARGETIDENTIFIERanypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-application:delete IDENTIFIERanypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-application:deploy TARGETIDENTIFIER NAME ZIPFILEanypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-application:describe APPIDanypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-application:listanypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-application:modify IDENTIFIER [ZIPFILE]anypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-application:restart IDENTIFIERanypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-application:start IDENTIFIERanypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-application:stop IDENTIFIERanypoint-cli-runtime-mgr-plugin version
anypoint-cli-runtime-mgr-plugin conf [KEY] [VALUE]
Manage authentication credentials in a configuration file (config.json)
USAGE
$ anypoint-cli-runtime-mgr-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: /Users/gkuperman/Library/Preferences/oclif-nodejs/config.json
EXAMPLES
$ anypoint-cli-runtime-mgr-plugin conf username myuser
$ anypoint-cli-runtime-mgr-plugin conf password mypwdanypoint-cli-runtime-mgr-plugin help [COMMAND]
Display help for anypoint-cli-runtime-mgr-plugin.
USAGE
$ anypoint-cli-runtime-mgr-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-runtime-mgr-plugin.See code: @oclif/plugin-help
anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:add:server CLUSTERID SERVERID [SERVERIP]
Add server to cluster
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:add:server [CLUSTERID] [SERVERID] [SERVERIP] [--password <value> [--username
<value> | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>]
[--environment <value>] [--host <value>] [--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.
--[no-]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
Add server to clusterSee code: src/commands/runtime-mgr/cluster/add/server.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:create NAME
Create new cluster
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:create [NAME] --server <value> [--password <value> [--username <value> |
--client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment
<value>] [--host <value>] [--collectMetrics] [-h] [--multicast]
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.
--[no-]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.
--multicast Whether cluster should be Multicast
--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.
--server=<value>... (required) Pair of server ID and IP address. IP address is optional for multicast
clusters. You can provide multiple values to add multiple servers, e.g. --server
12:127.0.0.1 --server 38:128.0.0.1
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Create new clusterSee code: src/commands/runtime-mgr/cluster/create.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:delete CLUSTERID
Delete cluster
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:delete [CLUSTERID] [--password <value> [--username <value> | --client_id
<value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment <value>]
[--host <value>] [--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.
--[no-]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
Delete clusterSee code: src/commands/runtime-mgr/cluster/delete.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:describe CLUSTERID
Describe server cluster
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:describe [CLUSTERID] [--password <value> [--username <value> | --client_id
<value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment <value>]
[--host <value>] [--collectMetrics] [-h] [-o <value>]
FLAGS
-h, --help Show CLI help.
-o, --output=<value> [default: table] Format for commands output. Supported values are table (default) and
json
--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.
--[no-]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
Describe server clusterSee code: src/commands/runtime-mgr/cluster/describe.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:list
Lists all clusters in the environment
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:list [--password <value> [--username <value> | --client_id <value> |
]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment <value>] [--host
<value>] [--collectMetrics] [-h] [-o <value>]
FLAGS
-h, --help Show CLI help.
-o, --output=<value> [default: table] Format for commands output. Supported values are table (default) and
json
--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.
--[no-]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
Lists all clusters in the environmentSee code: src/commands/runtime-mgr/cluster/list.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:modify CLUSTERID
Modify cluster
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:modify [CLUSTERID] --name <value> [--password <value> [--username
<value> | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>]
[--environment <value>] [--host <value>] [--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.
--[no-]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.
--name=<value> (required) New cluster name
--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
Modify clusterSee code: src/commands/runtime-mgr/cluster/modify.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:remove:server CLUSTERID SERVERID
Add server to cluster
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:remove:server [CLUSTERID] [SERVERID] [--password <value> [--username <value> |
--client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment
<value>] [--host <value>] [--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.
--[no-]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
Add server to clusterSee code: src/commands/runtime-mgr/cluster/remove/server.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:create NAME TARGETID SIZE
Create a managed gateway
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:create [NAME] [TARGETID] [SIZE] --releaseChannel edge|lts [--password
<value> [--username <value> | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ]
[--organization <value>] [--environment <value>] [--host <value>] [--collectMetrics] [--publicUrl <value>]
[--lastMileSecurity] [--forwardSslSession] [--upstreamResponseTimeout <value>] [--connectionIdleTimeout <value>]
[--loggingLevel debug|info|warn|error|fatal] [--forwardLogs] [--tracingEnabled] [--tracingSampling <value>]
[--tracingLabels <value>] [--version <value>]
FLAGS
--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.
--[no-]collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment
variable.
--connectionIdleTimeout=<value> Connection idle timeout. You can define this in
the CONNECTION_IDLE_TIMEOUT environment variable. Default value is 60.
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment
variable.
--[no-]forwardLogs Forward logs. E.g. --no-forwardLogs to disable or --forwardLogs to
enable. You can define this in the FORWARD_LOGS environment variable.
Default value is true.
--[no-]forwardSslSession Ingress forward SSL session. E.g. --no-forwardSslSession to disable or
--forwardSslSession to enable. You can define this in the
FORWARD_SSL_SESSION environment variable. Default value is false.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the
ANYPOINT_HOST environment variable.
--[no-]lastMileSecurity Ingress last mile security. E.g. --no-lastMileSecurity to disable or
--lastMileSecurity to enable. You can define this in the
LAST_MILE_SECURITY environment variable. Default value is false.
--loggingLevel=(debug|info|warn|error|fatal) Logging level. Allowed values are debug, info, warn, error and fatal.
You can define this in the LOGGING_LEVEL environment variable. Default
value is info.
--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.
--publicUrl=<value> Public URL. If you want to provide multiple public URLs, you can do it
separated by commas. You can define this in the PUBLIC_URL environment
variable. Default value is empty.
--releaseChannel=(edge|lts) (required) Release channel. Allowed values are lts and edge. You can
define this in the RELEASE_CHANNEL environment variable.
--[no-]tracingEnabled Enable or disable tracing. E.g. --no-tracingEnabled to disable or
--tracingEnabled to enable. You can define this in the TRACING_ENABLED
environment variable. Default value is false.
--tracingLabels=<value> Tracing labels attributes as JSON string. E.g. --tracingLabels '[{"type"
:"environment","name":"name","keyName":"key","defaultValue":"value"}]'
You can define this in the TRACING_LABELS environment variable. Default
value is [].
--tracingSampling=<value> Tracing sampling percentage. Be aware that this percentage could impact
the performance of your API if your gateway experiences high traffic.
E.g. --tracingSampling 50 to set 50% sampling. You can define this in
the TRACING_SAMPLING environment variable. Default value is 1.
--upstreamResponseTimeout=<value> Upstream response timeout. Default value is 15. You can define this in
the UPSTREAM_RESPONSE_TIMEOUT environment variable. Default value is
15.
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment
variable.
--version=<value> Runtime version. If the value is "latest", it will pick the latest
version available for the configured release channel. Same case if there
is no value provided. You can define this in the RUNTIME_VERSION
environment variable.
DESCRIPTION
Create a managed gatewaySee code: src/commands/runtime-mgr/gateways/managed/create.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:delete MANAGEDGATEWAYID
Delete managed gateway
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:delete [MANAGEDGATEWAYID] [--password <value> [--username <value> |
--client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment
<value>] [--host <value>] [--collectMetrics]
FLAGS
--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.
--[no-]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
Delete managed gatewaySee code: src/commands/runtime-mgr/gateways/managed/delete.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:describe MANAGEDGATEWAYID
Describe a specific managed gateway
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:describe [MANAGEDGATEWAYID] [--password <value> [--username <value> |
--client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment
<value>] [--host <value>] [--collectMetrics] [-h] [-o <value>]
FLAGS
-h, --help Show CLI help.
-o, --output=<value> [default: table] Format for commands output. Supported values are table (default) and
json
--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.
--[no-]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
Describe a specific managed gatewaySee code: src/commands/runtime-mgr/gateways/managed/describe.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:edit MANAGEDGATEWAYID
Edit a managed gateway
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:edit [MANAGEDGATEWAYID] [--password <value> [--username <value> |
--client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment
<value>] [--host <value>] [--collectMetrics] [--publicUrl <value>] [--lastMileSecurity] [--forwardSslSession]
[--upstreamResponseTimeout <value>] [--connectionIdleTimeout <value>] [--loggingLevel debug|info|warn|error|fatal]
[--forwardLogs] [--tracingEnabled] [--tracingSampling <value>] [--tracingLabels <value>] [--version <value>]
[--releaseChannel edge|lts]
FLAGS
--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.
--[no-]collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment
variable.
--connectionIdleTimeout=<value> Connection idle timeout. You can define this in
the CONNECTION_IDLE_TIMEOUT environment variable.
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment
variable.
--[no-]forwardLogs Forward logs. E.g. --no-forwardLogs to disable or --forwardLogs to
enable. You can define this in the FORWARD_LOGS environment variable.
--[no-]forwardSslSession Ingress forward SSL session. E.g. --no-forwardSslSession to disable or
--forwardSslSession to enable. You can define this in the
FORWARD_SSL_SESSION environment variable.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the
ANYPOINT_HOST environment variable.
--[no-]lastMileSecurity Ingress last mile security. E.g. --no-lastMileSecurity to disable or
--lastMileSecurity to enable. You can define this in the
LAST_MILE_SECURITY environment variable.
--loggingLevel=(debug|info|warn|error|fatal) Logging level. Allowed values are debug, info, warn, error and fatal.
You can define this in the LOGGING_LEVEL 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.
--publicUrl=<value> Public URL. If you want to provide multiple public URLs, you can do it
separated by commas. You can define this in the PUBLIC_URL environment
variable.
--releaseChannel=(edge|lts) Release channel. Allowed values are lts and edge. You can define this
in the RELEASE_CHANNEL environment variable.
--[no-]tracingEnabled Enable or disable tracing. E.g. --no-tracingEnabled to disable or
--tracingEnabled to enable. You can define this in the TRACING_ENABLED
environment variable.
--tracingLabels=<value> Tracing labels attributes as JSON string. E.g. --tracingLabels '[{"type"
:"environment","name":"name","keyName":"key","defaultValue":"value"}]'
You can define this in the TRACING_LABELS environment variable.
--tracingSampling=<value> Tracing sampling percentage. Be aware that this percentage could impact
the performance of your API if your gateway experiences high traffic.
E.g. --tracingSampling 50 to set 50% sampling. You can define this in
the TRACING_SAMPLING environment variable.
--upstreamResponseTimeout=<value> Upstream response timeout. You can define this in
the UPSTREAM_RESPONSE_TIMEOUT environment variable.
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment
variable.
--version=<value> Runtime version. If the value is "latest", it will pick the latest
version available for the configured release channel. Same case if there
is no value provided. You can define this in the RUNTIME_VERSION
environment variable.
DESCRIPTION
Edit a managed gatewaySee code: src/commands/runtime-mgr/gateways/managed/edit.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:list
Lists all managed gateways in the environment
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:list [--password <value> [--username <value> | --client_id <value> |
]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment <value>] [--host
<value>] [--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.
--[no-]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
Lists all managed gateways in the environmentSee code: src/commands/runtime-mgr/gateways/managed/list.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:start MANAGEDGATEWAYID
Start managed gateway
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:start [MANAGEDGATEWAYID] [--password <value> [--username <value> |
--client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment
<value>] [--host <value>] [--collectMetrics]
FLAGS
--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.
--[no-]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
Start managed gatewaySee code: src/commands/runtime-mgr/gateways/managed/start.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:stop MANAGEDGATEWAYID
Stop managed gateway
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:gateways:managed:stop [MANAGEDGATEWAYID] [--password <value> [--username <value> |
--client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment
<value>] [--host <value>] [--collectMetrics]
FLAGS
--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.
--[no-]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
Stop managed gatewaySee code: src/commands/runtime-mgr/gateways/managed/stop.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:rtf:list
Lists available Runtime Fabric instances
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:rtf:list [--password <value> [--username <value> | --client_id <value> |
]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment <value>] [--host
<value>] [--collectMetrics] [-h] [-o <value>]
FLAGS
-h, --help Show CLI help.
-o, --output=<value> [default: table] Format for commands output. Supported values are table (default) and
json
--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.
--[no-]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
Lists available Runtime Fabric instancesSee code: src/commands/runtime-mgr/rtf/list.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:server:delete SERVERID
Delete server
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:server:delete [SERVERID] [--password <value> [--username <value> | --client_id
<value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment <value>]
[--host <value>] [--collectMetrics]
FLAGS
--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.
--[no-]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
Delete serverSee code: src/commands/runtime-mgr/server/delete.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:server:describe SERVERID
Describe server
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:server:describe [SERVERID] [--password <value> [--username <value> | --client_id
<value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment <value>]
[--host <value>] [--collectMetrics] [-o <value>]
FLAGS
-o, --output=<value> [default: table] Format for commands output. Supported values are table (default) and
json
--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.
--[no-]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
Describe serverSee code: src/commands/runtime-mgr/server/describe.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:server:list
Lists all servers in the environment
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:server:list [--password <value> [--username <value> | --client_id <value> |
]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment <value>] [--host
<value>] [--collectMetrics] [-o <value>]
FLAGS
-o, --output=<value> [default: table] Format for commands output. Supported values are table (default) and
json
--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.
--[no-]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
Lists all servers in the environmentSee code: src/commands/runtime-mgr/server/list.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:server:modify SERVERID
Modify server
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:server:modify [SERVERID] --name <value> [--password <value> [--username <value>
| --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>]
[--environment <value>] [--host <value>] [--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.
--[no-]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.
--name=<value> (required) New server name
--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
Modify serverSee code: src/commands/runtime-mgr/server/modify.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:server:token
Get server registration token. To add a server, cd into the /bin directory of Mule instance you want to add and execute the following command: ./amc_setup -H REGISTRATION_TOKEN server-name
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:server:token [--password <value> [--username <value> | --client_id <value> |
]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment <value>] [--host
<value>] [--collectMetrics]
FLAGS
--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.
--[no-]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
Get server registration token. To add a server, cd into the /bin directory of Mule instance you want to add and
execute the following command: ./amc_setup -H REGISTRATION_TOKEN server-nameSee code: src/commands/runtime-mgr/server/token.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:add:server SERVERGROUPID SERVERID
Add server to a server group
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:add:server [SERVERGROUPID] [SERVERID] [--password <value> [--username
<value> | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>]
[--environment <value>] [--host <value>] [--collectMetrics]
FLAGS
--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.
--[no-]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
Add server to a server groupSee code: src/commands/runtime-mgr/serverGroup/add/server.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:create NAME [SERVERIDS]
Create server group from servers
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:create [NAME] [SERVERIDS] [--password <value> [--username <value> |
--client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment
<value>] [--host <value>] [--collectMetrics]
FLAGS
--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.
--[no-]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
Create server group from serversSee code: src/commands/runtime-mgr/serverGroup/create.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:delete SERVERGROUPID
Delete server group
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:delete [SERVERGROUPID] [--password <value> [--username <value> |
--client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment
<value>] [--host <value>] [--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.
--[no-]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
Delete server groupSee code: src/commands/runtime-mgr/serverGroup/delete.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:describe SERVERGROUPID
Describe server group
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:describe [SERVERGROUPID] [--password <value> [--username <value> |
--client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment
<value>] [--host <value>] [--collectMetrics] [-h] [-o <value>]
FLAGS
-h, --help Show CLI help.
-o, --output=<value> [default: table] Format for commands output. Supported values are table (default) and
json
--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.
--[no-]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
Describe server groupSee code: src/commands/runtime-mgr/serverGroup/describe.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:list
Lists all server groups in the environment
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:list [--password <value> [--username <value> | --client_id <value> |
]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment <value>] [--host
<value>] [--collectMetrics] [-h] [-o <value>]
FLAGS
-h, --help Show CLI help.
-o, --output=<value> [default: table] Format for commands output. Supported values are table (default) and
json
--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.
--[no-]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
Lists all server groups in the environmentSee code: src/commands/runtime-mgr/serverGroup/list.ts
anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:modify SERVERGROUPID
Modify server group
USAGE
$ anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:modify [SERVERGROUPID] --name <value> [--password <value> [--username
<value> | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>]
[--environment <value>] [--host <value>] [--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.
--[no-]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.
--name=<value> (required) New server group name
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--passwor