CLI for Anypoint Platform Accounts
Command | Description |
---|---|
Show account details |
|
Lists business groups |
|
Show details of a business group |
|
Lists environments |
|
Create new environment |
|
Delete an environment |
|
Shows details of an environment |
account user describe
> account user describe [options]
This command simply returns the information for your account. This includes your username, your full name, your email address, and the creation date of your account.
This command does not take any options, except for the default ones: --help
, -f
/--fields
and -o
/--output
account business-group list
> account business-group list [options]
This command displays all business groups. It returns the name of the business group, the type ('Master' or 'Business unit'), and the ID.
This command accepts only the default options: --help
, -f
/--fields
and -o
/--output
.
account business-group describe
> account business-group describe [options] <identifier>
This command displays information on the business group you pass in <identifier>
.
If <identifier>
is not specified, the command describes the business group on the current session.
Identifier searches for id match first, then name.
If your business group or organization name contains spaces, you need to enclose its name between > account business-group describe "QA Organization" |
It returns data such as the owner, the type, subscription information, the entitlements of the group and in which environment is running.
This command accepts only the default options: --help
, -f
/--fields
and -o
/--output
.
account environment list
> account environment list [options]
This command lists all your environments in Anypoint Platform. It returns your environment name, Id and whether it’s sandboxed or not.
This command does not take any options, except for the default ones: --help
, -f
/--fields
and -o
/--output
account environment create
> account environment create [options] <name>
This command creates a new environment using the name you set in <name>
.
Besides the default --help
, -f
/--fields
and -o
/--output
options, this command also takes the --type
option. Use the --type
option to specify the environment type.
Supported values for environment types are:
-
design
-
production
-
sandbox
If no type is specified, the command creates a production environment.
account environment delete
> account environment delete [options] <name>
This command deletes the environment specified in <name>
This command does not prompt twice before deleting. If you send a delete instruction, it does not ask for confirmation. |
This command accepts only the default options: --help
, -f
/--fields
and -o
/--output
.
account environment describe
> account environment describe [options] <name>
This command returns information about the environment specified in <name>
If no <name>
is provided, this command returns information about the current session’s environment.
This command accepts only the default options: --help
, -f
/--fields
and -o
/--output
.