Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

anypoint-cli-account-plugin

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anypoint-cli-account-plugin

account plugin

  • 0.1.0
  • dev
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5.2K
increased by17.75%
Maintainers
1
Weekly downloads
 
Created
Source

@mulesoft/account

account plugin

oclif Version Downloads/week License

Usage

$ 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-v14.17.5
$ anypoint-cli-account-plugin --help [COMMAND]
USAGE
  $ anypoint-cli-account-plugin COMMAND
...

Commands

anypoint-cli-account-plugin account:business-group:describe [NAME]

Show details of a business group. If "name" is omitted, defaults to the current session's business group

USAGE
  $ anypoint-cli-account-plugin account:business-group:describe [NAME] [--password <value> [--username <value> | --client_id <value>
    | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>] [--host
    <value>] [--profile <value>] [-o <value>] [--collectMetrics] [-h]

FLAGS
  -h, --help               Show CLI help.
  -o, --output=<value>     [default: UI] Format for commands output
  --bearer=<value>         Token Bearer
  --client_id=<value>      Client ID
  --client_secret=<value>  Client Secret
  --collectMetrics         collect metrics
  --environment=<value>    Environment Name
  --host=<value>           [default: https://anypoint.mulesoft.com] Host URL
  --organization=<value>   Organization Name
  --password=<value>       Password
  --profile=<value>        [default: default] Select Profile from credentials
  --username=<value>       Username

DESCRIPTION
  Show details of a business group. If "name" is omitted, defaults to the current session's business group

EXAMPLES
  $ Usage: account business-group describe [options] [name]
      Show details of a business group. If "name" is omitted, defaults to the current session's business group
  
      Options:
  
        --help                          output usage information
        -o, --output <format>           Output format. Supported values are: TABLE, JSON. Defaults to `TABLE`

See code: src/commands/account/business-group/describe.ts

anypoint-cli-account-plugin account:business-group:list

Lists business groups

USAGE
  $ anypoint-cli-account-plugin account:business-group:list [--password <value> [--username <value> | --client_id <value> | ]]
    [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>] [--host
    <value>] [--profile <value>] [-o <value>] [--collectMetrics] [-h]

FLAGS
  -h, --help               Show CLI help.
  -o, --output=<value>     [default: UI] Format for commands output
  --bearer=<value>         Token Bearer
  --client_id=<value>      Client ID
  --client_secret=<value>  Client Secret
  --collectMetrics         collect metrics
  --environment=<value>    Environment Name
  --host=<value>           [default: https://anypoint.mulesoft.com] Host URL
  --organization=<value>   Organization Name
  --password=<value>       Password
  --profile=<value>        [default: default] Select Profile from credentials
  --username=<value>       Username

DESCRIPTION
  Lists business groups

EXAMPLES
  $ Usage: account business-group list [options]
      Lists business groups
  
      Options:
  
        --help                          output usage information
        -o, --output <format>           Output format. Supported values are: TABLE, JSON. Defaults to `TABLE`

See code: src/commands/account/business-group/list.ts

anypoint-cli-account-plugin account:environment:create NAME

Create new environment

USAGE
  $ anypoint-cli-account-plugin account:environment:create [NAME] [--password <value> [--username <value> | --client_id <value>
    | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>] [--host
    <value>] [--profile <value>] [-o <value>] [--collectMetrics] [-h] [-t <value>]

FLAGS
  -h, --help               Show CLI help.
  -o, --output=<value>     [default: UI] Format for commands output
  -t, --type=<value>
  --bearer=<value>         Token Bearer
  --client_id=<value>      Client ID
  --client_secret=<value>  Client Secret
  --collectMetrics         collect metrics
  --environment=<value>    Environment Name
  --host=<value>           [default: https://anypoint.mulesoft.com] Host URL
  --organization=<value>   Organization Name
  --password=<value>       Password
  --profile=<value>        [default: default] Select Profile from credentials
  --username=<value>       Username

DESCRIPTION
  Create new environment

EXAMPLES
  $ Usage: account environment create [options] <name>
      Create new environment
  
      Options:
  
        --help                          output usage information
        --type <typeName>               Environment type. Supported Values: design, production, sandbox
        --sandbox                       Optionally create this environment as a sandbox. DEPRECATED: Use --type option instead.
        -o, --output <format>           Output format. Supported values are: TABLE, JSON. Defaults to `TABLE`

See code: src/commands/account/environment/create.ts

anypoint-cli-account-plugin account:environment:delete NAME

Delete an environment

USAGE
  $ anypoint-cli-account-plugin account:environment:delete [NAME] [--password <value> [--username <value> | --client_id <value>
    | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>] [--host
    <value>] [--profile <value>] [-o <value>] [--collectMetrics] [-h] [-f]

FLAGS
  -f, --force
  -h, --help               Show CLI help.
  -o, --output=<value>     [default: UI] Format for commands output
  --bearer=<value>         Token Bearer
  --client_id=<value>      Client ID
  --client_secret=<value>  Client Secret
  --collectMetrics         collect metrics
  --environment=<value>    Environment Name
  --host=<value>           [default: https://anypoint.mulesoft.com] Host URL
  --organization=<value>   Organization Name
  --password=<value>       Password
  --profile=<value>        [default: default] Select Profile from credentials
  --username=<value>       Username

DESCRIPTION
  Delete an environment

EXAMPLES
  $ Usage: account environment delete [options] <name>
      Delete an environment
  
      Options:
  
        --help                          output usage information
        -o, --output <format>           Output format. Supported values are: TABLE, JSON. Defaults to `TABLE`

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 <value> [--username <value> | --client_id <value>
    | ]] [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>] [--host
    <value>] [--profile <value>] [-o <value>] [--collectMetrics] [-h]

FLAGS
  -h, --help               Show CLI help.
  -o, --output=<value>     [default: UI] Format for commands output
  --bearer=<value>         Token Bearer
  --client_id=<value>      Client ID
  --client_secret=<value>  Client Secret
  --collectMetrics         collect metrics
  --environment=<value>    Environment Name
  --host=<value>           [default: https://anypoint.mulesoft.com] Host URL
  --organization=<value>   Organization Name
  --password=<value>       Password
  --profile=<value>        [default: default] Select Profile from credentials
  --username=<value>       Username

DESCRIPTION
  Show details of an environment. If "name" is omitted, defaults to the current session's environment.

EXAMPLES
  $ Usage: account environment describe [options] [name]
      Show details of an environment. If "name" is omitted, defaults to the current session's environment
  
      Options:
  
        --help                          output usage information
        -o, --output <format>           Output format. Supported values are: TABLE, JSON. Defaults to `TABLE`

See code: src/commands/account/environment/describe.ts

anypoint-cli-account-plugin account:environment:list

Lists environments

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

FLAGS
  -h, --help               Show CLI help.
  -o, --output=<value>     [default: UI] Format for commands output
  --bearer=<value>         Token Bearer
  --client_id=<value>      Client ID
  --client_secret=<value>  Client Secret
  --collectMetrics         collect metrics
  --environment=<value>    Environment Name
  --host=<value>           [default: https://anypoint.mulesoft.com] Host URL
  --organization=<value>   Organization Name
  --password=<value>       Password
  --profile=<value>        [default: default] Select Profile from credentials
  --username=<value>       Username

DESCRIPTION
  Lists environments

EXAMPLES
  $ Usage: account environment list [options]
      Lists environments
  
      Options:
  
        --help                          output usage information
        -o, --output <format>           Output format. Supported values are: TABLE, JSON. Defaults to `TABLE`

See code: src/commands/account/environment/list.ts

anypoint-cli-account-plugin account:user:describe

Show account details

USAGE
  $ anypoint-cli-account-plugin account:user:describe [--password <value> [--username <value> | --client_id <value> | ]]
    [--client_secret <value> ] [--bearer <value> |  | ] [--organization <value>] [--environment <value>] [--host
    <value>] [--profile <value>] [-o <value>] [--collectMetrics] [-h]

FLAGS
  -h, --help               Show CLI help.
  -o, --output=<value>     [default: UI] Format for commands output
  --bearer=<value>         Token Bearer
  --client_id=<value>      Client ID
  --client_secret=<value>  Client Secret
  --collectMetrics         collect metrics
  --environment=<value>    Environment Name
  --host=<value>           [default: https://anypoint.mulesoft.com] Host URL
  --organization=<value>   Organization Name
  --password=<value>       Password
  --profile=<value>        [default: default] Select Profile from credentials
  --username=<value>       Username

DESCRIPTION
  Show account details

EXAMPLES
  $ Usage: account user describe [options]
      Show account details
  
      Options:
  
        --help                          output usage information
        -o, --output <format>           Output format. Supported values are: TABLE, JSON. Defaults to `TABLE`

See code: src/commands/account/user/describe.ts

anypoint-cli-account-plugin conf [KEY] [VALUE]

manage configuration

USAGE
  $ anypoint-cli-account-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-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

Keywords

FAQs

Package last updated on 18 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc