cloudhub
PaaS component of Anypoint Platform
Usage
$ npm install -g @mulesoft/anypoint-cli-cloudhub-plugin
$ anypoint-cli-cloudhub-plugin COMMAND
running command...
$ anypoint-cli-cloudhub-plugin (--version|-v)
@mulesoft/anypoint-cli-cloudhub-plugin/0.1.0 darwin-x64 node-v14.17.5
$ anypoint-cli-cloudhub-plugin --help [COMMAND]
USAGE
$ anypoint-cli-cloudhub-plugin COMMAND
...
Commands
anypoint-cli-cloudhub-plugin cloudhub:load-balancer:allowlist:add NAME CIDRBLOCK
Add an IP or range of IPs to the Load balancer allowlist
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:allowlist:add [NAME] [CIDRBLOCK] [--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 an IP or range of IPs to the Load balancer allowlist
See code: src/commands/cloudhub/load-balancer/allowlist/add.ts
anypoint-cli-cloudhub-plugin cloudhub:load-balancer:allowlist:remove NAME CIDRBLOCK
Remove an IP or range of IPs from the Load balancer allowlist
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:allowlist:remove [NAME] [CIDRBLOCK] [--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
Remove an IP or range of IPs from the Load balancer allowlist
See code: src/commands/cloudhub/load-balancer/allowlist/remove.ts
anypoint-cli-cloudhub-plugin cloudhub:load-balancer:create [NAME] [VPC] [CERTIFICATE] [PRIVATEKEY]
Create a Load balancer
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:create [NAME] [VPC] [CERTIFICATE] [PRIVATEKEY] [--password <value>
[--username <value> | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization
<value>] [--environment <value>] [--host <value>] [--collectMetrics] [-h] [--http on|off|redirect]
[--clientCertificate <value>] [--verificationMode on|off|optional] [--crl <value>] [--tlsv1] [--dynamic-ips]
FLAGS
-h, --help Show CLI help.
--bearer=<value> Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--clientCertificate=<value>
--client_id=<value> Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret=<value> Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
--collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment variable.
--crl=<value>
--dynamic-ips
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment variable.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
environment variable.
--http=<option> <options: on|off|redirect>
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password=<value> Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--tlsv1
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment variable.
--verificationMode=<option> <options: on|off|optional>
DESCRIPTION
Create a Load balancer
See code: src/commands/cloudhub/load-balancer/create.ts
anypoint-cli-cloudhub-plugin cloudhub:load-balancer:delete NAME
Delete a Load balancer
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:delete [NAME] [--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 a Load balancer
See code: src/commands/cloudhub/load-balancer/delete.ts
anypoint-cli-cloudhub-plugin cloudhub:load-balancer:describe [NAME]
Show LB details
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:describe [NAME] [--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
Show LB details
See code: src/commands/cloudhub/load-balancer/describe.ts
anypoint-cli-cloudhub-plugin cloudhub:load-balancer:dynamic-ips:disable NAME
Disables dynamic IPs
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:dynamic-ips:disable [NAME] [--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
Disables dynamic IPs
See code: src/commands/cloudhub/load-balancer/dynamic-ips/disable.ts
anypoint-cli-cloudhub-plugin cloudhub:load-balancer:dynamic-ips:enable NAME
Enables dynamic IPs
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:dynamic-ips:enable [NAME] [--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
Enables dynamic IPs
See code: src/commands/cloudhub/load-balancer/dynamic-ips/enable.ts
anypoint-cli-cloudhub-plugin cloudhub:load-balancer:list
Lists all Load balancers in an organization
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer: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 Load balancers in an organization
See code: src/commands/cloudhub/load-balancer/list.ts
anypoint-cli-cloudhub-plugin cloudhub:load-balancer:mappings:add NAME INPUTURI APPNAME APPURI CERTIFICATENAME
Add a proxy mapping rule at index 0If no certificateName is given, the mappings is added to the default SSL endpoint
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:mappings:add [NAME] [INPUTURI] [APPNAME] [APPURI] [CERTIFICATENAME] [--password
<value> [--username <value> | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ]
[--organization <value>] [--environment <value>] [--host <value>] [--collectMetrics] [-h] [--upstreamProtocol
<value>]
FLAGS
-h, --help Show CLI help.
--bearer=<value> Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id=<value> Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret=<value> Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
--collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment variable.
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment variable.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
environment variable.
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password=<value> Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--upstreamProtocol=<value> Look for upstream applications in HTTP port 8091 or HTTPS port 8092. Supported Values:
http, https
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Add a proxy mapping rule at index 0If no certificateName is given, the mappings is added to the default SSL endpoint
See code: src/commands/cloudhub/load-balancer/mappings/add.ts
anypoint-cli-cloudhub-plugin cloudhub:load-balancer:mappings:describe NAME [CERTIFICATENAME]
Lists the proxy mapping rules for a Load balancer. If no certificateName is given, the mappings for the default SSL endpoint are shown
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:mappings:describe [NAME] [CERTIFICATENAME] [--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 the proxy mapping rules for a Load balancer. If no certificateName is given, the mappings for the default SSL
endpoint are shown
See code: src/commands/cloudhub/load-balancer/mappings/describe.ts
anypoint-cli-cloudhub-plugin cloudhub:load-balancer:mappings:remove NAME CERTIFICATENAME INDEX
Remove a proxy mapping ruleIf no certificateName is given, the mapping is removed from the default SSL endpoint
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:mappings:remove [NAME] [CERTIFICATENAME] [INDEX] [--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
Remove a proxy mapping ruleIf no certificateName is given, the mapping is removed from the default SSL endpoint
See code: src/commands/cloudhub/load-balancer/mappings/remove.ts
Add an additional certificate to an existing Load balancer
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:ssl-endpoint:add [NAME] [CERTIFICATE] [PRIVATEKEY] [--password <value> [--username
<value> | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>]
[--environment <value>] [--host <value>] [--collectMetrics] [-h] [--clientCertificate <value>] [--verificationMode
off|on|optional] [--crl <value>]
FLAGS
-h, --help Show CLI help.
--bearer=<value> Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--clientCertificate=<value> Client certificate file
--client_id=<value> Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret=<value> Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
--collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment variable.
--crl=<value> Certificate Revocation List file
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment variable.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
environment variable.
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password=<value> Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment variable.
--verificationMode=<option> Specifies the client verification mode
<options: off|on|optional>
DESCRIPTION
Add an additional certificate to an existing Load balancer
See code: src/commands/cloudhub/load-balancer/ssl-endpoint/add.ts
Show the Load balancer configuration for a particular certificate
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:ssl-endpoint:describe [NAME] [CERTIFICATENAME] [--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
Show the Load balancer configuration for a particular certificate
See code: src/commands/cloudhub/load-balancer/ssl-endpoint/describe.ts
Remove a certificate from a Load balancer
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:ssl-endpoint:remove [NAME] [CERTIFICATENAME] [--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
Remove a certificate from a Load balancer
See code: src/commands/cloudhub/load-balancer/ssl-endpoint/remove.ts
Set the default certificate that the Load balancer will serve
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:ssl-endpoint:setDefault [NAME] [CERTIFICATENAME] [--password <value> [--username <value> |
--client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment
<value>] [--host <value>] [--collectMetrics] [-h] [--http on|off|redirect]
FLAGS
-h, --help Show CLI help.
--bearer=<value> Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id=<value> Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret=<value> Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
--collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment variable.
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment variable.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
environment variable.
--http=<option> <options: on|off|redirect>
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password=<value> Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Set the default certificate that the Load balancer will serve
See code: src/commands/cloudhub/load-balancer/ssl-endpoint/setDefault.ts
anypoint-cli-cloudhub-plugin cloudhub:load-balancer:start [NAME]
Starts a Load balancer
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:start [NAME] [--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
Starts a Load balancer
See code: src/commands/cloudhub/load-balancer/start.ts
anypoint-cli-cloudhub-plugin cloudhub:load-balancer:stop [NAME]
Stops a Load balancer
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:stop [NAME] [--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
Stops a Load balancer
See code: src/commands/cloudhub/load-balancer/stop.ts
anypoint-cli-cloudhub-plugin cloudhub:load-balancer:whitelist:add NAME CIDRBLOCK
Add an IP or range of IPs to the Load balancer allowlist
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:whitelist:add [NAME] [CIDRBLOCK] [--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 an IP or range of IPs to the Load balancer allowlist
See code: src/commands/cloudhub/load-balancer/whitelist/add.ts
anypoint-cli-cloudhub-plugin cloudhub:load-balancer:whitelist:remove NAME CIDRBLOCK
Remove an IP or range of IPs from the Load balancer allowlist
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:load-balancer:whitelist:remove [NAME] [CIDRBLOCK] [--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
Remove an IP or range of IPs from the Load balancer allowlist
See code: src/commands/cloudhub/load-balancer/whitelist/remove.ts
anypoint-cli-cloudhub-plugin cloudhub:region:list [FILE]
Lists all supported regions
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:region:list [FILE] [--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 supported regions
See code: src/commands/cloudhub/region/list.ts
anypoint-cli-cloudhub-plugin cloudhub:vpc:business-groups:add VPC BUSINESSGROUPS...
Share a VPC with a list of Business Groups.
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:vpc:business-groups:add [VPC] [BUSINESSGROUPS...] [--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
Share a VPC with a list of Business Groups.
See code: src/commands/cloudhub/vpc/business-groups/add.ts
anypoint-cli-cloudhub-plugin cloudhub:vpc:business-groups:remove VPC BUSINESSGROUPS...
Share a VPC with a list of Business Groups.
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:vpc:business-groups:remove [VPC] [BUSINESSGROUPS...] [--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
Share a VPC with a list of Business Groups.
See code: src/commands/cloudhub/vpc/business-groups/remove.ts
anypoint-cli-cloudhub-plugin cloudhub:vpc:create NAME REGION CIDRBLOCK [ENVIRONMENTS]
Create a new VPC
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:vpc:create [NAME] [REGION] [CIDRBLOCK] [ENVIRONMENTS] [--password <value>
[--username <value> | --client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization
<value>] [--environment <value>] [--host <value>] [--collectMetrics] [-h] [--default] [-o <value>]
FLAGS
-h, --help Show CLI help.
-o, --output=<value> [default: table] Format for commands output. Supported values are table (default) and
json
--bearer=<value> Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id=<value> Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret=<value> Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
--collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment variable.
--default Makes the VPC the default for the Organization. Supported Values: true, false
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment variable.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
environment variable.
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password=<value> Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Create a new VPC
See code: src/commands/cloudhub/vpc/create.ts
anypoint-cli-cloudhub-plugin cloudhub:vpc:delete NAME
Delete an existing VPC
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:vpc:delete [NAME] [--password <value> [--username <value> | --client_id <value>
| ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment <value>] [--host
<value>] [--collectMetrics] [-h] [-f]
FLAGS
-f, --force
-h, --help Show CLI help.
--bearer=<value> Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id=<value> Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret=<value> Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
--collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment variable.
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment variable.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
environment variable.
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password=<value> Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Delete an existing VPC
See code: src/commands/cloudhub/vpc/delete.ts
anypoint-cli-cloudhub-plugin cloudhub:vpc:describe [NAME]
Show VPC details
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:vpc:describe [NAME] [--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
Show VPC details
See code: src/commands/cloudhub/vpc/describe.ts
Sets the domain names that are resolved using your internal DNS servers
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:vpc:dns-servers:set [NAME] --server <value> --domain <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.
--domain=<value> (required) A domain to resolve on the special DNS server list
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment variable.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
environment variable.
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password=<value> Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--server=<value> (required) IP for a DNS server to resolve special domains on
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Sets the domain names that are resolved using your internal DNS servers
See code: src/commands/cloudhub/vpc/dns-servers/set.ts
anypoint-cli-cloudhub-plugin cloudhub:vpc:dns-servers:unset NAME
Clears the list domain names that are resolved using your internal DNS servers
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:vpc:dns-servers:unset [NAME] [--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
Clears the list domain names that are resolved using your internal DNS servers
See code: src/commands/cloudhub/vpc/dns-servers/unset.ts
anypoint-cli-cloudhub-plugin cloudhub:vpc:environments:add VPC ENVIRONMENTS...
Modifies the VPC association to Runtime Manager environments.
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:vpc:environments:add [VPC] [ENVIRONMENTS...] [--password <value> [--username <value> |
--client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment
<value>] [--host <value>] [--collectMetrics] [-h] [--default]
FLAGS
-h, --help Show CLI help.
--bearer=<value> Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id=<value> Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret=<value> Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
--collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment variable.
--default Also add the VPC as the organization default VPC
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment variable.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
environment variable.
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password=<value> Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Modifies the VPC association to Runtime Manager environments.
See code: src/commands/cloudhub/vpc/environments/add.ts
anypoint-cli-cloudhub-plugin cloudhub:vpc:environments:remove VPC ENVIRONMENTS...
Modifies the VPC association to Runtime Manager environments.
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:vpc:environments:remove [VPC] [ENVIRONMENTS...] [--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
Modifies the VPC association to Runtime Manager environments.
See code: src/commands/cloudhub/vpc/environments/remove.ts
anypoint-cli-cloudhub-plugin cloudhub:vpc:firewall-rules:add VPC CIDRBLOCK PROTOCOL FROMPORT TOPORT
Add a firewall rule for Mule applications in this VPC
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:vpc:firewall-rules:add [VPC] [CIDRBLOCK] [PROTOCOL] [FROMPORT] [TOPORT] [--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 a firewall rule for Mule applications in this VPC
See code: src/commands/cloudhub/vpc/firewall-rules/add.ts
anypoint-cli-cloudhub-plugin cloudhub:vpc:firewall-rules:describe NAME
Show firewall rule for Mule applications in this VPC
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:vpc:firewall-rules:describe [NAME] [--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
Show firewall rule for Mule applications in this VPC
See code: src/commands/cloudhub/vpc/firewall-rules/describe.ts
anypoint-cli-cloudhub-plugin cloudhub:vpc:firewall-rules:remove VPC INDEX
Remove a firewall rule for Mule applications in this VPC
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:vpc:firewall-rules:remove [VPC] [INDEX] [--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
Remove a firewall rule for Mule applications in this VPC
See code: src/commands/cloudhub/vpc/firewall-rules/remove.ts
anypoint-cli-cloudhub-plugin cloudhub:vpc:list
Lists all VPCs
USAGE
$ anypoint-cli-cloudhub-plugin cloudhub:vpc:list [--password <value> [--username <value> | --client_id <value> | ]]
[--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment <value>] [--host
<value>] [--collectMetrics] [-h] [--limit <value>] [--sort <value>] [--offset <value>] [-o <value>]
FLAGS
-h, --help Show CLI help.
-o, --output=<value> [default: table] Format for commands output. Supported values are table (default) and
json
--bearer=<value> Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id=<value> Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret=<value> Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
--collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment variable.
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment variable.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
environment variable.
--limit=<value> [default: 10] Number of results to retrieve
--offset=<value> Offset
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password=<value> Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--sort=<value> [default: id] Field to sort results
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Lists all VPCs
See code: src/commands/cloudhub/vpc/list.ts
anypoint-cli-cloudhub-plugin conf [KEY] [VALUE]
manage configuration
USAGE
$ anypoint-cli-cloudhub-plugin conf [KEY] [VALUE] [-h] [-k <value>] [-v <value>] [-d] [-p <value>] [-n
<value>] [-d <value>]
ARGUMENTS
KEY key of the config
VALUE value of the config
FLAGS
-d, --cwd=<value> config file location
-d, --delete delete?
-h, --help show CLI help
-k, --key=<value> key of the config
-n, --name=<value> config file name
-p, --project=<value> project name
-v, --value=<value> value of the config
DESCRIPTION
manage configuration
See code: conf-cli
anypoint-cli-cloudhub-plugin help [COMMAND]
Display help for anypoint-cli-cloudhub-plugin.
USAGE
$ anypoint-cli-cloudhub-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-cloudhub-plugin.
See code: @oclif/plugin-help
anypoint-cli-cloudhub-plugin runtime-mgr:application:delete NAME
Delete a cloudhub application
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:application:delete [NAME] [--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 a cloudhub application
See code: src/commands/runtime-mgr/application/delete.ts
anypoint-cli-cloudhub-plugin runtime-mgr:application:download-logs APPID SPECID DIRECTORY
Download application logs to specified directory
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:application:download-logs [APPID] [SPECID] [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 application logs to specified directory
See code: src/commands/runtime-mgr/application/download-logs.ts
anypoint-cli-cloudhub-plugin runtime-mgr:application:logs APPID SPECID
Tail application logs
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:application:logs [APPID] [SPECID] [--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
Tail application logs
See code: src/commands/runtime-mgr/application/logs.ts
anypoint-cli-cloudhub-plugin runtime-mgr:application:modify APPID
Modify an existing cloudhub 2 application
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:application:modify [APPID] [--password <value> [--username <value> | --client_id
<value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment <value>]
[--host <value>] [--collectMetrics] [-h] [--assetVersion <value>] [--groupId <value>] [--replicas <value>]
[--replicaSize <value>] [--objectStoreV2] [--updateStrategy <value>] [--clustered] [--lastMileSecurity]
[--disableAmLogForwarding] [--property <value>] [--propertiesFile <value>] [--scopeLoggingConfigFile <value>]
[--scopeLoggingConfig <value>] [--forwardSslSession] [--pathRewrite <value>] [--publicEndpoints <value>] [-o
<value>]
FLAGS
-h, --help Show CLI help.
-o, --output=<value> [default: table] Format for commands output. Supported values are table (default)
and json
--assetVersion=<value> Version of the exchange application to use, default: latest app version
--bearer=<value> Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id=<value> Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret=<value> Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment
variable.
--clustered clustering enabled, requires atleast 2 replicas, default disabled. Supported Values:
true, false
--collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment variable.
--disableAmLogForwarding Disable forwarding application logs to Anypoint Monitoring, default false .
Supported Values: true, false
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment variable.
--forwardSslSession TLS Setting. Enable SSL session forwarding. Default disabled. Supported Values:
true, false
--groupId=<value> Group id of the asset to deploy, default equals currently selected organization id
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
environment variable.
--lastMileSecurity TLS Setting. Enable last mile security, default false . Supported Values: true,
false
--objectStoreV2 Enable object store v2, default disabled. Supported Values: true, false
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password=<value> Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--pathRewrite=<value> Supply the base path expected by the HTTP Listener in your app. Must begin with a
forward slash
--propertiesFile=<value> Overwrite all properties with values from this file. The file format is 1 or more
lines in name: value format
--property=<value> Set a property (name:value). Can be specified multiple times
--publicEndpoints=<value> Supply endpoints to reach via the public internet. Separated by commas, no spaces.
--replicaSize=<value> Size of replicas in vcores, default 0.1
--replicas=<value> Number of replicas, must be above 0, default 1
--scopeLoggingConfig=<value> Define scope logging with values in format scopeName:logLevel separated by commas,
no spaces.
--scopeLoggingConfigFile=<value> Define scope logging with values from this file.The file format is 1 tupple per
line, each tupple enclosed in {}, () or [] , in format {scope: scopeName, logLevel:
logLevelType}
--updateStrategy=<value> Update strategy, default rolling
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Modify an existing cloudhub 2 application
See code: src/commands/runtime-mgr/application/modify.ts
anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-alert-history:describe [NAME]
Describe the history of the alert
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-alert-history:describe [NAME] [--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 the history of the alert
See code: src/commands/runtime-mgr/cloudhub-alert-history/describe.ts
anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-alert:list
Lists all cloud alerts in the environment
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-alert:list [--password <value> [--username <value> | --client_id <value> | ]]
[--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment <value>] [--host
<value>] [--collectMetrics] [-h] [--limit <value>] [--offset <value>] [-o <value>]
FLAGS
-h, --help Show CLI help.
-o, --output=<value> [default: table] Format for commands output. Supported values are table (default) and
json
--bearer=<value> Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id=<value> Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret=<value> Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
--collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment variable.
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment variable.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
environment variable.
--limit=<value> [default: 10] Number of results to retrieve
--offset=<value> Offset
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password=<value> Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Lists all cloud alerts in the environment
See code: src/commands/runtime-mgr/cloudhub-alert/list.ts
anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:copy SOURCE TARGET
Copy cloud app from source to target. "source" and "target" args format: [[:/]]
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:copy [SOURCE] [TARGET] [--password <value> [--username <value> |
--client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment
<value>] [--host <value>] [--collectMetrics] [-h] [--property <value>]
FLAGS
-h, --help Show CLI help.
--bearer=<value> Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id=<value> Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret=<value> Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
--collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment variable.
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment variable.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
environment variable.
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password=<value> Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--property=<value>... Set a property (name:value). Can be specified multiple times
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Copy cloud app from source to target. "source" and "target" args format: [<org>[:<env>/]]<app>
See code: src/commands/runtime-mgr/cloudhub-application/copy.ts
anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:copy-replace SOURCE TARGET
Copy cloud app from source to target, overwriting existing app and settings. "source" and "target" args format: [[:/]]
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:copy-replace [SOURCE] [TARGET] [--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
Copy cloud app from source to target, overwriting existing app and settings. "source" and "target" args format:
[<org>[:<env>/]]<app>
See code: src/commands/runtime-mgr/cloudhub-application/copy-replace.ts
anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:delete NAME
Delete a cloudhub application
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:delete [NAME] [--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 a cloudhub application
See code: src/commands/runtime-mgr/cloudhub-application/delete.ts
anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:deploy NAME ZIPFILE
Deploy a new application
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:deploy [NAME] [ZIPFILE] [--password <value> [--username <value> |
--client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment
<value>] [--host <value>] [--collectMetrics] [-h] [--runtime <value>] [--workers <value> | | | | ] [--workerSize
<value> | | | | | ] [--region <value>] [--property <value>] [--propertiesFile <value>] [--persistentQueues]
[--persistentQueuesEncrypted] [--staticIPsEnabled] [--objectStoreV1] [--autoRestart] [-o <value>]
FLAGS
-h, --help Show CLI help.
-o, --output=<value> [default: table] Format for commands output. Supported values are table (default) and
json
--autoRestart Automatically restart app when not responding. Supported Values: true, false
--bearer=<value> Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id=<value> Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret=<value> Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
--collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment variable.
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment variable.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
environment variable.
--objectStoreV1 Enable or disable Object Store V1. Supported Values: true, false
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password=<value> Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--persistentQueues Enable or disable persistent queues. Supported Values: true, false
--persistentQueuesEncrypted Enable or disable persistent queue encryption. Supported Values: true, false
--propertiesFile=<value> Overwrite all properties with values from this file. The file format is 1 or more lines
in name: value format
--property=<value> Set a property (name:value). Can be specified multiple times
--region=<value> Name of the region to deploy to
--runtime=<value> Name of the runtime
--staticIPsEnabled Enable or disable static IPs. Supported Values: true, false
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment variable.
--workerSize=<value> Size of the workers in vCores. Supported Values: 0.1, 0.2, 1, 2, 4
--workers=<value> Number of workers, Supported Values: 1, 2, 3, 4
DESCRIPTION
Deploy a new application
See code: src/commands/runtime-mgr/cloudhub-application/deploy.ts
anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:describe NAME
Show cloudhub application details
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:describe [NAME] [--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
Show cloudhub application details
See code: src/commands/runtime-mgr/cloudhub-application/describe.ts
anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:download-logs NAME DIRECTORY
Download application logs to specified directory
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:download-logs [NAME] [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 application logs to specified directory
See code: src/commands/runtime-mgr/cloudhub-application/download-logs.ts
anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:list
Lists all cloudhub applications in the environment
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application: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 cloudhub applications in the environment
See code: src/commands/runtime-mgr/cloudhub-application/list.ts
anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:modify NAME [ZIPFILE]
Modify an existing cloudhub application, optionally updating the zip file
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:modify [NAME] [ZIPFILE] [--password <value> [--username <value> |
--client_id <value> | ]] [--client_secret <value> ] [--bearer <value> | | ] [--organization <value>] [--environment
<value>] [--host <value>] [--collectMetrics] [-h] [--runtime <value>] [--workers <value> | | | | ] [--workerSize
<value> | | | | | ] [--region <value>] [--property <value>] [--propertiesFile <value>] [--persistentQueues]
[--persistentQueuesEncrypted] [--staticIPsEnabled] [--objectStoreV1] [--autoRestart] [-o <value>]
FLAGS
-h, --help Show CLI help.
-o, --output=<value> [default: table] Format for commands output. Supported values are table (default) and
json
--autoRestart Automatically restart app when not responding. Supported Values: true, false
--bearer=<value> Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id=<value> Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret=<value> Client Secret. You can define this in the ANYPOINT_CLIENT_SECRET environment variable.
--collectMetrics collect metrics. You can define this in the COLLECT_METRICS environment variable.
--environment=<value> Environment Name. You can define this in the ANYPOINT_ENV environment variable.
--host=anypoint.mulesoft.com [default: anypoint.mulesoft.com] Host URL. You can define this in the ANYPOINT_HOST
environment variable.
--objectStoreV1 Enable or disable Object Store V1. Supported Values: true, false
--organization=<value> Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password=<value> Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--persistentQueues Enable or disable persistent queues. Supported Values: true, false
--persistentQueuesEncrypted Enable or disable persistent queue encryption. Supported Values: true, false
--propertiesFile=<value> Overwrite all properties with values from this file. The file format is 1 or more lines
in name: value format
--property=<value> Set a property (name:value). Can be specified multiple times
--region=<value> Name of the region to deploy to
--runtime=<value> Name of the runtime
--staticIPsEnabled Enable or disable static IPs. Supported Values: true, false
--username=<value> Username. You can define this in the ANYPOINT_USERNAME environment variable.
--workerSize=<value> Size of the workers in vCores. Supported Values: 0.1, 0.2, 1, 2, 4
--workers=<value> Number of workers, Supported Values: 1, 2, 3, 4
DESCRIPTION
Modify an existing cloudhub application, optionally updating the zip file
See code: src/commands/runtime-mgr/cloudhub-application/modify.ts
anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:restart APPLICATIONNAME
Restart a running cloudhub application
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:restart [APPLICATIONNAME] [--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
Restart a running cloudhub application
See code: src/commands/runtime-mgr/cloudhub-application/restart.ts
anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:revert-runtime NAME
Restart a running cloudhub application
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:revert-runtime [NAME] [--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
Restart a running cloudhub application
See code: src/commands/runtime-mgr/cloudhub-application/revert-runtime.ts
anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:start APPLICATIONNAME
Start a cloudhub application
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:start [APPLICATIONNAME] [--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
Start a cloudhub application
See code: src/commands/runtime-mgr/cloudhub-application/start.ts
anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:stop APPLICATIONNAME
Stop a running cloudhub application
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:stop [APPLICATIONNAME] [--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
Stop a running cloudhub application
See code: src/commands/runtime-mgr/cloudhub-application/stop.ts
anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:tail-logs NAME
Tail application logs
USAGE
$ anypoint-cli-cloudhub-plugin runtime-mgr:cloudhub-application:tail-logs [NAME] [--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
Tail application logs
See code: src/commands/runtime-mgr/cloudhub-application/tail-logs.ts
anypoint-cli-cloudhub-plugin version
USAGE
$ anypoint-cli-cloudhub-plugin version [--json] [--verbose]
FLAGS
--verbose Show additional information about the CLI.
GLOBAL FLAGS
--json Format output as json.
FLAG DESCRIPTIONS
--verbose Show additional information about the CLI.
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
See code: @oclif/plugin-version