1.5.6 • Published 6 days ago

anypoint-cli-v4 v1.5.6

Weekly downloads
-
License
ISC
Repository
github
Last release
6 days ago

anypoint-cli

oclif Version Downloads/week License

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 e