Console Integration Plugin for the Adobe I/O CLI
$ aio plugins:install -g @adobe/aio-cli-plugin-console
$ # OR
$ aio discover -i
$ aio console --help
aio console
aio console:org
aio console:org:list
aio console:org:select ORGCODE
aio console:project
aio console:project:list
aio console:project:select PROJECTID
aio console:where
aio console:workspace
aio console:workspace:download [DESTINATION]
aio console:workspace:list
aio console:workspace:select WORKSPACEID
Console plugin for the Adobe I/O CLI
USAGE
$ aio console
OPTIONS
--help Show help
See code: src/commands/console/index.js
Manage your Adobe I/O Console Organizations
USAGE
$ aio console:org
OPTIONS
--help Show help
See code: src/commands/console/org/index.js
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
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
Manage your Adobe I/O Console Projects
USAGE
$ aio console:project
OPTIONS
--help Show help
See code: src/commands/console/project/index.js
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
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
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
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
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
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
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