New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

anypoint-cli-v4

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anypoint-cli-v4

Display and interact with the Anypoint Platform from the command line.

latest
Source
npmnpm
Version
1.6.14
Version published
Weekly downloads
4.7K
-19.5%
Maintainers
1
Weekly downloads
 
Created
Source

anypoint-cli

oclif Version Downloads/week License

  • Usage
  • Commands

Usage

$ npm install -g @mulesoft/anypoint-cli-v4
$ anypoint-cli-v4 COMMAND
running command...
$ anypoint-cli-v4 (-v|--version|version)
@mulesoft/anypoint-cli-v4/4.0.0 darwin-x64 node-v16.14.2
$ anypoint-cli-v4 --help [COMMAND]
USAGE
  $ anypoint-cli-v4 COMMAND
...

Commands

anypoint-cli-v4 account:business-group:describe [NAME]

Show details of a business group. If "name" is omitted, defaults to the current session's business group

USAGE
  $ anypoint-cli-v4 account:business-group:describe [NAME] [--username <value>] [--password <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.
  --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
  Show details of a business group. If "name" is omitted, defaults to the current session's business group

See code: anypoint-cli-account-plugin

anypoint-cli-v4 account:business-group:list

Lists business groups

USAGE
  $ anypoint-cli-v4 account:business-group:list [--username <value>] [--password <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.
  --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 business groups

See code: anypoint-cli-account-plugin

anypoint-cli-v4 account:environment:create NAME

Create new environment

USAGE
  $ anypoint-cli-v4 account:environment:create [NAME] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [-t <value>] [-o <value>]

FLAGS
  -h, --help                    Show CLI help.
  -o, --output=<value>          [default: table] Format for commands output. Supported values are table (default) and
                                json
  -t, --type=<value>            Environment type. Supported Values: design, production, sandbox
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Create new environment

See code: anypoint-cli-account-plugin

anypoint-cli-v4 account:environment:delete NAME

Delete an environment

USAGE
  $ anypoint-cli-v4 account:environment:delete [NAME] [--username <value>] [--password <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.
  --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 an environment

See code: anypoint-cli-account-plugin

anypoint-cli-v4 account:environment:describe [NAME]

Show details of an environment. If "name" is omitted, defaults to the current session's environment.

USAGE
  $ anypoint-cli-v4 account:environment:describe [NAME] [--username <value>] [--password <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.
  --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
  Show details of an environment. If "name" is omitted, defaults to the current session's environment.

See code: anypoint-cli-account-plugin

anypoint-cli-v4 account:environment:list

Lists environments

USAGE
  $ anypoint-cli-v4 account:environment:list [--username <value>] [--password <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.
  --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 environments

See code: anypoint-cli-account-plugin

anypoint-cli-v4 account:user:describe

Show account details

USAGE
  $ anypoint-cli-v4 account:user:describe [--username <value>] [--password <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.
  --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
  Show account details

See code: anypoint-cli-account-plugin

anypoint-cli-v4 api-mgr:alert:add APIINSTANCEID NAME

Create API instance alert

USAGE
  $ anypoint-cli-v4 api-mgr:alert:add [APIINSTANCEID] [NAME] --severity Info|Warning|Critical --type
    request-count|response-code|policy-violation|response-time --operator gt|lt|eq --threshold <value> --periods <value>
    --duration <value> --durationUnit days|hours|minutes [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [--enabled] [--recipient <value>] [--email <value>] [--responseTime <value>] [--responseCode
    <value>] [--policyId <value>]

FLAGS
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --duration=<value>            (required) Condition occurrence period duration
  --durationUnit=<option>       (required) Condition occurrence period duration unit
                                <options: days|hours|minutes>
  --email=<value>               Email to send alert notification to. Can be used multiple times to specify multiple
                                emails
  --enabled                     Whether alert should be enabled
  --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.
  --operator=<option>           (required) Condition operator explaining values relation to threshold
                                <options: gt|lt|eq>
  --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.
  --periods=<value>             (required) Number of consecutive periods condition should occur for
  --policyId=<value>            ID of a policy applied to API instance to trigger "policy-violation" alert type
  --recipient=<value>           Username to send alert notification to. Can be used multiple times to specify multiple
                                usernames
  --responseCode=<value>        Response codes to trigger "response-code" alert type. Can be used multiple times to
                                specify multiple codes
  --responseTime=<value>        Response time to trigger "response-time" alert type
  --severity=<option>           (required) Alert severity
                                <options: Info|Warning|Critical>
  --threshold=<value>           (required) Condition occurrences threshold number
  --type=<option>               (required) Alert type/condition
                                <options: request-count|response-code|policy-violation|response-time>
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Create API instance alert

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:alert:list APIINSTANCEID

List alerts for an API instance

USAGE
  $ anypoint-cli-v4 api-mgr:alert:list [APIINSTANCEID] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [--limit <value>] [--offset <value>] [--sort <value>] [-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.
  --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.
  --limit=<value>               [default: 10] Number of results to retrieve
  --offset=<value>              Offset
  --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.
  --sort=<value>                [default: id] Field to sort results
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  List alerts for an API instance

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:api:autodiscovery APIINSTANCEID GATEWAYVERSION

Show details of an API autodiscovery

USAGE
  $ anypoint-cli-v4 api-mgr:api:autodiscovery [APIINSTANCEID] [GATEWAYVERSION] [--username <value>] [--password <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.
  --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
  Show details of an API autodiscovery

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:api:change-specification APIINSTANCEID ASSETVERSION

Change asset version for an API instance by choosing a new version from Exchange

USAGE
  $ anypoint-cli-v4 api-mgr:api:change-specification [APIINSTANCEID] [ASSETVERSION] [--username <value>] [--password <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.
  --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
  Change asset version for an API instance by choosing a new version from Exchange

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:api:classify DESTENVNAME APIINSTANCEID

Classify an API instance in a given environment

USAGE
  $ anypoint-cli-v4 api-mgr:api:classify [DESTENVNAME] [APIINSTANCEID] [--username <value>] [--password <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.
  --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
  Classify an API instance in a given environment

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:api:delete APIINSTANCEID

Deletes an API

USAGE
  $ anypoint-cli-v4 api-mgr:api:delete [APIINSTANCEID] [--username <value>] [--password <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.
  --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
  Deletes an API

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:api:deploy APIINSTANCEID

Deploy an API to Cloudhub, Hybrid server or Runtime Fabric

USAGE
  $ anypoint-cli-v4 api-mgr:api:deploy [APIINSTANCEID] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [--target <value>] [--applicationName <value>] [--environmentName <value>] [--gatewayVersion
    <value>] [--overwrite]

FLAGS
  --applicationName=<value>     Application name
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --environmentName=<value>     Target environment name. Must be provided to deploy APIs from unclassified environments.
  --gatewayVersion=<value>      Cloudhub Gateway version
  --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.
  --overwrite                   Update application if exists
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --target=<value>              Hybrid or RTF deployment target ID
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Deploy an API to Cloudhub, Hybrid server or Runtime Fabric

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:api:deprecate APIINSTANCEID

Deprecate an API instance

USAGE
  $ anypoint-cli-v4 api-mgr:api:deprecate [APIINSTANCEID] [--username <value>] [--password <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.
  --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
  Deprecate an API instance

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:api:describe APIINSTANCEID

Show details of an API

USAGE
  $ anypoint-cli-v4 api-mgr:api:describe [APIINSTANCEID] [--username <value>] [--password <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.
  --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
  Show details of an API

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:api:download-proxy APIINSTANCEID TARGETPATH

Download API proxy zip file to a local directory

USAGE
  $ anypoint-cli-v4 api-mgr:api:download-proxy [APIINSTANCEID] [TARGETPATH] [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-h] [--gatewayVersion <value>]

FLAGS
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --gatewayVersion=<value>      Gateway Version. Defaults to the latest version.
  --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
  Download API proxy zip file to a local directory

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:api:edit APIINSTANCEID

Edit an API instance

USAGE
  $ anypoint-cli-v4 api-mgr:api:edit [APIINSTANCEID] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-p] [-r] [-m] [--deploymentType cloudhub|hybrid|rtf] [--uri <value>] [--scheme http|https]
    [--port <value>] [--path <value>] [--providerId <value>] [--responseTimeout <value>] [--apiInstanceLabel <value>]
    [--serviceName <value>] [--serviceNamespace <value>] [--servicePort <value>] [--endpointUri <value>] [--type
    http|raml|wsdl]

FLAGS
  -m, --muleVersion4OrAbove     Indicates whether you are managing this API in Mule 4 or above.
  -p, --withProxy               Indicates whether the endpoint should use a proxy.
  -r, --referencesUserDomain    Indicates whether a proxy should reference a user domain
  --apiInstanceLabel=<value>    API instance label. Optional. String.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --deploymentType=<option>     Deployment type. Supported Values: cloudhub, hybrid, rtf
                                <options: cloudhub|hybrid|rtf>
  --endpointUri=<value>         Consumer endpoint URL
  --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.
  --path=<value>                Proxy path
  --port=<value>                Proxy port
  --providerId=<value>          Client Identity Provider Id in which the API will be associated with. Optional. String.
  --responseTimeout=<value>     Response timeout
  --scheme=<option>             Proxy scheme. Supported Values: http, https
                                <options: http|https>
  --serviceName=<value>         WSDL service name
  --serviceNamespace=<value>    WSDL service namespace
  --servicePort=<value>         WSDL service port
  --type=<option>               Endpoint type. Supported Values: http, raml, wsdl
                                <options: http|raml|wsdl>
  --uri=<value>                 Implementation URI
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Edit an API instance

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:api:list

Lists all APIs in API Manager

USAGE
  $ anypoint-cli-v4 api-mgr:api:list [--username <value>] [--password <value>] [--client_id <value>] [--client_secret
    <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>] [--collectMetrics]
    [--limit <value>] [--offset <value>] [--sort <value>] [-h] [--assetId <value>] [--apiVersion <value>]
    [--instanceLabel <value>] [-o <value>]

FLAGS
  -h, --help                    Show CLI help.
  -o, --output=<value>          [default: table] Format for commands output. Supported values are table (default) and
                                json
  --apiVersion=<value>          API version to filter results by
  --assetId=<value>             Asset ID to filter results by
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --instanceLabel=<value>       API instance label to filter results by
  --limit=<value>               [default: 10] Number of results to retrieve
  --offset=<value>              Offset
  --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.
  --sort=<value>                How to sort the results
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Lists all APIs in API Manager

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:api:manage ASSETID ASSETVERSION

Manage a new API or API version or new instance with an asset from exchange

USAGE
  $ anypoint-cli-v4 api-mgr:api:manage [ASSETID] [ASSETVERSION] [--username <value>] [--password <value>] [--client_id
    <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host
    <value>] [--collectMetrics] [-p] [-r] [-m] [--deploymentType cloudhub|hybrid|rtf] [--uri <value>] [--scheme
    http|https] [--port <value>] [--path <value>] [--providerId <value>] [--responseTimeout <value>] [--apiInstanceLabel
    <value>] [--serviceName <value>] [--serviceNamespace <value>] [--servicePort <value>] [--endpointUri <value>]
    [--type http|raml|wsdl]

FLAGS
  -m, --muleVersion4OrAbove     Indicates whether you are managing this API in Mule 4 or above.
  -p, --withProxy               Indicates whether the endpoint should use a proxy.
  -r, --referencesUserDomain    Indicates whether a proxy should reference a user domain
  --apiInstanceLabel=<value>    API instance label. Optional. String.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --deploymentType=<option>     Deployment type. Supported Values: cloudhub, hybrid, rtf
                                <options: cloudhub|hybrid|rtf>
  --endpointUri=<value>         Consumer endpoint URL
  --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.
  --path=<value>                Proxy path
  --port=<value>                Proxy port
  --providerId=<value>          Client Identity Provider Id in which the API will be associated with. Optional. String.
  --responseTimeout=<value>     Response timeout
  --scheme=<option>             Proxy scheme. Supported Values: http, https
                                <options: http|https>
  --serviceName=<value>         WSDL service name
  --serviceNamespace=<value>    WSDL service namespace
  --servicePort=<value>         WSDL service port
  --type=<option>               Endpoint type. Supported Values: http, raml, wsdl
                                <options: http|raml|wsdl>
  --uri=<value>                 Implementation URI
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Manage a new API or API version or new instance with an asset from exchange

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:api:promote APIINSTANCEID SOURCEENVID

Promote an API instance from source environment

USAGE
  $ anypoint-cli-v4 api-mgr:api:promote [APIINSTANCEID] [SOURCEENVID] [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-h] [-a true|false] [-p true|false] [-t true|false] [--providerId <value>]

FLAGS
  -a, --copyAlerts=<option>     [default: true] Indicates whether to copy alerts. Accepted Values: true, false. Defaults
                                to true
                                <options: true|false>
  -h, --help                    Show CLI help.
  -p, --copyPolicies=<option>   [default: true] Indicates whether to copy policies. Accepted Values: true, false.
                                Defaults to true
                                <options: true|false>
  -t, --copyTiers=<option>      [default: true] Indicates whether to copy tiers. Accepted Values: true, false. Defaults
                                to true
                                <options: true|false>
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --providerId=<value>          Client Identity Provider Id in which the promoted API will be associated with
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Promote an API instance from source environment

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:api:redeploy APIINSTANCEID

Deploy an API to Cloudhub, Hybrid server or Runtime Fabric

USAGE
  $ anypoint-cli-v4 api-mgr:api:redeploy [APIINSTANCEID] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [--target <value>] [--applicationName <value>] [--environmentName <value>] [--gatewayVersion
    <value>] [--overwrite]

FLAGS
  --applicationName=<value>     Application name
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --environmentName=<value>     Target environment name. Must be provided to deploy APIs from unclassified environments.
  --gatewayVersion=<value>      Cloudhub Gateway version
  --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.
  --overwrite                   Update application if exists
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --target=<value>              Hybrid or RTF deployment target ID
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Deploy an API to Cloudhub, Hybrid server or Runtime Fabric

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:api:undeprecate APIINSTANCEID

Undeprecate an API instance

USAGE
  $ anypoint-cli-v4 api-mgr:api:undeprecate [APIINSTANCEID] [--username <value>] [--password <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.
  --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
  Undeprecate an API instance

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:contract:delete APIINSTANCEID CLIENTID

Delete a given API contract

USAGE
  $ anypoint-cli-v4 api-mgr:contract:delete [APIINSTANCEID] [CLIENTID] [--username <value>] [--password <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.
  --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 a given API contract

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:contract:list APIINSTANCEID [SEARCHTEXT]

Lists all contracts to a given API instanceLists environments

USAGE
  $ anypoint-cli-v4 api-mgr:contract:list [APIINSTANCEID] [SEARCHTEXT] [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [--limit <value>] [--offset <value>] [--sort <value>] [-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.
  --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.
  --limit=<value>               [default: 10] Number of results to retrieve
  --offset=<value>              Offset
  --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.
  --sort=<value>                [default: id] Field to sort results
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Lists all contracts to a given API instanceLists environments

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:policy:apply APIINSTANCEID POLICYID

Apply a policy to a given API instance. Examples:

USAGE
  $ anypoint-cli-v4 api-mgr:policy:apply [APIINSTANCEID] [POLICYID] [--username <value>] [--password <value>] [--client_id
    <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host
    <value>] [--collectMetrics] [--policyVersion <value>] [--groupId <value>] [-c <value>] [--configFile <value>]
    [--pointcut <value>] [-h]

FLAGS
  -c, --config=<value>          Configuration data as JSON string. E.g `api-mgr policy apply (...) -c '{"property":
                                "value"}'`
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --configFile=<value>          Configuration data as JSON file. E.g `api-mgr policy apply (...) -c ./configFile.json`
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --groupId=<value>             Mule4 policy group ID. Defaults to MuleSoft group ID when not provided
  --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.
  --pointcut=<value>            Pointcut data as JSON string. E.g. `api-mgr policy apply (...) -p
                                '[{"methodRegex":"GET|PUT","uriTemplateRegex":"/users*"}]'`
  --policyVersion=<value>       Mule4 policy version
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Apply a policy to a given API instance. Examples:
  Mule 3: api-mgr policy apply 123 client-id-enforcement
  The policyId corresponds to Id in the response of api-mgr policy list.
  Mule 4: api-mgr policy apply 123 client-id-enforcement --policyVersion 1.0.0
  The policyId, policyVersion correspond to Asset ID and Version in the response of api-mgr policy list -m

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:policy:describe POLICYID

Show the description and available configuration properties of a given policy template. Examples:

USAGE
  $ anypoint-cli-v4 api-mgr:policy:describe [POLICYID] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [--policyVersion <value>] [--groupId <value>] [-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.
  --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.
  --groupId=<value>             Mule4 policy group ID. Defaults to MuleSoft group ID when not provided
  --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.
  --policyVersion=<value>       Mule4 policy version
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Show the description and available configuration properties of a given policy template. Examples:
  Mule 3: api-mgr policy describe client-id-enforcement
  The policyId corresponds to Id in the response of api-mgr policy list.
  Mule 4: api-mgr policy describe client-id-enforcement --policyVersion 1.0.0
  The policyId, policyVersion correspond to Asset ID and Version in the response of api-mgr policy list -m

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:policy:disable APIINSTANCEID POLICYID

Disable a policy from a given API instance

USAGE
  $ anypoint-cli-v4 api-mgr:policy:disable [APIINSTANCEID] [POLICYID] [--username <value>] [--password <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.
  --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
  Disable a policy from a given API instance

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:policy:edit APIINSTANCEID POLICYID

Edit the policy configuration of a given API instance

USAGE
  $ anypoint-cli-v4 api-mgr:policy:edit [APIINSTANCEID] [POLICYID] [--username <value>] [--password <value>] [--client_id
    <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host
    <value>] [--collectMetrics] [-c <value>] [-p <value>] [-h]

FLAGS
  -c, --config=<value>          Configuration data as JSON string. Completely overrides current configuration data. E.g.
                                `api-mgr policy apply (...) -c '{"property": "value"}'`
  -h, --help                    Show CLI help.
  -p, --pointcut=<value>        Pointcut data as JSON string. Completely overrides current Pointcut data. E.g. `api-mgr
                                policy apply (...) -p '[{"methodRegex":"GET|PUT","uriTemplateRegex":"/users*"}]'`
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Edit the policy configuration of a given API instance

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:policy:enable APIINSTANCEID POLICYID

Enable a policy from a given API instance

USAGE
  $ anypoint-cli-v4 api-mgr:policy:enable [APIINSTANCEID] [POLICYID] [--username <value>] [--password <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.
  --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
  Enable a policy from a given API instance

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:policy:list [APIINSTANCEID]

List policies. When [apiInstanceId] param is specified, policies applied to that API instance are listed. All available policies are listed otherwise

USAGE
  $ anypoint-cli-v4 api-mgr:policy:list [APIINSTANCEID] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-m] [-h]

FLAGS
  -h, --help                    Show CLI help.
  -m, --muleVersion4OrAbove     Whether to list Mule 4+ policies
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  List policies. When [apiInstanceId] param is specified, policies applied to that API instance are listed. All
  available policies are listed otherwise

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:policy:remove APIINSTANCEID POLICYID

Remove a policy from a given API instance

USAGE
  $ anypoint-cli-v4 api-mgr:policy:remove [APIINSTANCEID] [POLICYID] [--username <value>] [--password <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.
  --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
  Remove a policy from a given API instance

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:tier:add APIINSTANCEID

Create SLA tier.

USAGE
  $ anypoint-cli-v4 api-mgr:tier:add [APIINSTANCEID] --name <value> [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-h] [--description <value>] [-l <value>] [-a]

FLAGS
  -a, --autoApprove
      Indicates whether tier should be auto-approved.

  -h, --help
      Show CLI help.

  -l, --limit=<value>
      Single instance of a tier limit in the form "--limit A,B,C" whereby:
      "A" is a boolean indicating whether or not this limit should be visible;
      "B" is a number of requests per "C" time period.
      Time period options are: ms(millisecond), sec(second),  min(minute), hr(hour), d(day), wk(week), mo(month) or
      yr(year).
      E.g. "--limit true,100,min" is a "visible" limit of 100 requests per minute.
      To create multiple limits, you can provide multiple "--limit" options.
      E.g. "-l true,100,sec -l false,20,min"

  --bearer=<value>
      Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.

  --client_id=<value>
      Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.

  --client_secret=<value>
      Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.

  --collectMetrics
      collect metrics. You can define this in the COLLECT_METRICS environment variable.

  --description=<value>
      Tier description

  --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) Tier 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
  Create SLA tier.

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:tier:copy SOURCEAPIINSTANCEID TARGETAPIINSTANCEID

Copy SLA tiers from source to target API Instance.

USAGE
  $ anypoint-cli-v4 api-mgr:tier:copy [SOURCEAPIINSTANCEID] [TARGETAPIINSTANCEID] [--username <value>] [--password
    <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.
  --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
  Copy SLA tiers from source to target API Instance.

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:tier:delete APIINSTANCEID TIERID

Delete SLA tier from an API instance.

USAGE
  $ anypoint-cli-v4 api-mgr:tier:delete [APIINSTANCEID] [TIERID] [--username <value>] [--password <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.
  --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 SLA tier from an API instance.

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 api-mgr:tier:list APIINSTANCEID [SEARCHTEXT]

Lists API instance SLA tiers

USAGE
  $ anypoint-cli-v4 api-mgr:tier:list [APIINSTANCEID] [SEARCHTEXT] [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [--limit <value>] [--offset <value>] [--sort <value>] [-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.
  --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.
  --limit=<value>               [default: 10] Number of results to retrieve
  --offset=<value>              Offset
  --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.
  --sort=<value>                [default: id] Field to sort results
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Lists API instance SLA tiers

See code: anypoint-cli-api-mgr-plugin

anypoint-cli-v4 cloudhub:load-balancer:allowlist:add NAME CIDRBLOCK

Add an IP or range of IPs to the Load balancer allowlist

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:allowlist:add [NAME] [CIDRBLOCK] [--username <value>] [--password <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.
  --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 an IP or range of IPs to the Load balancer allowlist

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:allowlist:remove NAME CIDRBLOCK

Remove an IP or range of IPs from the Load balancer allowlist

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:allowlist:remove [NAME] [CIDRBLOCK] [--username <value>] [--password <value>] [--client_id
    <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host
    <value>] [-t <value>] [--format <value>] [-v <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.
  --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.
  -t, --type=<value>            Project type. Supported values are: raml, oas, raml-fragment. Default type is raml
  -v, --version=<value>         Version. Only available for OAS APIs. Supported values are 2.0 and 3.0. Default value is
                                2.0
  --format=<value>              Format. Only available for OAS APIs. Supported values are: yaml, json. Default value is
                                json

DESCRIPTION
  Remove an IP or range of IPs from the Load balancer allowlist

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:create [NAME] [VPC] [CERTIFICATE] [PRIVATEKEY]

Create a Load balancer

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:create [NAME] [VPC] [CERTIFICATE] [PRIVATEKEY] [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-h] [--http on|off|redirect] [--clientCertificate <value>] [--verificationMode
    on|off|optional] [--crl <value>] [--tlsv1] [--dynamic-ips]

FLAGS
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --clientCertificate=<value>
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --crl=<value>
  --dynamic-ips
  --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.
  --http=<option>               <options: on|off|redirect>
  --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.
  --tlsv1
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.
  --verificationMode=<option>   <options: on|off|optional>

DESCRIPTION
  Create a Load balancer

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:delete NAME

Delete a Load balancer

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:delete [NAME] [--username <value>] [--password <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.
  --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 a Load balancer

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:describe [NAME]

Show LB details

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:describe [NAME] [--username <value>] [--password <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.
  --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
  Show LB details

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:dynamic-ips:disable NAME

Disables dynamic IPs

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:dynamic-ips:disable [NAME] [--username <value>] [--password <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.
  --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
  Disables dynamic IPs

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:dynamic-ips:enable NAME

Enables dynamic IPs

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:dynamic-ips:enable [NAME] [--username <value>] [--password <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.
  --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
  Enables dynamic IPs

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:list

Lists all Load balancers in an organization

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:list [--username <value>] [--password <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.
  --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 Load balancers in an organization

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:mappings:add NAME INPUTURI APPNAME APPURI [CERTIFICATENAME]

Add a proxy mapping rule at index 0If no certificateName is given, the mappings is added to the default SSL endpoint

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:mappings:add [NAME] [INPUTURI] [APPNAME] [APPURI] [CERTIFICATENAME] [--username <value>]
    [--password <value>] [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>]
    [--environment <value>] [--host <value>] [--collectMetrics] [-h] [--upstreamProtocol <value>]

FLAGS
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --upstreamProtocol=<value>    Look for upstream applications in HTTP port 8091 or HTTPS port 8092. Supported Values:
                                http, https
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Add a proxy mapping rule at index 0If no certificateName is given, the mappings is added to the default SSL endpoint

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:mappings:describe NAME [CERTIFICATENAME]

Lists the proxy mapping rules for a Load balancer. If no certificateName is given, the mappings for the default SSL endpoint are shown

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:mappings:describe [NAME] [CERTIFICATENAME] [--username <value>] [--password <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.
  --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 the proxy mapping rules for a Load balancer. If no certificateName is given, the mappings for the default SSL
  endpoint are shown

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:mappings:remove NAME INDEX [CERTIFICATENAME]

Remove a proxy mapping ruleIf no certificateName is given, the mapping is removed from the default SSL endpoint

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:mappings:remove [NAME] [INDEX] [CERTIFICATENAME] [--username <value>] [--password <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.
  --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
  Remove a proxy mapping ruleIf no certificateName is given, the mapping is removed from the default SSL endpoint

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:ssl-endpoint:add NAME CERTIFICATE PRIVATEKEY

Add an additional certificate to an existing Load balancer

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:ssl-endpoint:add [NAME] [CERTIFICATE] [PRIVATEKEY] [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-h] [--clientCertificate <value>] [--verificationMode off|on|optional] [--crl
    <value>]

FLAGS
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --clientCertificate=<value>   Client certificate file
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --crl=<value>                 Certificate Revocation List file
  --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.
  --verificationMode=<option>   Specifies the client verification mode
                                <options: off|on|optional>

DESCRIPTION
  Add an additional certificate to an existing Load balancer

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:ssl-endpoint:describe NAME CERTIFICATENAME

Show the Load balancer configuration for a particular certificate

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:ssl-endpoint:describe [NAME] [CERTIFICATENAME] [--username <value>] [--password <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.
  --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
  Show the Load balancer configuration for a particular certificate

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:ssl-endpoint:remove NAME CERTIFICATENAME

Remove a certificate from a Load balancer

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:ssl-endpoint:remove [NAME] [CERTIFICATENAME] [--username <value>] [--password <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.
  --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
  Remove a certificate from a Load balancer

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:ssl-endpoint:setDefault NAME CERTIFICATENAME

Set the default certificate that the Load balancer will serve

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:ssl-endpoint:setDefault [NAME] [CERTIFICATENAME] [--username <value>] [--password <value>] [--client_id
    <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host
    <value>] [--collectMetrics] [-h] [--http on|off|redirect]

FLAGS
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --http=<option>               <options: on|off|redirect>
  --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
  Set the default certificate that the Load balancer will serve

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:start [NAME]

Starts a Load balancer

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:start [NAME] [--username <value>] [--password <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.
  --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
  Starts a Load balancer

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:stop [NAME]

Stops a Load balancer

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:stop [NAME] [--username <value>] [--password <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.
  --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
  Stops a Load balancer

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:whitelist:add NAME CIDRBLOCK

Add an IP or range of IPs to the Load balancer allowlist

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:whitelist:add [NAME] [CIDRBLOCK] [--username <value>] [--password <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.
  --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 an IP or range of IPs to the Load balancer allowlist

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:load-balancer:whitelist:remove NAME CIDRBLOCK

Remove an IP or range of IPs from the Load balancer allowlist

USAGE
  $ anypoint-cli-v4 cloudhub:load-balancer:whitelist:remove [NAME] [CIDRBLOCK] [--username <value>] [--password <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.
  --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
  Remove an IP or range of IPs from the Load balancer allowlist

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:region:list [FILE]

Lists all supported regions

USAGE
  $ anypoint-cli-v4 cloudhub:region:list [FILE] [--username <value>] [--password <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.
  --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 supported regions

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:vpc:business-groups:add VPC BUSINESSGROUPS...

Share a VPC with a list of Business Groups.

USAGE
  $ anypoint-cli-v4 cloudhub:vpc:business-groups:add [VPC] [BUSINESSGROUPS...] [--username <value>] [--password <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.
  --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
  Share a VPC with a list of Business Groups.

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:vpc:business-groups:remove VPC BUSINESSGROUPS...

Share a VPC with a list of Business Groups.

USAGE
  $ anypoint-cli-v4 cloudhub:vpc:business-groups:remove [VPC] [BUSINESSGROUPS...] [--username <value>] [--password <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.
  --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
  Share a VPC with a list of Business Groups.

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:vpc:create NAME REGION CIDRBLOCK [ENVIRONMENTS]

Create a new VPC

USAGE
  $ anypoint-cli-v4 cloudhub:vpc:create [NAME] [REGION] [CIDRBLOCK] [ENVIRONMENTS] [--username <value>] [--password
    <value>] [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment
    <value>] [--host <value>] [--collectMetrics] [-h] [--default] [-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.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --default                     Makes the VPC the default for the Organization.
  --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 a new VPC

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:vpc:delete NAME

Delete an existing VPC

USAGE
  $ anypoint-cli-v4 cloudhub:vpc:delete [NAME] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [-f]

FLAGS
  -f, --force
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Delete an existing VPC

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:vpc:describe [NAME]

Show VPC details

USAGE
  $ anypoint-cli-v4 cloudhub:vpc:describe [NAME] [--username <value>] [--password <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.
  --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
  Show VPC details

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:vpc:dns-servers:set NAME

Sets the domain names that are resolved using your internal DNS servers

USAGE
  $ anypoint-cli-v4 cloudhub:vpc:dns-servers:set [NAME] --server <value> --domain <value> [--username <value>] [--password
    <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.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --domain=<value>              (required) A domain to resolve on the special DNS server list
  --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.
  --server=<value>              (required) IP for a DNS server to resolve special domains on
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Sets the domain names that are resolved using your internal DNS servers

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:vpc:dns-servers:unset NAME

Clears the list domain names that are resolved using your internal DNS servers

USAGE
  $ anypoint-cli-v4 cloudhub:vpc:dns-servers:unset [NAME] [--username <value>] [--password <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.
  --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
  Clears the list domain names that are resolved using your internal DNS servers

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:vpc:environments:add VPC ENVIRONMENTS...

Modifies the VPC association to Runtime Manager environments.

USAGE
  $ anypoint-cli-v4 cloudhub:vpc:environments:add [VPC] [ENVIRONMENTS...] [--username <value>] [--password <value>] [--client_id
    <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host
    <value>] [--collectMetrics] [-h] [--default]

FLAGS
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --default                     Also add the VPC as the organization default VPC
  --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
  Modifies the VPC association to Runtime Manager environments.

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:vpc:environments:remove VPC ENVIRONMENTS...

Modifies the VPC association to Runtime Manager environments.

USAGE
  $ anypoint-cli-v4 cloudhub:vpc:environments:remove [VPC] [ENVIRONMENTS...] [--username <value>] [--password <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.
  --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
  Modifies the VPC association to Runtime Manager environments.

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:vpc:firewall-rules:add VPC CIDRBLOCK PROTOCOL FROMPORT TOPORT

Add a firewall rule for Mule applications in this VPC

USAGE
  $ anypoint-cli-v4 cloudhub:vpc:firewall-rules:add [VPC] [CIDRBLOCK] [PROTOCOL] [FROMPORT] [TOPORT] [--username <value>] [--password
    <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.
  --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 a firewall rule for Mule applications in this VPC

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:vpc:firewall-rules:describe NAME

Show firewall rule for Mule applications in this VPC

USAGE
  $ anypoint-cli-v4 cloudhub:vpc:firewall-rules:describe [NAME] [--username <value>] [--password <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.
  --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
  Show firewall rule for Mule applications in this VPC

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:vpc:firewall-rules:remove VPC INDEX

Remove a firewall rule for Mule applications in this VPC

USAGE
  $ anypoint-cli-v4 cloudhub:vpc:firewall-rules:remove [VPC] [INDEX] [--username <value>] [--password <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.
  --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
  Remove a firewall rule for Mule applications in this VPC

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 cloudhub:vpc:list

Lists all VPCs

USAGE
  $ anypoint-cli-v4 cloudhub:vpc:list [--username <value>] [--password <value>] [--client_id <value>] [--client_secret
    <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>] [--collectMetrics]
    [-h] [--limit <value>] [--sort <value>] [--offset <value>] [-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.
  --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.
  --limit=<value>               [default: 10] Number of results to retrieve
  --offset=<value>              Offset
  --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.
  --sort=<value>                [default: id] Field to sort results
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Lists all VPCs

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 conf [KEY] [VALUE]

Manage authentication credentials in a configuration file (config.json)

USAGE
  $ anypoint-cli-v4 conf [KEY] [VALUE] [-h] [-k <value>] [-v <value>] [-d]

ARGUMENTS
  KEY    key of the config
  VALUE  value of the config

FLAGS
  -d, --delete         delete config key
  -h, --help           Show CLI help.
  -k, --key=<value>    key of the config
  -v, --value=<value>  value of the config

DESCRIPTION
  Manage authentication credentials in a configuration file (config.json)
  by adding and removing key value pairs. Set one key value pair per command execution.
  CLI config file: ~/Library/Preferences/anypoint-cli-v4-nodejs/config.json

EXAMPLES
  $ anypoint-cli-v4 conf username myuser

  $ anypoint-cli-v4 conf password mypwd

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 datagraph:load-balancer-config:add DLBURL

Adds a load balancer configuration to a DataGraph

USAGE
  $ anypoint-cli-v4 datagraph:load-balancer-config:add [DLBURL] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h]

ARGUMENTS
  DLBURL  datagraph load balancer config url

FLAGS
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Adds a load balancer configuration to a DataGraph

See code: anypoint-cli-datagraph-plugin

anypoint-cli-v4 datagraph:load-balancer-config:describe

Shows a load balancer configuration for a DataGraph

USAGE
  $ anypoint-cli-v4 datagraph:load-balancer-config:describe [--username <value>] [--password <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.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Shows a load balancer configuration for a DataGraph

See code: anypoint-cli-datagraph-plugin

anypoint-cli-v4 datagraph:load-balancer-config:remove

Removes a load balancer configuration from a DataGraph

USAGE
  $ anypoint-cli-v4 datagraph:load-balancer-config:remove [--username <value>] [--password <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.
  --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
  Removes a load balancer configuration from a DataGraph

See code: anypoint-cli-datagraph-plugin

anypoint-cli-v4 designcenter:project:create NAME

Create a new project

USAGE
  $ anypoint-cli-v4 designcenter:project:create [NAME] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [-t <value>] [-f <value>] [-o <value>]

FLAGS
  -f, --fragmentType=<value>    Fragment type. Always use with --type raml-fragment, even for OAS 3.0 and JSON schema
                                fragments. This field is required if the type option was set as raml-fragment. Supported
                                values are: trait, resource_type, library, type, user_documentation, oas-components,
                                json-schema.
  -h, --help                    Show CLI help.
  -o, --output=<value>          [default: table] Format for commands output. Supported values are table (default) and
                                json
  -t, --type=<value>            Project type. Supported values are: raml, raml-fragment.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Create a new project

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 designcenter:project:delete NAME

Delete a project

USAGE
  $ anypoint-cli-v4 designcenter:project:delete [NAME] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [-f]

FLAGS
  -f, --force
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Delete a project

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 designcenter:project:download NAME TARGETDIR

Download the content of a project

USAGE
  $ anypoint-cli-v4 designcenter:project:download [NAME] [TARGETDIR] [--username <value>] [--password <value>] [--client_id
    <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host
    <value>] [--collectMetrics] [-h] [-b <value>]

FLAGS
  -b, --branch=<value>
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Download the content of a project

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 designcenter:project:list [SEARCHTEXT]

List all projects

USAGE
  $ anypoint-cli-v4 designcenter:project:list [SEARCHTEXT] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [--pageIndex <value>] [--pageSize <value>] [-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.
  --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.
  --pageIndex=<value>
  --pageSize=<value>            [default: 10]
  --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
  List all projects

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 designcenter:project:publish NAME

Publish a project to Exchange. Options that are not specified are extracted from exchange.json

USAGE
  $ anypoint-cli-v4 designcenter:project:publish [NAME] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [--name <value>] [--main <value>] [--apiVersion <value>] [--groupId <value>] [--assetId
    <value>] [--version <value>] [-b <value>]

FLAGS
  -b, --branch=<value>
  -h, --help                    Show CLI help.
  --apiVersion=<value>
  --assetId=<value>
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --groupId=<value>
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --main=<value>
  --name=<value>
  --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.
  --version=<value>

DESCRIPTION
  Publish a project to Exchange. Options that are not specified are extracted from `exchange.json`

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 designcenter:project:upload NAME PROJDIR

Upload the content of a project. File/folder names starting with a dot are excluded unless --include-dot-files is passed

USAGE
  $ anypoint-cli-v4 designcenter:project:upload [NAME] [PROJDIR] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [-i] [-b <value>]

FLAGS
  -b, --branch=<value>
  -h, --help                    Show CLI help.
  -i, --include-dot-files
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Upload the content of a project. File/folder names starting with a dot are excluded unless `--include-dot-files` is
  passed

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 exchange:asset:copy SOURCE TARGET

Copy an asset. Arguments "source" and "target" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID.

USAGE
  $ anypoint-cli-v4 exchange:asset:copy [SOURCE] [TARGET] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [-t <value>]

FLAGS
  -h, --help                          Show CLI help.
  -t, --targetOrganizationId=<value>  Target organization id
  --bearer=<value>                    Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>                 Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>             Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment
                                      variable.
  --collectMetrics                    collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>               Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com        [default: anypoint.mulesoft.com] Host URL. You can define this in the
                                      ANYPOINT_HOST environment variable.
  --organization=<value>              Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>                  Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>                  Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Copy an asset. Arguments "source" and "target" should be formatted as follows: ([group_id]/)<asset_id>/<version>. If
  "group_id" is not specified, it will default to the currently selected Organization ID.

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:delete ASSETIDENTIFIER

Delete an asset. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID.

USAGE
  $ anypoint-cli-v4 exchange:asset:delete [ASSETIDENTIFIER] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [-f]

FLAGS
  -f, --force
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Delete an asset. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/<version>. If
  "group_id" is not specified, it will default to the currently selected Organization ID.

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:deprecate ASSETIDENTIFIER

Deprecate an asset. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID

USAGE
  $ anypoint-cli-v4 exchange:asset:deprecate [ASSETIDENTIFIER] [--username <value>] [--password <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.
  --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
  Deprecate an asset. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/<version>. If
  "group_id" is not specified, it will default to the currently selected Organization ID

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:describe ASSETIDENTIFIER

Show a given asset's information. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID.

USAGE
  $ anypoint-cli-v4 exchange:asset:describe [ASSETIDENTIFIER] [--username <value>] [--password <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.
  --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
  Show a given asset's information. Argument "assetIdentifier" should be formatted as follows:
  ([group_id]/)<asset_id>/<version>. If "group_id" is not specified, it will default to the currently selected
  Organization ID.

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:download [ASSETIDENTIFIER] [DIRECTORY]

Download an asset to the specified directory. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID.

USAGE
  $ anypoint-cli-v4 exchange:asset:download [ASSETIDENTIFIER] [DIRECTORY] [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-h] [-f]

FLAGS
  -f, --force
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Download an asset to the specified directory. Argument "assetIdentifier" should be formatted as follows:
  ([group_id]/)<asset_id>/<version>. If "group_id" is not specified, it will default to the currently selected
  Organization ID.

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:list [SEARCHTEXT]

Lists all assets

USAGE
  $ anypoint-cli-v4 exchange:asset:list [SEARCHTEXT] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [--organizationId <value>] [-l <value>] [-o <value>] [-o <value>]

FLAGS
  -h, --help                    Show CLI help.
  -l, --limit=<value>           [default: 10] Number of results to retrieve
  -o, --offset=<value>          Offset
  -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.
  --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.
  --organizationId=<value>      Filter by organization id
  --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 assets

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:modify ASSETIDENTIFIER

Modify an asset. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID.

USAGE
  $ anypoint-cli-v4 exchange:asset:modify [ASSETIDENTIFIER] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [-n <value>] [-t <value>]

FLAGS
  -h, --help                    Show CLI help.
  -n, --name=<value>            New asset name
  -t, --tags=<value>            Asset comma-separated tags list
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Modify an asset. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/<version>. If
  "group_id" is not specified, it will default to the currently selected Organization ID.

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:mutableDataUpload ASSETIDENTIFIER [PROPERTIES]

Uploads mutable data (tags, categories, fields and documentation) to an already created asset. Basic example to upload mutable data: exchange asset mutableData --tags tag1,tag2 --categories.someKey someValue --docs /..../file-path/docs.zip asset-id/1.0.0. Describing the asset. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID.

USAGE
  $ anypoint-cli-v4 exchange:asset:mutableDataUpload [ASSETIDENTIFIER] [PROPERTIES] [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-h] [--tags <value>] [--categories <value>] [--fields <value>] [--docs <value>]

FLAGS
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --categories=<value>          Categories. Should be used as --categories='{"someKey": "someValue"}'
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --docs=<value>                Docs file. (Should specify the the "zip" file path. E.g. "--docs
                                /.../file-path/docs.zip")
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --fields=<value>              Custom Fields. Should be used as --fields='{"someKey": "someValue"}'
  --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.
  --tags=<value>                Tags. Should be used as a comma separated list. E.g. "tag1,tag2,tag3"
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Uploads mutable data (tags, categories, fields and documentation) to an already created asset. Basic example to upload
  mutable data: exchange asset mutableData --tags tag1,tag2 --categories.someKey someValue --docs
  /..../file-path/docs.zip asset-id/1.0.0. Describing the asset. Argument "assetIdentifier" should be formatted as
  follows: ([group_id]/)<asset_id>/<version>. If "group_id" is not specified, it will default to the currently selected
  Organization ID.
  To learn more about the creation endpoint visit https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97
  bc6-315a-4490-82a7-23abe036327a.anypoint-platform/exchange-experience-api/minor/2.0/pages/Asset%20Creation/

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:page:delete ASSETIDENTIFIER [PAGENAME]

Delete an asset's description page. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID.

USAGE
  $ anypoint-cli-v4 exchange:asset:page:delete [ASSETIDENTIFIER] [PAGENAME] [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-h] [-n <value>] [-f]

FLAGS
  -f, --force
  -h, --help                    Show CLI help.
  -n, --name=<value>            name to print
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Delete an asset's description page. Argument "assetIdentifier" should be formatted as follows:
  ([group_id]/)<asset_id>/<version>. If "group_id" is not specified, it will default to the currently selected
  Organization ID.

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:page:download ASSETIDENTIFIER DIRECTORY [PAGENAME]

Download an asset's description page in Markdown format. When "pageName" is not specified, all pages are downloaded. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID.

USAGE
  $ anypoint-cli-v4 exchange:asset:page:download [ASSETIDENTIFIER] [DIRECTORY] [PAGENAME] [--username <value>] [--password
    <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.
  --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
  Download an asset's description page in Markdown format. When "pageName" is not specified, all pages are downloaded.
  Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/<version>. If "group_id" is not
  specified, it will default to the currently selected Organization ID.

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:page:list ASSETIDENTIFIER

List all pages for a given asset. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID.

USAGE
  $ anypoint-cli-v4 exchange:asset:page:list [ASSETIDENTIFIER] [--username <value>] [--password <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.
  --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
  List all pages for a given asset. Argument "assetIdentifier" should be formatted as follows:
  ([group_id]/)<asset_id>/<version>. If "group_id" is not specified, it will default to the currently selected
  Organization ID.

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:page:modify ASSETIDENTIFIER PAGENAME

Modify an asset's description page name. Renames page specified with --name to the new name . The page name "home" makes a page the main description page. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID.

USAGE
  $ anypoint-cli-v4 exchange:asset:page:modify [ASSETIDENTIFIER] [PAGENAME] -n <value> [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-h] [-f]

FLAGS
  -f, --force
  -h, --help                    Show CLI help.
  -n, --name=<value>            (required) New asset page name
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Modify an asset's description page name. Renames page specified with --name to the new name <pageName>. The page name
  "home" makes a page the main description page. Argument "assetIdentifier" should be formatted as follows:
  ([group_id]/)<asset_id>/<version>. If "group_id" is not specified, it will default to the currently selected
  Organization ID.

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:page:update ASSETIDENTIFIER PAGENAME MDPATH

Update an asset's description page in Markdown format. The page name "home" represents the main description page. Argument "assetIdentifier" should be formatted as follows:Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID.

USAGE
  $ anypoint-cli-v4 exchange:asset:page:update [ASSETIDENTIFIER] [PAGENAME] [MDPATH] [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-h] [-n <value>] [-f]

FLAGS
  -f, --force
  -h, --help                    Show CLI help.
  -n, --name=<value>            name to print
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Update an asset's description page in Markdown format. The page name "home" represents the main description page.
  Argument "assetIdentifier" should be formatted as follows:Argument "assetIdentifier" should be formatted as follows:
  ([group_id]/)<asset_id>/<version>. If "group_id" is not specified, it will default to the currently selected
  Organization ID.

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:page:upload ASSETIDENTIFIER PAGENAME MDPATH

Upload an asset's description page in Markdown format. The page name "home" makes a page the main description page. Argument "assetIdentifier" should be formatted as follows: Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID.

USAGE
  $ anypoint-cli-v4 exchange:asset:page:upload [ASSETIDENTIFIER] [PAGENAME] [MDPATH] [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-h] [-n <value>] [-f]

FLAGS
  -f, --force
  -h, --help                    Show CLI help.
  -n, --name=<value>            name to print
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Upload an asset's description page in Markdown format. The page name "home" makes a page the main description page.
  Argument "assetIdentifier" should be formatted as follows: Argument "assetIdentifier" should be formatted as follows:
  ([group_id]/)<asset_id>/<version>. If "group_id" is not specified, it will default to the currently selected
  Organization ID.

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:resource:delete ASSETIDENTIFIER RESOURCEPATH

Delete the specified resource from the asset portal as draft

USAGE
  $ anypoint-cli-v4 exchange:asset:resource:delete [ASSETIDENTIFIER] [RESOURCEPATH] [--username <value>] [--password <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.
  --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 the specified resource from the asset portal as draft

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:resource:download ASSETIDENTIFIER RESOURCEPATH FILEPATH

Downloads the specified published resource () from the asset portal to

USAGE
  $ anypoint-cli-v4 exchange:asset:resource:download [ASSETIDENTIFIER] [RESOURCEPATH] [FILEPATH] [--username <value>] [--password
    <value>] [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment
    <value>] [--host <value>] [--collectMetrics] [-h] [-n <value>] [-f]

FLAGS
  -f, --force
  -h, --help                    Show CLI help.
  -n, --name=<value>            name to print
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Downloads the specified published resource (<resourcePath>) from the asset portal to <filePath>

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:resource:list ASSETIDENTIFIER

Lists published resources in the asset portal

USAGE
  $ anypoint-cli-v4 exchange:asset:resource:list [ASSETIDENTIFIER] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [-d] [-o <value>]

FLAGS
  -d, --draft                   Lists draft resources in the asset portal
  -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.
  --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 published resources in the asset portal

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:resource:upload ASSETIDENTIFIER FILEPATH

Upload a resource to an asset page Supported file extensions: jpeg, jpg, jpe, gif, bmp, png, webp, ico, svg, tiff, tif

USAGE
  $ anypoint-cli-v4 exchange:asset:resource:upload [ASSETIDENTIFIER] [FILEPATH] [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-h] [-n <value>] [-f]

FLAGS
  -f, --force
  -h, --help                    Show CLI help.
  -n, --name=<value>            name to print
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Upload a resource to an asset page  Supported file extensions: jpeg, jpg, jpe, gif, bmp, png, webp, ico, svg, tiff,
  tif

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:undeprecate ASSETIDENTIFIER

Undeprecate an asset. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID

USAGE
  $ anypoint-cli-v4 exchange:asset:undeprecate [ASSETIDENTIFIER] [--username <value>] [--password <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.
  --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
  Undeprecate an asset. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/<version>. If
  "group_id" is not specified, it will default to the currently selected Organization ID

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:updateStatus ASSETIDENTIFIER

Updates asset status. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID.

USAGE
  $ anypoint-cli-v4 exchange:asset:updateStatus [ASSETIDENTIFIER] --status <value> [--username <value>] [--password <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.
  --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.
  --status=<value>              (required) (required) New asset status
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Updates asset status. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/<version>. If
  "group_id" is not specified, it will default to the currently selected Organization ID.

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 exchange:asset:upload ASSETIDENTIFIER [PROPERTIES]

Upload a rest-api, soap-api, http-api, custom, app, template, example, policy and connector asset. Basic example to upload a raml asset: exchange:asset:upload --name "Raml Asset" --description "RAML" --properties='{"mainFile":"encrypt.raml", "apiVersion":"v1"}' --files='{"raml.zip":".../file-path/raml.zip" }"' raml-asset/1.0.0. Describing the asset. Argument "assetIdentifier" should be formatted as follows: ([group_id]/)<asset_id>/. If "group_id" is not specified, it will default to the currently selected Organization ID.

USAGE
  $ anypoint-cli-v4 exchange:asset:upload [ASSETIDENTIFIER] [PROPERTIES] [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-h] [--name <value>] [--description <value>] [--type <value>] [--keywords
    <value>] [--tags <value>] [--categories <value>] [--fields <value>] [--dependencies <value>] [--properties <value>]
    [--files <value>] [--status development|published]

FLAGS
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --categories=<value>          Categories. Should be used as --categories='{"someKey": "someValue"}'
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --dependencies=<value>        Asset dependencies, separated by ",". E.g. dependencies
                                groupId:assetId:version,groupId2...
  --description=<value>         Asset description
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --fields=<value>              Custom Fields. Should be used as --fields='{"someKey": "someValue"}'
  --files=<value>               Asset file. (it should be identified as classifier.packaging or just "packaging" as key
                                of a json. E.g. --files='{"raml.zip":".../file-path/raml.zip" }"' (to send multiple
                                files, use the same option multiple times. Example:
                                --files='{"raml.zip":".../file-path/raml.zip" , "pom.xml": "./pom.xml"}'
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --keywords=<value>            Keywords. Should be used as a comma separated list. E.g. "keyword1,keyword2,keyword3"
  --name=<value>                Asset name (required if no pom file is specified)
  --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.
  --properties=<value>          Asset properties. Should be used as --properties='{"mainFile":"main.raml",
                                "apiVersion":"v1", "assetLink": "http://api.com"}'
  --status=<option>             Asset status can be one of: development or published
                                <options: development|published>
  --tags=<value>                Tags. Should be used as a comma separated list. E.g. "tag1,tag2,tag3"
  --type=<value>                Asset Type. (required if no file is uploaded. If it is uploaded, type will be inferred
                                from classifier)Supported Values: rest-api, soap-api, http-api, raml-fragment, custom,
                                connector, template, example, policy, app, extension, external-library
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Upload a rest-api, soap-api, http-api, custom, app, template, example, policy and connector asset. Basic example to
  upload a raml asset: exchange:asset:upload --name "Raml Asset" --description "RAML"
  --properties='{"mainFile":"encrypt.raml", "apiVersion":"v1"}' --files='{"raml.zip":".../file-path/raml.zip" }"'
  raml-asset/1.0.0. Describing the asset. Argument "assetIdentifier" should be formatted as follows:
  ([group_id]/)<asset_id>/<version>. If "group_id" is not specified, it will default to the currently selected
  Organization ID.
  To learn more about the creation endpoint visit https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97
  bc6-315a-4490-82a7-23abe036327a.anypoint-platform/exchange-experience-api/minor/2.0/pages/Asset%20Creation/

See code: anypoint-cli-exchange-plugin

anypoint-cli-v4 governance:api:evaluate

Evaluate rulesets that may apply to the API.

USAGE
  $ anypoint-cli-v4 governance:api:evaluate [--username <value>] [--password <value>] [--client_id <value>] [--client_secret
    <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>] [--collectMetrics]
    [--criteria <value>] [--api <value>]

FLAGS
  --api=<value>                 The API
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --criteria=<value>            A list of filters separated by commas, where each filter has a type and value in the
                                format filterType:filterValue. Available filters include category, tag, and scope (the
                                targeted API types). Example: tag:tag1,category:category1:value,category:category2:value
                                2,scope:async-api,scope:rest-api
  --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
  Evaluate rulesets that may apply to the API.

See code: anypoint-cli-governance-plugin

anypoint-cli-v4 governance:api:inspect INPUT

Inspects an API definition to determine the included types.

USAGE
  $ anypoint-cli-v4 governance:api:inspect [INPUT] [--username <value>] [--password <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.
  --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
  Inspects an API definition to determine the included types.

EXAMPLES
  $ anypoint-cli-v4 governance:api:inspect my-healthcare-api.yaml

See code: anypoint-cli-governance-plugin

anypoint-cli-v4 governance:api:validate SPEC

Validate an API definition against the ruleset

USAGE
  $ anypoint-cli-v4 governance:api:validate [SPEC] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [--rulesets <value>] [--remote-rulesets <value>] [--remote] [--force]

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.
  --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.
  --force                       force
  --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.
  --remote                      Remote API definition. API definition should be specified using group/asset/version
                                format
  --remote-rulesets=<value>     Remote Ruleset files to add to validation, separated by comma
  --rulesets=<value>            Ruleset files to add to validation, separated by comma
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Validate an API definition against the ruleset

See code: anypoint-cli-governance-plugin

anypoint-cli-v4 governance:document RULESET FILE

Document Ruleset definition.

USAGE
  $ anypoint-cli-v4 governance:document [RULESET] [FILE] [--single-page]

FLAGS
  --single-page  Create a single page for documentation

DESCRIPTION
  Document Ruleset definition.

See code: anypoint-cli-governance-plugin

anypoint-cli-v4 governance:profile:create PROFILE-NAME RULESET-ASSET-IDENTIFIERS

Creates a new profile.Argument "ruleset-asset-identifiers" should be a list of ruleset asset identifiers formatted as follows: <group_id>/<asset_id>/,<group_id>/<asset_id>/.

USAGE
  $ anypoint-cli-v4 governance:profile:create [PROFILE-NAME] [RULESET-ASSET-IDENTIFIERS] [--username <value>] [--password
    <value>] [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment
    <value>] [--host <value>] [--collectMetrics] [-o <value>] [--description <value>] [--criteria <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.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --criteria=<value>            A list of filters separated by commas, where each filter has a type and value in the
                                format filterType:filterValue. Available filters include category, tag, and scope (the
                                targeted API types). Example: tag:tag1,category:category1:value,category:category2:value
                                2,scope:async-api,scope:rest-api
  --description=<value>         Profile description
  --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
  Creates a new profile.Argument "ruleset-asset-identifiers" should be a list of ruleset asset identifiers formatted as
  follows: <group_id>/<asset_id>/<version>,<group_id>/<asset_id>/<version>.

See code: anypoint-cli-governance-plugin

anypoint-cli-v4 governance:profile:delete PROFILE-ID

Delete specific profile.

USAGE
  $ anypoint-cli-v4 governance:profile:delete [PROFILE-ID] [--username <value>] [--password <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.
  --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 specific profile.

See code: anypoint-cli-governance-plugin

anypoint-cli-v4 governance:profile:info PROFILEID

Show info for specific profile

USAGE
  $ anypoint-cli-v4 governance:profile:info [PROFILEID] [--username <value>] [--password <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.
  --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
  Show info for specific profile

See code: anypoint-cli-governance-plugin

anypoint-cli-v4 governance:profile:list

List profiles from the organization

USAGE
  $ anypoint-cli-v4 governance:profile:list [--username <value>] [--password <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.
  --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
  List profiles from the organization

See code: anypoint-cli-governance-plugin

anypoint-cli-v4 governance:profile:update PROFILEID

Modifies the profile

USAGE
  $ anypoint-cli-v4 governance:profile:update [PROFILEID] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [--ruleset-asset-identifiers <value>] [--profile-name <value>] [--criteria <value>]
    [--description <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.
  --collectMetrics                     collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --criteria=<value>                   A list of filters separated by commas, where each filter has a type and value in
                                       the format filterType:filterValue. Available filters include category, tag, and
                                       scope (the targeted API types). Example: tag:tag1,category:category1:value,catego
                                       ry:category2:value2,scope:async-api,scope:rest-api
  --description=<value>                Profile description
  --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.
  --profile-name=<value>               Profile name
  --ruleset-asset-identifiers=<value>  Asset identifiersArgument "ruleset-asset-identifiers" should be a list of ruleset
                                       asset identifiers formatted as follows:
                                       <group_id>/<asset_id>/<version>,<group_id>/<asset_id>/<version>.
  --username=<value>                   Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Modifies the profile

See code: anypoint-cli-governance-plugin

anypoint-cli-v4 governance:ruleset:clone RULESET TITLE DESCRIPTION

Create a new ruleset from another

USAGE
  $ anypoint-cli-v4 governance:ruleset:clone [RULESET] [TITLE] [DESCRIPTION] [--username <value>] [--password <value>]
    [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [--remote] [--error <value>] [--warning <value>] [--info <value>] [--remove
    <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.
  --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.
  --error=<value>               List of error rules, separated by comma
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --info=<value>                List of info rules, separated by comma
  --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.
  --remote                      The ruleset for which to list information is published in Exchange. Ruleset should be
                                specified using group/asset/version format
  --remove=<value>              List of rules to remove, separated by comma
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.
  --warning=<value>             List of warning rules, separated by comma

DESCRIPTION
  Create a new ruleset from another

See code: anypoint-cli-governance-plugin

anypoint-cli-v4 governance:ruleset:info RULESET

List ruleset rules

USAGE
  $ anypoint-cli-v4 governance:ruleset:info [RULESET] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [--remote]

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.
  --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.
  --remote                      The ruleset for which to list information is published in Exchange. Ruleset should be
                                specified using group/asset/version format
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  List ruleset rules

See code: anypoint-cli-governance-plugin

anypoint-cli-v4 governance:ruleset:init SCHEMA

Initializes a governance ruleset definition based on a data schema

USAGE
  $ anypoint-cli-v4 governance:ruleset:init [SCHEMA] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [--types <value>] [--name <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.
  --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>                [default: GeneratedRuleset] Name of the ruleset. Defaults to GeneratedRuleset
  --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.
  --types=<value>               [default: ] Target API types for which to initialize rules. If no types are specified,
                                rules for every type are generated
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Initializes a governance ruleset definition based on a data schema

See code: anypoint-cli-governance-plugin

anypoint-cli-v4 governance:ruleset:validate RULESET

Validate Ruleset definition

USAGE
  $ anypoint-cli-v4 governance:ruleset:validate [RULESET] [--username <value>] [--password <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.
  --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
  Validate Ruleset definition

See code: anypoint-cli-governance-plugin

anypoint-cli-v4 help [COMMAND]

display help for anypoint-cli-v4

USAGE
  $ anypoint-cli-v4 help [COMMAND] [--all]

ARGUMENTS
  COMMAND  command to show help for

FLAGS
  --all  see all commands in CLI

DESCRIPTION
  display help for anypoint-cli-v4

See code: @oclif/plugin-help

anypoint-cli-v4 plugins

list installed plugins

USAGE
  $ anypoint-cli-v4 plugins [--core]

FLAGS
  --core  show core plugins

DESCRIPTION
  list installed plugins

EXAMPLES
  $ anypoint-cli-v4 plugins

See code: @oclif/plugin-plugins

anypoint-cli-v4 plugins:inspect PLUGIN...

displays installation properties of a plugin

USAGE
  $ anypoint-cli-v4 plugins:inspect PLUGIN...

ARGUMENTS
  PLUGIN  [default: .] plugin to inspect

FLAGS
  -h, --help     show CLI help
  -v, --verbose

DESCRIPTION
  displays installation properties of a plugin

EXAMPLES
  $ anypoint-cli-v4 plugins:inspect myplugin

See code: @oclif/plugin-plugins

anypoint-cli-v4 plugins:install PLUGIN...

installs a plugin into the CLI

USAGE
  $ anypoint-cli-v4 plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  plugin to install

FLAGS
  -f, --force    yarn install with force flag
  -h, --help     show CLI help
  -v, --verbose

DESCRIPTION
  installs a plugin into the CLI
  Can be installed from npm or a git url.

  Installation of a user-installed plugin will override a core plugin.

  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.


ALIASES
  $ anypoint-cli-v4 plugins:add

EXAMPLES
  $ anypoint-cli-v4 plugins:install myplugin 

  $ anypoint-cli-v4 plugins:install https://github.com/someuser/someplugin

  $ anypoint-cli-v4 plugins:install someuser/someplugin

See code: @oclif/plugin-plugins

links a plugin into the CLI for development

USAGE
  $ anypoint-cli-v4 plugins:link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

FLAGS
  -h, --help     show CLI help
  -v, --verbose

DESCRIPTION
  links a plugin into the CLI for development
  Installation of a linked plugin will override a user-installed or core plugin.

  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
  command will override the user-installed or core plugin implementation. This is useful for development work.


EXAMPLES
  $ anypoint-cli-v4 plugins:link myplugin

See code: @oclif/plugin-plugins

anypoint-cli-v4 plugins:uninstall PLUGIN...

removes a plugin from the CLI

USAGE
  $ anypoint-cli-v4 plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     show CLI help
  -v, --verbose

DESCRIPTION
  removes a plugin from the CLI

ALIASES
  $ anypoint-cli-v4 plugins:unlink
  $ anypoint-cli-v4 plugins:remove

See code: @oclif/plugin-plugins

anypoint-cli-v4 plugins:update

update installed plugins

USAGE
  $ anypoint-cli-v4 plugins:update [-h] [-v]

FLAGS
  -h, --help     show CLI help
  -v, --verbose

DESCRIPTION
  update installed plugins

See code: @oclif/plugin-plugins

anypoint-cli-v4 runtime-mgr:application:delete NAME

Delete a cloudhub application

USAGE
  $ anypoint-cli-v4 runtime-mgr:application:delete [NAME] [--username <value>] [--password <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.
  --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 a cloudhub application

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:application:deploy NAME DEPLOYMENTTARGETID RUNTIMEVERSION ARTIFACTID

Deploy a new application retrieved from exchange [artifactId] in target [deploymentTargetId] with runtime version [runtimeVersion]

USAGE
  $ anypoint-cli-v4 runtime-mgr:application:deploy [NAME] [DEPLOYMENTTARGETID] [RUNTIMEVERSION] [ARTIFACTID] [--username <value>]
    [--password <value>] [--client_id <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>]
    [--environment <value>] [--host <value>] [--collectMetrics] [-h] [--assetVersion <value>] [--groupId <value>]
    [--replicas <value>] [--replicaSize <value>] [--objectStoreV2] [--updateStrategy <value>] [--clustered]
    [--lastMileSecurity] [--disableAmLogForwarding] [--property <value>] [--propertiesFile <value>]
    [--scopeLoggingConfigFile <value>] [--scopeLoggingConfig <value>] [--forwardSslSession] [--pathRewrite <value>]
    [--publicEndpoints <value>] [--instanceType <value>] [-o <value>]

FLAGS
  -h, --help                        Show CLI help.
  -o, --output=<value>              [default: table] Format for commands output. Supported values are table (default)
                                    and json
  --assetVersion=<value>            Version of the exchange application to use, default: latest app version
  --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.
  --clustered                       clustering enabled, requires atleast 2 replicas, default disabled.
  --collectMetrics                  collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --disableAmLogForwarding          Disable forwarding application logs to Anypoint Monitoring, default false.
  --environment=<value>             Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --forwardSslSession               TLS Setting. Enable SSL session forwarding. Default disabled.
  --groupId=<value>                 Group id of the asset to deploy, default equals currently selected organization id
  --host=anypoint.mulesoft.com      [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                    environment variable.
  --instanceType=<value>            Size of replicas in for orgs in UBP, default mule.micro
  --lastMileSecurity                TLS Setting. Enable last mile security, default false.
  --objectStoreV2                   Enable object store v2, default disabled.
  --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.
  --pathRewrite=<value>             Supply the base path expected by the HTTP Listener in your app. Must begin with a
                                    forward slash
  --propertiesFile=<value>          Overwrite all properties with values from this file. The file format is 1 or more
                                    lines in name: value format
  --property=<value>                Set a property (name:value). Can be specified multiple times
  --publicEndpoints=<value>         Supply endpoints to reach via the public internet. Separated by commas, no spaces.
  --replicaSize=<value>             Size of replicas in vcores, default 0.1
  --replicas=<value>                Number of replicas, must be above 0, default 1
  --scopeLoggingConfig=<value>      Define scope logging with values in format scopeName:logLevel separated by commas,
                                    no spaces.
  --scopeLoggingConfigFile=<value>  Define scope logging with values from this file.The file format is 1 tupple per
                                    line, each tupple enclosed in {}, () or [] , in format {scope: scopeName, logLevel:
                                    logLevelType}
  --updateStrategy=<value>          Update strategy, default rolling
  --username=<value>                Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Deploy a new application retrieved from exchange [artifactId] in target [deploymentTargetId] with runtime version
  [runtimeVersion]

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:application:describe APPID

Show cloudhub2 application details

USAGE
  $ anypoint-cli-v4 runtime-mgr:application:describe [APPID] [--username <value>] [--password <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.
  --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
  Show cloudhub2 application details

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:application:download-logs APPID SPECID DIRECTORY

Download application logs to specified directory

USAGE
  $ anypoint-cli-v4 runtime-mgr:application:download-logs [APPID] [SPECID] [DIRECTORY] [--username <value>] [--password <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.
  --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
  Download application logs to specified directory

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:application:list

Lists all cloudhub2 applications in the environment

USAGE
  $ anypoint-cli-v4 runtime-mgr:application:list [--username <value>] [--password <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.
  --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 cloudhub2 applications in the environment

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:application:logs APPID SPECID

Tail application logs

USAGE
  $ anypoint-cli-v4 runtime-mgr:application:logs [APPID] [SPECID] [--username <value>] [--password <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.
  --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
  Tail application logs

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:application:modify APPID

Modify an existing cloudhub 2 application

USAGE
  $ anypoint-cli-v4 runtime-mgr:application:modify [APPID] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [--assetVersion <value>] [--groupId <value>] [--replicas <value>] [--replicaSize <value>]
    [--objectStoreV2] [--updateStrategy <value>] [--clustered] [--lastMileSecurity] [--disableAmLogForwarding]
    [--property <value>] [--propertiesFile <value>] [--scopeLoggingConfigFile <value>] [--scopeLoggingConfig <value>]
    [--forwardSslSession] [--pathRewrite <value>] [--publicEndpoints <value>] [--instanceType <value>] [-o <value>]
    [--runtimeVersion <value>] [--artifactId <value>]

FLAGS
  -h, --help                        Show CLI help.
  -o, --output=<value>              [default: table] Format for commands output. Supported values are table (default)
                                    and json
  --artifactId=<value>              ID of the application retrieved from exchange
  --assetVersion=<value>            Version of the exchange application to use, default: latest app version
  --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.
  --clustered                       clustering enabled, requires atleast 2 replicas, default disabled.
  --collectMetrics                  collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --disableAmLogForwarding          Disable forwarding application logs to Anypoint Monitoring, default false.
  --environment=<value>             Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --forwardSslSession               TLS Setting. Enable SSL session forwarding. Default disabled.
  --groupId=<value>                 Group id of the asset to deploy, default equals currently selected organization id
  --host=anypoint.mulesoft.com      [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                    environment variable.
  --instanceType=<value>            Size of replicas in for orgs in UBP, default mule.micro
  --lastMileSecurity                TLS Setting. Enable last mile security, default false.
  --objectStoreV2                   Enable object store v2, default disabled.
  --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.
  --pathRewrite=<value>             Supply the base path expected by the HTTP Listener in your app. Must begin with a
                                    forward slash
  --propertiesFile=<value>          Overwrite all properties with values from this file. The file format is 1 or more
                                    lines in name: value format
  --property=<value>                Set a property (name:value). Can be specified multiple times
  --publicEndpoints=<value>         Supply endpoints to reach via the public internet. Separated by commas, no spaces.
  --replicaSize=<value>             Size of replicas in vcores, default 0.1
  --replicas=<value>                Number of replicas, must be above 0, default 1
  --runtimeVersion=<value>          Runtime version of the deployment target
  --scopeLoggingConfig=<value>      Define scope logging with values in format scopeName:logLevel separated by commas,
                                    no spaces.
  --scopeLoggingConfigFile=<value>  Define scope logging with values from this file.The file format is 1 tupple per
                                    line, each tupple enclosed in {}, () or [] , in format {scope: scopeName, logLevel:
                                    logLevelType}
  --updateStrategy=<value>          Update strategy, default rolling
  --username=<value>                Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Modify an existing cloudhub 2 application

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:application:start APPID

Start a cloudhub application

USAGE
  $ anypoint-cli-v4 runtime-mgr:application:start [APPID] [--username <value>] [--password <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.
  --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 a cloudhub application

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:application:stop APPID

Stop a running cloudhub application

USAGE
  $ anypoint-cli-v4 runtime-mgr:application:stop [APPID] [--username <value>] [--password <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.
  --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 a running cloudhub application

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cloudhub-alert-history:describe [NAME]

Describe the history of the alert

USAGE
  $ anypoint-cli-v4 runtime-mgr:cloudhub-alert-history:describe [NAME] [--username <value>] [--password <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.
  --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 the history of the alert

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cloudhub-alert:list

Lists all cloud alerts in the environment

USAGE
  $ anypoint-cli-v4 runtime-mgr:cloudhub-alert:list [--username <value>] [--password <value>] [--client_id <value>] [--client_secret
    <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>] [--collectMetrics]
    [-h] [--limit <value>] [--offset <value>] [-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.
  --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.
  --limit=<value>               [default: 10] Number of results to retrieve
  --offset=<value>              Offset
  --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 cloud alerts in the environment

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cloudhub-application:copy SOURCE TARGET

Copy cloud app from source to target. "source" and "target" args format: [[:/]]

USAGE
  $ anypoint-cli-v4 runtime-mgr:cloudhub-application:copy [SOURCE] [TARGET] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [--property <value>]

FLAGS
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --property=<value>            Set a property (name:value). Can be specified multiple times
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Copy cloud app from source to target. "source" and "target" args format: [<org>[:<env>/]]<app>

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cloudhub-application:copy-replace SOURCE TARGET

Copy cloud app from source to target, overwriting existing app and settings. "source" and "target" args format: [[:/]]

USAGE
  $ anypoint-cli-v4 runtime-mgr:cloudhub-application:copy-replace [SOURCE] [TARGET] [--username <value>] [--password <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.
  --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
  Copy cloud app from source to target, overwriting existing app and settings. "source" and "target" args format:
  [<org>[:<env>/]]<app>

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cloudhub-application:delete NAME

Delete a cloudhub application

USAGE
  $ anypoint-cli-v4 runtime-mgr:cloudhub-application:delete [NAME] [--username <value>] [--password <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.
  --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 a cloudhub application

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cloudhub-application:deploy NAME ZIPFILE

Deploy a new application

USAGE
  $ anypoint-cli-v4 runtime-mgr:cloudhub-application:deploy [NAME] [ZIPFILE] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [--timeout <value>] [--runtime <value>] [--workers <value>] [--workerSize <value>] [--region
    <value>] [--property <value>] [--propertiesFile <value>] [--persistentQueues] [--persistentQueuesEncrypted]
    [--staticIPsEnabled] [--objectStoreV1] [--autoRestart] [-o <value>]

FLAGS
  -h, --help                    Show CLI help.
  -o, --output=<value>          [default: table] Format for commands output. Supported values are table (default) and
                                json
  --autoRestart                 Automatically restart app when not responding.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --objectStoreV1               Enable or disable Object Store V1.
  --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.
  --persistentQueues            Enable or disable persistent queues.
  --persistentQueuesEncrypted   Enable or disable persistent queue encryption.
  --propertiesFile=<value>      Overwrite all properties with values from this file. The file format is 1 or more lines
                                in name: value format
  --property=<value>            Set a property (name:value). Can be specified multiple times
  --region=<value>              Name of the region to deploy to
  --runtime=<value>             Name of the runtime
  --staticIPsEnabled            Enable or disable static IPs.
  --timeout=<value>             [default: 90000] Set the timeout value in milliseconds. Accepted values between 60000
                                and 300000
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.
  --workerSize=<value>          Size of the workers in vCores. Supported Values: 0.1, 0.2, 1, 2, 4
  --workers=<value>             Number of workers, Supported Values: 1, 2, 3, 4

DESCRIPTION
  Deploy a new application

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cloudhub-application:describe NAME

Show cloudhub application details

USAGE
  $ anypoint-cli-v4 runtime-mgr:cloudhub-application:describe [NAME] [--username <value>] [--password <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.
  --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
  Show cloudhub application details

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cloudhub-application:download-logs NAME DIRECTORY

Download application logs to specified directory

USAGE
  $ anypoint-cli-v4 runtime-mgr:cloudhub-application:download-logs [NAME] [DIRECTORY] [--username <value>] [--password <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.
  --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
  Download application logs to specified directory

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cloudhub-application:list

Lists all cloudhub applications in the environment

USAGE
  $ anypoint-cli-v4 runtime-mgr:cloudhub-application:list [--username <value>] [--password <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.
  --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 cloudhub applications in the environment

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cloudhub-application:modify NAME [ZIPFILE]

Modify an existing cloudhub application, optionally updating the zip file

USAGE
  $ anypoint-cli-v4 runtime-mgr:cloudhub-application:modify [NAME] [ZIPFILE] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [-h] [--runtime <value>] [--workers <value>] [--workerSize <value>] [--region <value>]
    [--property <value>] [--propertiesFile <value>] [--persistentQueues] [--persistentQueuesEncrypted]
    [--staticIPsEnabled] [--objectStoreV1] [--autoRestart] [-o <value>]

FLAGS
  -h, --help                    Show CLI help.
  -o, --output=<value>          [default: table] Format for commands output. Supported values are table (default) and
                                json
  --autoRestart                 Automatically restart app when not responding.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --objectStoreV1               Enable or disable Object Store V1.
  --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.
  --persistentQueues            Enable or disable persistent queues.
  --persistentQueuesEncrypted   Enable or disable persistent queue encryption.
  --propertiesFile=<value>      Overwrite all properties with values from this file. The file format is 1 or more lines
                                in name: value format
  --property=<value>            Set a property (name:value). Can be specified multiple times
  --region=<value>              Name of the region to deploy to
  --runtime=<value>             Name of the runtime
  --staticIPsEnabled            Enable or disable static IPs.
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.
  --workerSize=<value>          Size of the workers in vCores. Supported Values: 0.1, 0.2, 1, 2, 4
  --workers=<value>             Number of workers, Supported Values: 1, 2, 3, 4

DESCRIPTION
  Modify an existing cloudhub application, optionally updating the zip file

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cloudhub-application:restart APPLICATIONNAME

Restart a running cloudhub application

USAGE
  $ anypoint-cli-v4 runtime-mgr:cloudhub-application:restart [APPLICATIONNAME] [--username <value>] [--password <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.
  --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
  Restart a running cloudhub application

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cloudhub-application:revert-runtime NAME

Restart a running cloudhub application

USAGE
  $ anypoint-cli-v4 runtime-mgr:cloudhub-application:revert-runtime [NAME] [--username <value>] [--password <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.
  --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
  Restart a running cloudhub application

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cloudhub-application:start APPLICATIONNAME

Start a cloudhub application

USAGE
  $ anypoint-cli-v4 runtime-mgr:cloudhub-application:start [APPLICATIONNAME] [--username <value>] [--password <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.
  --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 a cloudhub application

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cloudhub-application:stop APPLICATIONNAME

Stop a running cloudhub application

USAGE
  $ anypoint-cli-v4 runtime-mgr:cloudhub-application:stop [APPLICATIONNAME] [--username <value>] [--password <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.
  --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 a running cloudhub application

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cloudhub-application:tail-logs NAME

Tail application logs

USAGE
  $ anypoint-cli-v4 runtime-mgr:cloudhub-application:tail-logs [NAME] [--username <value>] [--password <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.
  --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
  Tail application logs

See code: anypoint-cli-designcenter-plugin

anypoint-cli-v4 runtime-mgr:cluster:add:server CLUSTERID SERVERID [SERVERIP]

Add server to cluster

USAGE
  $ anypoint-cli-v4 runtime-mgr:cluster:add:server [CLUSTERID] [SERVERID] [SERVERIP] [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:cluster:create NAME

Create new cluster

USAGE
  $ anypoint-cli-v4 runtime-mgr:cluster:create [NAME] --server <value> [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:cluster:delete CLUSTERID

Delete cluster

USAGE
  $ anypoint-cli-v4 runtime-mgr:cluster:delete [CLUSTERID] [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:cluster:describe CLUSTERID

Describe server cluster

USAGE
  $ anypoint-cli-v4 runtime-mgr:cluster:describe [CLUSTERID] [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:cluster:list

Lists all clusters in the environment

USAGE
  $ anypoint-cli-v4 runtime-mgr:cluster:list [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:cluster:modify CLUSTERID

Modify cluster

USAGE
  $ anypoint-cli-v4 runtime-mgr:cluster:modify [CLUSTERID] --name <value> [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:cluster:remove:server CLUSTERID SERVERID

Add server to cluster

USAGE
  $ anypoint-cli-v4 runtime-mgr:cluster:remove:server [CLUSTERID] [SERVERID] [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:rtf:list

Lists available Runtime Fabric instances

USAGE
  $ anypoint-cli-v4 runtime-mgr:rtf:list [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:server:delete SERVERID

Delete server

USAGE
  $ anypoint-cli-v4 runtime-mgr:server:delete [SERVERID] [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:server:describe SERVERID

Describe server

USAGE
  $ anypoint-cli-v4 runtime-mgr:server:describe [SERVERID] [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:server:list

Lists all servers in the environment

USAGE
  $ anypoint-cli-v4 runtime-mgr:server:list [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:server:modify SERVERID

Modify server

USAGE
  $ anypoint-cli-v4 runtime-mgr:server:modify [SERVERID] --name <value> [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 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-v4 runtime-mgr:server:token [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:serverGroup:add:server SERVERGROUPID SERVERID

Add server to a server group

USAGE
  $ anypoint-cli-v4 runtime-mgr:serverGroup:add:server [SERVERGROUPID] [SERVERID] [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:serverGroup:create NAME [SERVERIDS]

Create server group from servers

USAGE
  $ anypoint-cli-v4 runtime-mgr:serverGroup:create [NAME] [SERVERIDS] [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:serverGroup:delete SERVERGROUPID

Delete server group

USAGE
  $ anypoint-cli-v4 runtime-mgr:serverGroup:delete [SERVERGROUPID] [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:serverGroup:describe SERVERGROUPID

Describe server group

USAGE
  $ anypoint-cli-v4 runtime-mgr:serverGroup:describe [SERVERGROUPID] [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:serverGroup:list

Lists all server groups in the environment

USAGE
  $ anypoint-cli-v4 runtime-mgr:serverGroup:list [--username <value>] [--password <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.
  --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: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:serverGroup:modify SERVERGROUPID

Modify server group

USAGE
  $ anypoint-cli-v4 runtime-mgr:serverGroup:modify [SERVERGROUPID] --name <value> [--username <value>] [--password <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.
  --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.
  --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 group

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:serverGroup:remove:server SERVERGROUPID SERVERID

Remove server from a server group

USAGE
  $ anypoint-cli-v4 runtime-mgr:serverGroup:remove:server [SERVERGROUPID] [SERVERID] [--username <value>] [--password <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.
  --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
  Remove server from a server group

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:standalone-alert:create NAME

Create new standalone alert

USAGE
  $ anypoint-cli-v4 runtime-mgr:standalone-alert:create [NAME] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [--name <value>] [--severity INFO|WARNING|CRITICAL] [--resourceType
    hybrid-application|server|server-group|cluster] [--resource <value>] [--condition
    application-undeployed|application-failure|application-success|application-message-count|application-error-count|app
    lication-response-time|agent-version-change|runtime-version-change|server-cpu|server-load-average|server-memory|serv
    er-thread-count|server-up|server-deletion|server-down|server-group-up|server-group-deletion|server-group-down|server
    -group-member-cpu|server-group-member-load-average|server-group-member-memory|server-group-member-thread-count|serve
    r-group-member-up|server-group-member-down|server-group-member-added|server-group-member-removed|cluster-up|cluster-
    deletion|cluster-down|cluster-visibility-change|cluster-member-cpu|cluster-member-load-average|cluster-member-memory
    |cluster-member-thread-count|cluster-member-up|cluster-member-down|cluster-member-added|cluster-member-removed]
    [--period <value>] [--threshold <value>] [--operator gt|lt] [--subject <value>] [--content <value>] [--recipient
    <value>] [--email <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.

  --collectMetrics
      collect metrics. You can define this in the COLLECT_METRICS environment variable.

  --condition=<option>
      Alert trigger condition. Valid conditions for each resourceType are:
      hybrid-application: application-undeployed, application-failure, application-success, application-message-count,
      application-error-count, application-response-time
      server: agent-version-change, runtime-version-change, server-cpu, server-load-average, server-memory,
      server-thread-count, server-up, server-deletion, server-down
      server-group: server-group-up, server-group-deletion, server-group-down, server-group-member-cpu,
      server-group-member-load-average, server-group-member-memory, server-group-member-thread-count,
      server-group-member-up, server-group-member-down, server-group-member-added, server-group-member-removed
      cluster: cluster-up, cluster-deletion, cluster-down, cluster-visibility-change, cluster-member-cpu,
      cluster-member-load-average, cluster-member-memory, cluster-member-thread-count, cluster-member-up,
      cluster-member-down, cluster-member-added, cluster-member-removed
      Supported Values: application-undeployed, application-failure, application-success, application-message-count,
      application-error-count, application-response-time, agent-version-change, runtime-version-change, server-cpu,
      server-load-average, server-memory, server-thread-count, server-up, server-deletion, server-down, server-group-up,
      server-group-deletion, server-group-down, server-group-member-cpu, server-group-member-load-average,
      server-group-member-memory, server-group-member-thread-count, server-group-member-up, server-group-member-down,
      server-group-member-added, server-group-member-removed, cluster-up, cluster-deletion, cluster-down,
      cluster-visibility-change, cluster-member-cpu, cluster-member-load-average, cluster-member-memory,
      cluster-member-thread-count, cluster-member-up, cluster-member-down, cluster-member-added, cluster-member-removed
      <options:
      application-undeployed|application-failure|application-success|application-message-count|application-error-count|app
      lication-response-time|agent-version-change|runtime-version-change|server-cpu|server-load-average|server-memory|serv
      er-thread-count|server-up|server-deletion|server-down|server-group-up|server-group-deletion|server-group-down|server
      -group-member-cpu|server-group-member-load-average|server-group-member-memory|server-group-member-thread-count|serve
      r-group-member-up|server-group-member-down|server-group-member-added|server-group-member-removed|cluster-up|cluster-
      deletion|cluster-down|cluster-visibility-change|cluster-member-cpu|cluster-member-load-average|cluster-member-memory
      |cluster-member-thread-count|cluster-member-up|cluster-member-down|cluster-member-added|cluster-member-removed>

  --content=<value>
      Alert notification email body

  --email=<value>
      Email to send alert notification to. Can be used multiple times to specify multiple emails

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

  --operator=<option>
      Condition operator explaining values relation to threshold. Supported Values: gt,lt
      <options: gt|lt>

  --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.

  --period=<value>
      Condition duration in minutes

  --recipient=<value>
      Username to send alert notification to. Can be used multiple times to specify multiple usernames

  --resource=<value>
      Alert resource ID. Can be used multiple types. If not provided alert triggers for all resources. Depending on
      resourceType resource can be application, server, server-group or cluster.

  --resourceType=<option>
      Alert resource type. Supported Values: hybrid-application, server, server-group, cluster
      <options: hybrid-application|server|server-group|cluster>

  --severity=<option>
      Alert severity. Supported Values: INFO, WARNING, CRITICAL
      <options: INFO|WARNING|CRITICAL>

  --subject=<value>
      Alert notification email subject

  --threshold=<value>
      Condition threshold number

  --username=<value>
      Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Create new standalone alert

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:standalone-alert:describe ALERTID

Describe standalone alert

USAGE
  $ anypoint-cli-v4 runtime-mgr:standalone-alert:describe [ALERTID] [--username <value>] [--password <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.
  --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 standalone alert

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:standalone-alert:list

Lists all applications in the environment

USAGE
  $ anypoint-cli-v4 runtime-mgr:standalone-alert:list [--username <value>] [--password <value>] [--client_id <value>] [--client_secret
    <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>] [--collectMetrics]
    [--limit <value>] [--offset <value>] [--sort <value>] [-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.
  --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.
  --limit=<value>               [default: 10] Number of results to retrieve
  --offset=<value>              Offset
  --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.
  --sort=<value>                How to sort the results
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Lists all applications in the environment

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:standalone-alert:modify ALERTID

Modify standalone alert

USAGE
  $ anypoint-cli-v4 runtime-mgr:standalone-alert:modify [ALERTID] [--username <value>] [--password <value>] [--client_id <value>]
    [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>]
    [--collectMetrics] [--name <value>] [--severity INFO|WARNING|CRITICAL] [--resourceType
    hybrid-application|server|server-group|cluster] [--resource <value>] [--condition
    application-undeployed|application-failure|application-success|application-message-count|application-error-count|app
    lication-response-time|agent-version-change|runtime-version-change|server-cpu|server-load-average|server-memory|serv
    er-thread-count|server-up|server-deletion|server-down|server-group-up|server-group-deletion|server-group-down|server
    -group-member-cpu|server-group-member-load-average|server-group-member-memory|server-group-member-thread-count|serve
    r-group-member-up|server-group-member-down|server-group-member-added|server-group-member-removed|cluster-up|cluster-
    deletion|cluster-down|cluster-visibility-change|cluster-member-cpu|cluster-member-load-average|cluster-member-memory
    |cluster-member-thread-count|cluster-member-up|cluster-member-down|cluster-member-added|cluster-member-removed]
    [--period <value>] [--threshold <value>] [--operator gt|lt] [--subject <value>] [--content <value>] [--recipient
    <value>] [--email <value>] [-h]

FLAGS
  -h, --help
      Show CLI help.

  --bearer=<value>
      Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.

  --client_id=<value>
      Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.

  --client_secret=<value>
      Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.

  --collectMetrics
      collect metrics. You can define this in the COLLECT_METRICS environment variable.

  --condition=<option>
      Alert trigger condition. Valid conditions for each resourceType are:
      hybrid-application: application-undeployed, application-failure, application-success, application-message-count,
      application-error-count, application-response-time
      server: agent-version-change, runtime-version-change, server-cpu, server-load-average, server-memory,
      server-thread-count, server-up, server-deletion, server-down
      server-group: server-group-up, server-group-deletion, server-group-down, server-group-member-cpu,
      server-group-member-load-average, server-group-member-memory, server-group-member-thread-count,
      server-group-member-up, server-group-member-down, server-group-member-added, server-group-member-removed
      cluster: cluster-up, cluster-deletion, cluster-down, cluster-visibility-change, cluster-member-cpu,
      cluster-member-load-average, cluster-member-memory, cluster-member-thread-count, cluster-member-up,
      cluster-member-down, cluster-member-added, cluster-member-removedSupported Values: application-undeployed,
      application-failure, application-success, application-message-count, application-error-count,
      application-response-time, agent-version-change, runtime-version-change, server-cpu, server-load-average,
      server-memory, server-thread-count, server-up, server-deletion, server-down, server-group-up, server-group-deletion,
      server-group-down, server-group-member-cpu, server-group-member-load-average, server-group-member-memory,
      server-group-member-thread-count, server-group-member-up, server-group-member-down, server-group-member-added,
      server-group-member-removed, cluster-up, cluster-deletion, cluster-down, cluster-visibility-change,
      cluster-member-cpu, cluster-member-load-average, cluster-member-memory, cluster-member-thread-count,
      cluster-member-up, cluster-member-down, cluster-member-added, cluster-member-removed
      <options:
      application-undeployed|application-failure|application-success|application-message-count|application-error-count|app
      lication-response-time|agent-version-change|runtime-version-change|server-cpu|server-load-average|server-memory|serv
      er-thread-count|server-up|server-deletion|server-down|server-group-up|server-group-deletion|server-group-down|server
      -group-member-cpu|server-group-member-load-average|server-group-member-memory|server-group-member-thread-count|serve
      r-group-member-up|server-group-member-down|server-group-member-added|server-group-member-removed|cluster-up|cluster-
      deletion|cluster-down|cluster-visibility-change|cluster-member-cpu|cluster-member-load-average|cluster-member-memory
      |cluster-member-thread-count|cluster-member-up|cluster-member-down|cluster-member-added|cluster-member-removed>

  --content=<value>
      Alert notification email body

  --email=<value>
      Email to send alert notification to. Can be used multiple times to specify multiple emails

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

  --operator=<option>
      Condition operator explaining values relation to threshold. Supported Values: gt,lt
      <options: gt|lt>

  --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.

  --period=<value>
      Condition duration in minutes

  --recipient=<value>
      Username to send alert notification to. Can be used multiple times to specify multiple usernames

  --resource=<value>
      Alert resource ID. Can be used multiple types. If not provided alert triggers for all resources. Depending on
      resourceType resource can be application, server, server-group or cluster.

  --resourceType=<option>
      Alert resource type. Supported Values: hybrid-application, server, server-group, cluster
      <options: hybrid-application|server|server-group|cluster>

  --severity=<option>
      Alert severity. Supported Values: INFO, WARNING, CRITICAL
      <options: INFO|WARNING|CRITICAL>

  --subject=<value>
      Alert notification email subject

  --threshold=<value>
      Condition threshold number

  --username=<value>
      Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Modify standalone alert

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:standalone-application:artifact IDENTIFIER DIRECTORY

Download an application artifact binary. The "identifier" parameter can be either an application ID or name.

USAGE
  $ anypoint-cli-v4 runtime-mgr:standalone-application:artifact [IDENTIFIER] [DIRECTORY] [--username <value>] [--password <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.
  --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
  Download an application artifact binary. The "identifier" parameter can be either an application ID or name.

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:standalone-application:copy SOURCE TARGET TARGETIDENTIFIER

Copy a standalone application from "source" to "target". The format of "source" and "target" is: [[:/]]. The "targetIdentifier" parameter can be either a target ID or name. A target can be either a server, server group or cluster.

USAGE
  $ anypoint-cli-v4 runtime-mgr:standalone-application:copy [SOURCE] [TARGET] [TARGETIDENTIFIER] [--username <value>] [--password <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.
  --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
  Copy a standalone application from "source" to "target". The format of "source" and "target" is:
  [<org>[:<env>/]]<appName>. The "targetIdentifier" parameter can be either a target ID or name. A target can be either
  a server, server group or cluster.

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:standalone-application:delete IDENTIFIER

Delete an on-premise application. The "identifier" parameter can be either an application ID or name.

USAGE
  $ anypoint-cli-v4 runtime-mgr:standalone-application:delete [IDENTIFIER] [--username <value>] [--password <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.
  --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 an on-premise application. The "identifier" parameter can be either an application ID or name.

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:standalone-application:deploy TARGETIDENTIFIER NAME ZIPFILE

Deploy a new application to an on-premise target. The "targetIdentifier" parameter can be either a target ID or name. A target can be either a server, server group or cluster.

USAGE
  $ anypoint-cli-v4 runtime-mgr:standalone-application:deploy [TARGETIDENTIFIER] [NAME] [ZIPFILE] [--username <value>] [--password <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.
  --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
  Deploy a new application to an on-premise target. The "targetIdentifier" parameter can be either a target ID or name.
  A target can be either a server, server group or cluster.

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:standalone-application:describe APPID

Describe standalone alert

USAGE
  $ anypoint-cli-v4 runtime-mgr:standalone-application:describe [APPID] [--username <value>] [--password <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.
  --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 standalone alert

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:standalone-application:list

Lists all applications in the environment

USAGE
  $ anypoint-cli-v4 runtime-mgr:standalone-application:list [--username <value>] [--password <value>] [--client_id <value>] [--client_secret
    <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host <value>] [--collectMetrics]
    [--limit <value>] [--offset <value>] [--sort <value>] [-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.
  --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.
  --limit=<value>               [default: 10] Number of results to retrieve
  --offset=<value>              Offset
  --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.
  --sort=<value>                How to sort the results
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Lists all applications in the environment

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:standalone-application:modify IDENTIFIER [ZIPFILE]

Modify an on-premise application. The "identifier" parameter can be either an application ID or name. If the optional "zipfile" parameter is present, the artifact will be replaced with the artifact included in "zipfile".

USAGE
  $ anypoint-cli-v4 runtime-mgr:standalone-application:modify [IDENTIFIER] [ZIPFILE] [--username <value>] [--password <value>] [--client_id
    <value>] [--client_secret <value>] [--bearer <value>] [--organization <value>] [--environment <value>] [--host
    <value>] [--collectMetrics] [-h] [--insight] [--log <value>]

FLAGS
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --insight                     Store message metadata of every Mule transaction
  --log=<value>                 [level:scope] Pair of loggingLevel:scope. Provide multiple values to set up
                                multiple loggings. E.g. --log INFO:module1 --log WARN:critModule.
                                Supported Values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF
  --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 an on-premise application. The "identifier" parameter can be either an application ID or name. If the optional
  "zipfile" parameter is present, the artifact will be replaced with the artifact included in "zipfile".

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:standalone-application:restart IDENTIFIER

Restart an on-premise application. The "identifier" parameter can be either an application ID or name.

USAGE
  $ anypoint-cli-v4 runtime-mgr:standalone-application:restart [IDENTIFIER] [--username <value>] [--password <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.
  --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
  Restart an on-premise application. The "identifier" parameter can be either an application ID or name.

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:standalone-application:start IDENTIFIER

Start an on-premise application. The "identifier" parameter can be either an application ID or name.

USAGE
  $ anypoint-cli-v4 runtime-mgr:standalone-application:start [IDENTIFIER] [--username <value>] [--password <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.
  --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 an on-premise application. The "identifier" parameter can be either an application ID or name.

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 runtime-mgr:standalone-application:stop IDENTIFIER

Stop an on-premise application. The "identifier" parameter can be either an application ID or name.

USAGE
  $ anypoint-cli-v4 runtime-mgr:standalone-application:stop [IDENTIFIER] [--username <value>] [--password <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.
  --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 an on-premise application. The "identifier" parameter can be either an application ID or name.

See code: anypoint-cli-runtime-mgr-plugin

anypoint-cli-v4 version

USAGE
  $ anypoint-cli-v4 version

See code: @oclif/plugin-version

Keywords

oclif

FAQs

Package last updated on 01 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts