/aio-cli-plugin-console

Adobe's Developer Console plugin for the Adobe I/O CLI

Primary LanguageJavaScriptApache License 2.0Apache-2.0

oclif Version Downloads/week Build Status License Codecov Coverage

aio-cli-plugin-console

Console Integration Plugin for the Adobe I/O CLI

Usage

$ aio plugins:install -g @adobe/aio-cli-plugin-console
$ # OR
$ aio discover -i
$ aio console --help

Commands

aio console

Console plugin for the Adobe I/O CLI

USAGE
  $ aio console

OPTIONS
  --help  Show help

See code: src/commands/console/index.js

aio console:org

Manage your Adobe I/O Console Organizations

USAGE
  $ aio console:org

OPTIONS
  --help  Show help

See code: src/commands/console/org/index.js

aio console:org:list

List your Organizations

USAGE
  $ aio console:org:list

OPTIONS
  -j, --json  Output json
  -y, --yml   Output yml
  --help      Show help

ALIASES
  $ aio console:org:ls

See code: src/commands/console/org/list.js

aio console:org:select ORGCODE

Select an Organization

USAGE
  $ aio console:org:select ORGCODE

ARGUMENTS
  ORGCODE  Adobe I/O Org Code

OPTIONS
  --help  Show help

ALIASES
  $ aio console:org:sel

See code: src/commands/console/org/select.js

aio console:project

Manage your Adobe I/O Console Projects

USAGE
  $ aio console:project

OPTIONS
  --help  Show help

See code: src/commands/console/project/index.js

aio console:project:list

List your Projects for the selected Organization

USAGE
  $ aio console:project:list

OPTIONS
  -j, --json     Output json
  -y, --yml      Output yml
  --help         Show help
  --orgId=orgId  OrgID for listing projects

ALIASES
  $ aio console:project:ls

See code: src/commands/console/project/list.js

aio console:project:select PROJECTID

Select a Project for the selected Organization

USAGE
  $ aio console:project:select PROJECTID

ARGUMENTS
  PROJECTID  Adobe I/O Project Id

OPTIONS
  --help         Show help
  --orgId=orgId  OrgID of the project to select

ALIASES
  $ aio console:project:sel

See code: src/commands/console/project/select.js

aio console:where

Show the currently selected Organization, Project and Workspace

USAGE
  $ aio console:where

OPTIONS
  -j, --json  Output json
  -y, --yml   Output yml
  --help      Show help

ALIASES
  $ aio where

See code: src/commands/console/where/index.js

aio console:workspace

Manage your Adobe I/O Console Workspaces

USAGE
  $ aio console:workspace

OPTIONS
  --help  Show help

ALIASES
  $ aio console:ws

See code: src/commands/console/workspace/index.js

aio console:workspace:download [DESTINATION]

Downloads the configuration for the selected Workspace

USAGE
  $ aio console:workspace:download [DESTINATION]

ARGUMENTS
  DESTINATION  path where workspace configuration file will be saved

OPTIONS
  --help  Show help

ALIASES
  $ aio console:workspace:dl
  $ aio console:ws:download
  $ aio console:ws:dl

See code: src/commands/console/workspace/download.js

aio console:workspace:list

List your Workspaces for your selected Project

USAGE
  $ aio console:workspace:list

OPTIONS
  -j, --json  Output json
  -y, --yml   Output yml
  --help      Show help

ALIASES
  $ aio console:workspace:ls
  $ aio console:ws:list
  $ aio console:ws:ls

See code: src/commands/console/workspace/list.js

aio console:workspace:select WORKSPACEID

Select a Workspace for the selected Project

USAGE
  $ aio console:workspace:select WORKSPACEID

OPTIONS
  --help  Show help

ALIASES
  $ aio console:workspace:sel
  $ aio console:ws:select
  $ aio console:ws:sel

See code: src/commands/console/workspace/select.js