npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

anypoint-cli-runtime-mgr-plugin

v1.0.9

Published

runtime-mgr plugin

Readme

@mulesoft/runtime-mgr

oclif Version Downloads/week License

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]

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 mypwd

anypoint-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 cluster

See 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 cluster

See 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 cluster

See 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 cluster

See 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 environment

See 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 cluster

See 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 cluster

See 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 gateway

See 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 gateway

See 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 gateway

See 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 gateway

See 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 environment

See 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 gateway

See 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 gateway

See 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 instances

See 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 server

See 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 server

See 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 environment

See 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 server

See 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-name

See 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 group

See 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 servers

See 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 group

See 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 group

See 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 environment

See 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