account plugin
npm install anypoint-cli-account-plugin@mulesoft/account
================
account plugin




sh-session
$ npm install -g @mulesoft/anypoint-cli-account-plugin
$ anypoint-cli-account-plugin COMMAND
running command...
$ anypoint-cli-account-plugin (--version)
@mulesoft/anypoint-cli-account-plugin/1.0.0 darwin-x64 node-v16.8.0
$ anypoint-cli-account-plugin --help [COMMAND]
USAGE
$ anypoint-cli-account-plugin COMMAND
...
`
Commands
* [anypoint-cli-account-plugin account:business-group:describe [IDENTIFIER]](#anypoint-cli-account-plugin-accountbusiness-groupdescribe-identifier)
* anypoint-cli-account-plugin account:business-group:list
* anypoint-cli-account-plugin account:environment:create NAME
* anypoint-cli-account-plugin account:environment:delete NAME
* [anypoint-cli-account-plugin account:environment:describe [NAME]](#anypoint-cli-account-plugin-accountenvironmentdescribe-name)
* anypoint-cli-account-plugin account:environment:list
* anypoint-cli-account-plugin account:user:describe
* [anypoint-cli-account-plugin conf [KEY] [VALUE]](#anypoint-cli-account-plugin-conf-key-value)
* [anypoint-cli-account-plugin help [COMMAND]](#anypoint-cli-account-plugin-help-command)
* anypoint-cli-account-plugin versionanypoint-cli-account-plugin account:business-group:describe [IDENTIFIER]Show details of a business group. If "identifier" is omitted, defaults to the current session's business group.Identifier searches for id match first, then name.
`
USAGE
$ anypoint-cli-account-plugin account:business-group:describe [IDENTIFIER] [--password [--username | --client_id
| ]] [--client_secret ] [--bearer | | ] [--organization ] [--environment ]
[--host ] [--collectMetrics] [-h] [-o ]FLAGS
-h, --help Show CLI help.
-o, --output= [default: table] Format for commands output. Supported values are table (default) and
json
--bearer= Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id= Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret= Client Secret. 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= Environment Name. You can define this in the 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= Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password= Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username= Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Show details of a business group. If "identifier" is omitted, defaults to the current session's business
group.Identifier searches for id match first, then name.
`_See code: src/commands/account/business-group/describe.ts_
anypoint-cli-account-plugin account:business-group:listLists business groups
`
USAGE
$ anypoint-cli-account-plugin account:business-group:list [--password [--username | --client_id | ]]
[--client_secret ] [--bearer | | ] [--organization ] [--environment ] [--host
] [--collectMetrics] [-h] [-o ]FLAGS
-h, --help Show CLI help.
-o, --output= [default: table] Format for commands output. Supported values are table (default) and
json
--bearer= Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id= Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret= Client Secret. 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= Environment Name. You can define this in the 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= Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password= Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username= Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Lists business groups
`_See code: src/commands/account/business-group/list.ts_
anypoint-cli-account-plugin account:environment:create NAMECreate new environment
`
USAGE
$ anypoint-cli-account-plugin account:environment:create [NAME] [--password [--username | --client_id
| ]] [--client_secret ] [--bearer | | ] [--organization ] [--environment ] [--host
] [--collectMetrics] [-h] [-t ] [-o ]FLAGS
-h, --help Show CLI help.
-o, --output= [default: table] Format for commands output. Supported values are table (default) and
json
-t, --type= Environment type. Supported Values: design, production, sandbox
--bearer= Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id= Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret= Client Secret. 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= Environment Name. You can define this in the 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= Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password= Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username= Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Create new environment
`_See code: src/commands/account/environment/create.ts_
anypoint-cli-account-plugin account:environment:delete NAMEDelete an environment
`
USAGE
$ anypoint-cli-account-plugin account:environment:delete [NAME] [--password [--username | --client_id
| ]] [--client_secret ] [--bearer | | ] [--organization ] [--environment ] [--host
] [--collectMetrics] [-h]FLAGS
-h, --help Show CLI help.
--bearer= Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id= Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret= Client Secret. 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= Environment Name. You can define this in the 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= Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password= Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username= Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Delete an environment
`_See code: src/commands/account/environment/delete.ts_
anypoint-cli-account-plugin account:environment:describe [NAME]Show details of an environment. If "name" is omitted, defaults to the current session's environment.
`
USAGE
$ anypoint-cli-account-plugin account:environment:describe [NAME] [--password [--username | --client_id
| ]] [--client_secret ] [--bearer | | ] [--organization ] [--environment ] [--host
] [--collectMetrics] [-h] [-o ]FLAGS
-h, --help Show CLI help.
-o, --output= [default: table] Format for commands output. Supported values are table (default) and
json
--bearer= Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id= Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret= Client Secret. 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= Environment Name. You can define this in the 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= Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password= Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username= Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Show details of an environment. If "name" is omitted, defaults to the current session's environment.
`_See code: src/commands/account/environment/describe.ts_
anypoint-cli-account-plugin account:environment:listLists environments
`
USAGE
$ anypoint-cli-account-plugin account:environment:list [--password [--username | --client_id | ]]
[--client_secret ] [--bearer | | ] [--organization ] [--environment ] [--host
] [--collectMetrics] [-h] [-o ]FLAGS
-h, --help Show CLI help.
-o, --output= [default: table] Format for commands output. Supported values are table (default) and
json
--bearer= Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id= Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret= Client Secret. 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= Environment Name. You can define this in the 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= Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password= Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username= Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Lists environments
`_See code: src/commands/account/environment/list.ts_
anypoint-cli-account-plugin account:user:describeShow account details
`
USAGE
$ anypoint-cli-account-plugin account:user:describe [--password [--username | --client_id | ]]
[--client_secret ] [--bearer | | ] [--organization ] [--environment ] [--host
] [--collectMetrics] [-h] [-o ]FLAGS
-h, --help Show CLI help.
-o, --output= [default: table] Format for commands output. Supported values are table (default) and
json
--bearer= Token Bearer. You can define this in the ANYPOINT_BEARER environment variable.
--client_id= Client ID. You can define this in the ANYPOINT_CLIENT_ID environment variable.
--client_secret= Client Secret. 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= Environment Name. You can define this in the 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= Organization Name. You can define this in the ANYPOINT_ORG environment variable.
--password= Password. You can define this in the ANYPOINT_PASSWORD environment variable.
--username= Username. You can define this in the ANYPOINT_USERNAME environment variable.
DESCRIPTION
Show account details
`_See code: src/commands/account/user/describe.ts_
anypoint-cli-account-plugin conf [KEY] [VALUE]Manage authentication credentials in a configuration file (config.json)
`
USAGE
$ anypoint-cli-account-plugin conf [KEY] [VALUE] [-h] [-k ] [-v ] [-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= key of the config
-v, --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: /Users/alejandro.otero/Library/Preferences/oclif-nodejs/config.json
EXAMPLES
$ anypoint-cli-account-plugin conf username myuser
$ anypoint-cli-account-plugin conf password mypwd
`anypoint-cli-account-plugin help [COMMAND]Display help for anypoint-cli-account-plugin.
`
USAGE
$ anypoint-cli-account-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-account-plugin.
`_See code: @oclif/plugin-help_
anypoint-cli-account-plugin version`
USAGE
$ anypoint-cli-account-plugin version
``_See code: @oclif/plugin-version_