
Security News
Insecure Agents Podcast: Certified Patches, Supply Chain Security, and AI Agents
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.
@adobe/aio-cli-plugin-console
Advanced tools
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 consoleaio console openaio console orgaio console org listaio console org select [ORGCODE]aio console projectaio console project listaio console project select [PROJECTIDORNAME]aio console publickeyaio console publickey delete IDORFINGERPRINTaio console publickey listaio console publickey upload FILEaio console whereaio console workspaceaio console workspace download [DESTINATION]aio console workspace listaio console workspace select [WORKSPACEIDORNAME]aio consoleConsole plugin for the Adobe I/O CLI
USAGE
$ aio console [--help]
FLAGS
--help Show help
DESCRIPTION
Console plugin for the Adobe I/O CLI
See code: src/commands/console/index.js
aio console openOpen the developer console for the selected Organization, Project and Workspace
USAGE
$ aio console open [--help]
FLAGS
--help Show help
DESCRIPTION
Open the developer console for the selected Organization, Project and Workspace
ALIASES
$ aio open
See code: src/commands/console/open.js
aio console orgManage your Adobe I/O Console Organizations
USAGE
$ aio console org [--help]
FLAGS
--help Show help
DESCRIPTION
Manage your Adobe I/O Console Organizations
See code: src/commands/console/org/index.js
aio console org listList your Organizations
USAGE
$ aio console org list [--help] [-j | -y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
DESCRIPTION
List your Organizations
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] [--help]
ARGUMENTS
ORGCODE Adobe Developer Console Org code
FLAGS
--help Show help
DESCRIPTION
Select an Organization
ALIASES
$ aio console org sel
See code: src/commands/console/org/select.js
aio console projectManage your Adobe I/O Console Projects
USAGE
$ aio console project [--help]
FLAGS
--help Show help
DESCRIPTION
Manage your Adobe I/O Console Projects
See code: src/commands/console/project/index.js
aio console project listList your Projects for the selected Organization
USAGE
$ aio console project list [--help] [--orgId <value>] [-j | -y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--orgId=<value> OrgID for listing projects
DESCRIPTION
List your Projects for the selected Organization
ALIASES
$ aio console project ls
See code: src/commands/console/project/list.js
aio console project select [PROJECTIDORNAME]Select a Project for the selected Organization
USAGE
$ aio console project select [PROJECTIDORNAME] [--help] [--orgId <value>]
ARGUMENTS
PROJECTIDORNAME Adobe Developer Console Project id or Project name
FLAGS
--help Show help
--orgId=<value> Organization id of the Console Project to select
DESCRIPTION
Select a Project for the selected Organization
ALIASES
$ aio console project sel
See code: src/commands/console/project/select.js
aio console publickeyManage Public Key Bindings for your Adobe I/O Console Workspaces
USAGE
$ aio console publickey [--help]
FLAGS
--help Show help
DESCRIPTION
Manage Public Key Bindings for your Adobe I/O Console Workspaces
See code: src/commands/console/publickey/index.js
aio console publickey delete IDORFINGERPRINTDelete a public key certificate from the selected Workspace
USAGE
$ aio console publickey delete IDORFINGERPRINT [--help] [--orgId <value>] [--projectId <value>] [--workspaceId
<value>]
ARGUMENTS
IDORFINGERPRINT The bindingId or the fingerprint of the public key binding to delete
FLAGS
--help Show help
--orgId=<value> Organization id of the Console Workspace to delete the public key certificate from
--projectId=<value> Project id of the Console Workspace to delete the public key certificate from
--workspaceId=<value> Workspace id of the Console Workspace to delete the public key certificate from
DESCRIPTION
Delete a public key certificate from the selected Workspace
See code: src/commands/console/publickey/delete.js
aio console publickey listList the public key certificates bound to the selected Workspace
USAGE
$ aio console publickey list [--help] [--orgId <value>] [--projectId <value>] [--workspaceId <value>] [-j | -y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--orgId=<value> Organization id of the Console Workspace to list the public key certificates for
--projectId=<value> Project id of the Console Workspace to list the public key certificate for
--workspaceId=<value> Workspace id of the Console Workspace to list the public key certificate for
DESCRIPTION
List the public key certificates bound to the selected Workspace
See code: src/commands/console/publickey/list.js
aio console publickey upload FILEUpload a public key certificate to the selected Workspace
USAGE
$ aio console publickey upload FILE [--help] [--orgId <value>] [--projectId <value>] [--workspaceId <value>] [-j | -y]
ARGUMENTS
FILE Path to public key certificate file in PEM format
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--orgId=<value> Organization id of the Console Workspace to upload the public key certificate to
--projectId=<value> Project id of the Console Workspace to upload the public key certificate to
--workspaceId=<value> Workspace id of the Console Workspace to upload the public key certificate to
DESCRIPTION
Upload a public key certificate to the selected Workspace
See code: src/commands/console/publickey/upload.js
aio console whereShow the currently selected Organization, Project and Workspace
USAGE
$ aio console where [--help] [-j | -y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
DESCRIPTION
Show the currently selected Organization, Project and Workspace
ALIASES
$ aio where
See code: src/commands/console/where/index.js
aio console workspaceManage your Adobe I/O Console Workspaces
USAGE
$ aio console workspace [--help]
FLAGS
--help Show help
DESCRIPTION
Manage your Adobe I/O Console Workspaces
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] [--help] [--orgId <value>] [--projectId <value>] [--workspaceId
<value>]
ARGUMENTS
DESTINATION Output file name or folder name where the Console Workspace configuration file should be saved
FLAGS
--help Show help
--orgId=<value> Organization id of the Console Workspace configuration to download
--projectId=<value> Project id of the Console Workspace configuration to download
--workspaceId=<value> Workspace id of the Console Workspace configuration to download
DESCRIPTION
Downloads the configuration for the selected Workspace
ALIASES
$ aio console workspace dl
$ aio console ws download
$ aio console ws dl
See code: src/commands/console/workspace/download.js
aio console workspace listList your Workspaces for your selected Project
USAGE
$ aio console workspace list [--help] [-j | -y] [--orgId <value>] [--projectId <value>]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--orgId=<value> Organization id of the Console Workspaces to list
--projectId=<value> Project id of the Console Workspaces to list
DESCRIPTION
List your Workspaces for your selected Project
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 [WORKSPACEIDORNAME]Select a Workspace for the selected Project
USAGE
$ aio console workspace select [WORKSPACEIDORNAME] [--help] [--orgId <value>] [--projectId <value>]
ARGUMENTS
WORKSPACEIDORNAME Adobe Developer Console Workspace id or Workspace name
FLAGS
--help Show help
--orgId=<value> Organization id of the Console Workspace to select
--projectId=<value> Project id of the Console Workspace to select
DESCRIPTION
Select a Workspace for the selected Project
ALIASES
$ aio console workspace sel
$ aio console ws select
$ aio console ws sel
See code: src/commands/console/workspace/select.js
FAQs
Console plugin for the Adobe I/O CLI
We found that @adobe/aio-cli-plugin-console demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 22 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.

Security News
The planned feature introduces a review step before releases go live, following the Shai-Hulud attacks and a rocky migration off classic tokens that disrupted maintainer workflows.