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-runtime-mgr-plugin

v1.0.1

Published

runtime-mgr plugin

Downloads

15,125

Readme

@mulesoft/runtime-mgr

oclif Version Downloads/week License

Usage

$ npm install -g @mulesoft/anypoint-cli-runtime-mgr-plugin
$ anypoint-cli-runtime-mgr-plugin COMMAND
running command...
$ anypoint-cli-runtime-mgr-plugin (--version)
@mulesoft/anypoint-cli-runtime-mgr-plugin/1.0.0 darwin-x64 node-v16.14.2
$ anypoint-cli-runtime-mgr-plugin --help [COMMAND]
USAGE
  $ anypoint-cli-runtime-mgr-plugin COMMAND
...

Commands

anypoint-cli-runtime-mgr-plugin conf [KEY] [VALUE]

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

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

ARGUMENTS
  KEY    key of the config
  VALUE  value of the config

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

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

EXAMPLES
  $ anypoint-cli-runtime-mgr-plugin conf username myuser

  $ anypoint-cli-runtime-mgr-plugin conf password mypwd

anypoint-cli-runtime-mgr-plugin help [COMMAND]

Display help for anypoint-cli-runtime-mgr-plugin.

USAGE
  $ anypoint-cli-runtime-mgr-plugin help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for anypoint-cli-runtime-mgr-plugin.

See code: @oclif/plugin-help

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

