npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

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

About

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

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

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

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

Open Software & Tools

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

© 2024 – Pkg Stats / Ryan Hefner

anypoint-cli-v4

v1.5.6

Published

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

Downloads

14,405

Readme

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