Add server to cluster

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:add:server [CLUSTERID] [SERVERID] [SERVERIP] [--password <value> [--username
    <value> | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>]
    [--environment <value>] [--host <value>] [--collectMetrics] [-h]

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

DESCRIPTION
  Add server to cluster

See code: src/commands/runtime-mgr/cluster/add/server.ts

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

Create new cluster

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:create [NAME] --server <value> [--password <value> [--username <value> |
    --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment
    <value>] [--host <value>] [--collectMetrics] [-h] [--multicast]

FLAGS
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --collectMetrics              collect metrics. You can define this in the COLLECT_METRICS environment variable.
  --environment=<value>         Environment Name. You can define this in the ANYPOINT_ENV environment variable.
  --host=anypoint.mulesoft.com  [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
                                environment variable.
  --multicast                   Whether cluster should be Multicast
  --organization=<value>        Organization Name. You can define this in the ANYPOINT_ORG environment variable.
  --password=<value>            Password. You can define this in the ANYPOINT_PASSWORD environment variable.
  --server=<value>...           (required) Pair of server ID and IP address. IP address is optional for multicast
                                clusters. You can provide multiple values to add multiple servers, e.g. --server
                                12:127.0.0.1 --server 38:128.0.0.1
  --username=<value>            Username. You can define this in the ANYPOINT_USERNAME environment variable.

DESCRIPTION
  Create new cluster

See code: src/commands/runtime-mgr/cluster/create.ts

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

Delete cluster

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:delete [CLUSTERID] [--password <value> [--username <value> | --client_id
    <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-h]

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

DESCRIPTION
  Delete cluster

See code: src/commands/runtime-mgr/cluster/delete.ts

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

Describe server cluster

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:describe [CLUSTERID] [--password <value> [--username <value> | --client_id
    <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-h] [-o <value>]

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

DESCRIPTION
  Describe server cluster

See code: src/commands/runtime-mgr/cluster/describe.ts

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

Lists all clusters in the environment

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:list [--password <value> [--username <value> | --client_id <value> |
    ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>] [--host
    <value>] [--collectMetrics] [-h] [-o <value>]

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

DESCRIPTION
  Lists all clusters in the environment

See code: src/commands/runtime-mgr/cluster/list.ts

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

Modify cluster

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:modify [CLUSTERID] --name <value> [--password <value> [--username
    <value> | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>]
    [--environment <value>] [--host <value>] [--collectMetrics] [-h]

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

DESCRIPTION
  Modify cluster

See code: src/commands/runtime-mgr/cluster/modify.ts

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

Add server to cluster

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:cluster:remove:server [CLUSTERID] [SERVERID] [--password <value> [--username <value> |
    --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment
    <value>] [--host <value>] [--collectMetrics] [-h]

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

DESCRIPTION
  Add server to cluster

See code: src/commands/runtime-mgr/cluster/remove/server.ts

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

Lists available Runtime Fabric instances

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:rtf:list [--password <value> [--username <value> | --client_id <value> |
    ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>] [--host
    <value>] [--collectMetrics] [-h] [-o <value>]

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

DESCRIPTION
  Lists available Runtime Fabric instances

See code: src/commands/runtime-mgr/rtf/list.ts

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

Delete server

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:server:delete [SERVERID] [--password <value> [--username <value> | --client_id
    <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics]

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

DESCRIPTION
  Delete server

See code: src/commands/runtime-mgr/server/delete.ts

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

Describe server

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:server:describe [SERVERID] [--password <value> [--username <value> | --client_id
    <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-o <value>]

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

DESCRIPTION
  Describe server

See code: src/commands/runtime-mgr/server/describe.ts

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

Lists all servers in the environment

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:server:list [--password <value> [--username <value> | --client_id <value> |
    ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>] [--host
    <value>] [--collectMetrics] [-o <value>]

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

DESCRIPTION
  Lists all servers in the environment

See code: src/commands/runtime-mgr/server/list.ts

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

Modify server

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:server:modify [SERVERID] --name <value> [--password <value> [--username <value>
    | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>]
    [--environment <value>] [--host <value>] [--collectMetrics] [-h]

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

DESCRIPTION
  Modify server

See code: src/commands/runtime-mgr/server/modify.ts

anypoint-cli-runtime-mgr-plugin runtime-mgr:server:token

Get server registration token. To add a server, cd into the /bin directory of Mule instance you want to add and execute the following command: ./amc_setup -H REGISTRATION_TOKEN server-name

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:server:token [--password <value> [--username <value> | --client_id <value> |
    ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>] [--host
    <value>] [--collectMetrics]

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

DESCRIPTION
  Get server registration token. To add a server, cd into the /bin directory of Mule instance you want to add and
  execute the following command: ./amc_setup -H REGISTRATION_TOKEN server-name

See code: src/commands/runtime-mgr/server/token.ts

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

Add server to a server group

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:add:server [SERVERGROUPID] [SERVERID] [--password <value> [--username
    <value> | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>]
    [--environment <value>] [--host <value>] [--collectMetrics]

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

DESCRIPTION
  Add server to a server group

See code: src/commands/runtime-mgr/serverGroup/add/server.ts

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

Create server group from servers

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:create [NAME] [SERVERIDS] [--password <value> [--username <value> |
    --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment
    <value>] [--host <value>] [--collectMetrics]

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

DESCRIPTION
  Create server group from servers

See code: src/commands/runtime-mgr/serverGroup/create.ts

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

Delete server group

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:delete [SERVERGROUPID] [--password <value> [--username <value> |
    --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment
    <value>] [--host <value>] [--collectMetrics] [-h]

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

DESCRIPTION
  Delete server group

See code: src/commands/runtime-mgr/serverGroup/delete.ts

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

Describe server group

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:describe [SERVERGROUPID] [--password <value> [--username <value> |
    --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment
    <value>] [--host <value>] [--collectMetrics] [-h] [-o <value>]

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

DESCRIPTION
  Describe server group

See code: src/commands/runtime-mgr/serverGroup/describe.ts

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

Lists all server groups in the environment

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:list [--password <value> [--username <value> | --client_id <value> |
    ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>] [--host
    <value>] [--collectMetrics] [-h] [-o <value>]

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

DESCRIPTION
  Lists all server groups in the environment

See code: src/commands/runtime-mgr/serverGroup/list.ts

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

Modify server group

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:modify [SERVERGROUPID] --name <value> [--password <value> [--username
    <value> | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>]
    [--environment <value>] [--host <value>] [--collectMetrics] [-h]

FLAGS
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --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: src/commands/runtime-mgr/serverGroup/modify.ts

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

Remove server from a server group

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:serverGroup:remove:server [SERVERGROUPID] [SERVERID] [--password <value> [--username
    <value> | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>]
    [--environment <value>] [--host <value>] [--collectMetrics]

FLAGS
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --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: src/commands/runtime-mgr/serverGroup/remove/server.ts

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

Create new standalone alert

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-alert:create [NAME] [--password <value> [--username <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: src/commands/runtime-mgr/standalone-alert/create.ts

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

Describe standalone alert

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-alert:describe [ALERTID] [--password <value> [--username <value> | --client_id
    <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>]
    [--host <value>] [--collectMetrics] [-o <value>]

FLAGS
  -o, --output=<value>          [default: table] Format for commands output. Supported values are table (default) and
                                json
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --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: src/commands/runtime-mgr/standalone-alert/describe.ts

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

Lists all applications in the environment

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-alert:list [--password <value> [--username <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: src/commands/runtime-mgr/standalone-alert/list.ts

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

Modify standalone alert

USAGE
  $ anypoint-cli-runtime-mgr-plugin runtime-mgr:standalone-alert:modify [ALERTID] [--password <value> [--username <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: src/commands/runtime-mgr/standalone-alert/modify.ts

anypoint-cli-runtime-mgr-plugin 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-runtime-mgr-plugin runtime-mgr:standalone-application:artifact [IDENTIFIER] [DIRECTORY] [--password <value> [--username <value>
    | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>]
    [--environment <value>] [--host <value>] [--collectMetrics]

FLAGS
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
  --client_secret=<value>       Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
  --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: src/commands/runtime-mgr/standalone-application/artifact.ts

anypoint-cli-runtime-mgr-plugin 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-runtime-mgr-plugin runtime-mgr:standalone-application:copy [SOURCE] [TARGET] [TARGETIDENTIFIER] [--password <value>
    [--username <value> | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization
    <value>] [--environment <value>] [--host <value>] [--collectMetrics] [-h]

FLAGS
  -h, --help                    Show CLI help.
  --bearer=<value>              Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
  --client_id=<value>           Client ID. You can define