# aio-cli-plugin-console **Repository Path**: mirrors_adobe/aio-cli-plugin-console ## Basic Information - **Project Name**: aio-cli-plugin-console - **Description**: Adobe's Developer Console plugin for the Adobe I/O CLI - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/@adobe/aio-cli-plugin-console.svg)](https://npmjs.org/package/@adobe/aio-cli-plugin-console) [![Downloads/week](https://img.shields.io/npm/dw/@adobe/aio-cli-plugin-console.svg)](https://npmjs.org/package/@adobe/aio-cli-plugin-console) [![Build Status](https://travis-ci.com/adobe/aio-cli-plugin-console.svg?branch=master)](https://travis-ci.com/adobe/aio-cli-plugin-console) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Codecov Coverage](https://img.shields.io/codecov/c/github/adobe/aio-cli-plugin-console/master.svg?style=flat-square)](https://codecov.io/gh/adobe/aio-cli-plugin-console/) aio-cli-plugin-console ====================== Console Integration Plugin for the Adobe I/O CLI * [Usage](#usage) * [Commands](#commands) # Usage ```sh-session $ aio plugins:install -g @adobe/aio-cli-plugin-console $ # OR $ aio discover -i $ aio console --help ``` # Commands * [`aio console`](#aio-console) * [`aio console api`](#aio-console-api) * [`aio console api list`](#aio-console-api-list) * [`aio console api ls`](#aio-console-api-ls) * [`aio console open`](#aio-console-open) * [`aio console org`](#aio-console-org) * [`aio console org list`](#aio-console-org-list) * [`aio console org ls`](#aio-console-org-ls) * [`aio console org sel [ORGCODE]`](#aio-console-org-sel-orgcode) * [`aio console org select [ORGCODE]`](#aio-console-org-select-orgcode) * [`aio console project`](#aio-console-project) * [`aio console project create`](#aio-console-project-create) * [`aio console project init`](#aio-console-project-init) * [`aio console project list`](#aio-console-project-list) * [`aio console project ls`](#aio-console-project-ls) * [`aio console project sel [PROJECTIDORNAME]`](#aio-console-project-sel-projectidorname) * [`aio console project select [PROJECTIDORNAME]`](#aio-console-project-select-projectidorname) * [`aio console publickey`](#aio-console-publickey) * [`aio console publickey delete IDORFINGERPRINT`](#aio-console-publickey-delete-idorfingerprint) * [`aio console publickey list`](#aio-console-publickey-list) * [`aio console publickey upload FILE`](#aio-console-publickey-upload-file) * [`aio console where`](#aio-console-where) * [`aio console workspace`](#aio-console-workspace) * [`aio console workspace api`](#aio-console-workspace-api) * [`aio console workspace api add`](#aio-console-workspace-api-add) * [`aio console workspace api list`](#aio-console-workspace-api-list) * [`aio console workspace api ls`](#aio-console-workspace-api-ls) * [`aio console workspace create`](#aio-console-workspace-create) * [`aio console workspace dl [DESTINATION]`](#aio-console-workspace-dl-destination) * [`aio console workspace download [DESTINATION]`](#aio-console-workspace-download-destination) * [`aio console workspace init`](#aio-console-workspace-init) * [`aio console workspace list`](#aio-console-workspace-list) * [`aio console workspace ls`](#aio-console-workspace-ls) * [`aio console workspace sel [WORKSPACEIDORNAME]`](#aio-console-workspace-sel-workspaceidorname) * [`aio console workspace select [WORKSPACEIDORNAME]`](#aio-console-workspace-select-workspaceidorname) * [`aio console ws`](#aio-console-ws) * [`aio console ws api`](#aio-console-ws-api) * [`aio console ws api add`](#aio-console-ws-api-add) * [`aio console ws api list`](#aio-console-ws-api-list) * [`aio console ws api ls`](#aio-console-ws-api-ls) * [`aio console ws create`](#aio-console-ws-create) * [`aio console ws dl [DESTINATION]`](#aio-console-ws-dl-destination) * [`aio console ws download [DESTINATION]`](#aio-console-ws-download-destination) * [`aio console ws init`](#aio-console-ws-init) * [`aio console ws list`](#aio-console-ws-list) * [`aio console ws ls`](#aio-console-ws-ls) * [`aio console ws sel [WORKSPACEIDORNAME]`](#aio-console-ws-sel-workspaceidorname) * [`aio console ws select [WORKSPACEIDORNAME]`](#aio-console-ws-select-workspaceidorname) * [`aio open`](#aio-open) * [`aio where`](#aio-where) ## `aio console` Console 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/index.js)_ ## `aio console api` Manage API services available to your Organization ``` USAGE $ aio console api [--help] FLAGS --help Show help DESCRIPTION Manage API services available to your Organization ``` _See code: [src/commands/console/api/index.js](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/api/index.js)_ ## `aio console api list` List API services available to the Organization ``` USAGE $ aio console api list [--help] [--orgId ] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --orgId= Organization id DESCRIPTION List API services available to the Organization ALIASES $ aio console api ls ``` _See code: [src/commands/console/api/list.js](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/api/list.js)_ ## `aio console api ls` List API services available to the Organization ``` USAGE $ aio console api ls [--help] [--orgId ] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --orgId= Organization id DESCRIPTION List API services available to the Organization ALIASES $ aio console api ls ``` ## `aio console open` Open 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/open.js)_ ## `aio console org` Manage 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/org/index.js)_ ## `aio console org list` List 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/org/list.js)_ ## `aio console org ls` List your Organizations ``` USAGE $ aio console org ls [--help] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help DESCRIPTION List your Organizations ALIASES $ aio console org ls ``` ## `aio console org sel [ORGCODE]` Select an Organization ``` USAGE $ aio console org sel [ORGCODE] [--help] ARGUMENTS [ORGCODE] Adobe Developer Console Org code FLAGS --help Show help DESCRIPTION Select an Organization ALIASES $ aio console org sel ``` ## `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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/org/select.js)_ ## `aio console project` Manage 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/project/index.js)_ ## `aio console project create` Create a new App Builder Project for the selected Organization ``` USAGE $ aio console project create -n [--help] [-o ] [-t ] [-d ] [-j | -y] FLAGS -d, --description= Description of the project, defaults to the name -j, --json Output json -n, --name= (required) Name of the project -o, --orgId= OrgID to create the project in -t, --title= Title of the project, defaults to the name -y, --yml Output yml --help Show help DESCRIPTION Create a new App Builder Project for the selected Organization ALIASES $ aio console project init ``` _See code: [src/commands/console/project/create.js](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/project/create.js)_ ## `aio console project init` Create a new App Builder Project for the selected Organization ``` USAGE $ aio console project init -n [--help] [-o ] [-t ] [-d ] [-j | -y] FLAGS -d, --description= Description of the project, defaults to the name -j, --json Output json -n, --name= (required) Name of the project -o, --orgId= OrgID to create the project in -t, --title= Title of the project, defaults to the name -y, --yml Output yml --help Show help DESCRIPTION Create a new App Builder Project for the selected Organization ALIASES $ aio console project init ``` ## `aio console project list` List your Projects for the selected Organization ``` USAGE $ aio console project list [--help] [--orgId ] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --orgId= 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/project/list.js)_ ## `aio console project ls` List your Projects for the selected Organization ``` USAGE $ aio console project ls [--help] [--orgId ] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --orgId= OrgID for listing projects DESCRIPTION List your Projects for the selected Organization ALIASES $ aio console project ls ``` ## `aio console project sel [PROJECTIDORNAME]` Select a Project for the selected Organization ``` USAGE $ aio console project sel [PROJECTIDORNAME] [--help] [--orgId ] ARGUMENTS [PROJECTIDORNAME] Adobe Developer Console Project id or Project name FLAGS --help Show help --orgId= Organization id of the Console Project to select DESCRIPTION Select a Project for the selected Organization ALIASES $ aio console project sel ``` ## `aio console project select [PROJECTIDORNAME]` Select a Project for the selected Organization ``` USAGE $ aio console project select [PROJECTIDORNAME] [--help] [--orgId ] ARGUMENTS [PROJECTIDORNAME] Adobe Developer Console Project id or Project name FLAGS --help Show help --orgId= 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/project/select.js)_ ## `aio console publickey` Manage 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/publickey/index.js)_ ## `aio console publickey delete IDORFINGERPRINT` Delete a public key certificate from the selected Workspace ``` USAGE $ aio console publickey delete IDORFINGERPRINT [--help] [--orgId ] [--projectId ] [--workspaceId ] ARGUMENTS IDORFINGERPRINT The bindingId or the fingerprint of the public key binding to delete FLAGS --help Show help --orgId= Organization id of the Console Workspace to delete the public key certificate from --projectId= Project id of the Console Workspace to delete the public key certificate from --workspaceId= 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/publickey/delete.js)_ ## `aio console publickey list` List the public key certificates bound to the selected Workspace ``` USAGE $ aio console publickey list [--help] [--orgId ] [--projectId ] [--workspaceId ] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --orgId= Organization id of the Console Workspace to list the public key certificates for --projectId= Project id of the Console Workspace to list the public key certificate for --workspaceId= 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/publickey/list.js)_ ## `aio console publickey upload FILE` Upload a public key certificate to the selected Workspace ``` USAGE $ aio console publickey upload FILE [--help] [--orgId ] [--projectId ] [--workspaceId ] [-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= Organization id of the Console Workspace to upload the public key certificate to --projectId= Project id of the Console Workspace to upload the public key certificate to --workspaceId= 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/publickey/upload.js)_ ## `aio console where` Show 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/where/index.js)_ ## `aio console workspace` Manage 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/workspace/index.js)_ ## `aio console workspace api` Manage API services subscribed to a Workspace ``` USAGE $ aio console workspace api [--help] FLAGS --help Show help DESCRIPTION Manage API services subscribed to a Workspace ALIASES $ aio console ws api ``` _See code: [src/commands/console/workspace/api/index.js](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/workspace/api/index.js)_ ## `aio console workspace api add` Add API service(s) to a Workspace ``` USAGE $ aio console workspace api add --projectName --workspaceName --service-code [--help] [--orgId ] [--license-config ...] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --license-config=... Product profile(s) for a service, format: '=[,...]'. Repeat for multiple services. --orgId= Organization id --projectName= (required) Name of the project containing the workspace --service-code= (required) Comma-separated list of API service codes to add (e.g. AssetComputeSDK,AdobeAnalyticsSDK) --workspaceName= (required) Name of the workspace to add the API to DESCRIPTION Add API service(s) to a Workspace ALIASES $ aio console ws api add ``` _See code: [src/commands/console/workspace/api/add.js](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/workspace/api/add.js)_ ## `aio console workspace api list` List API services currently subscribed to a Workspace ``` USAGE $ aio console workspace api list --projectName --workspaceName [--help] [--orgId ] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --orgId= Organization id --projectName= (required) Name of the project containing the workspace --workspaceName= (required) Name of the workspace to list services for DESCRIPTION List API services currently subscribed to a Workspace ALIASES $ aio console workspace api ls $ aio console ws api list $ aio console ws api ls ``` _See code: [src/commands/console/workspace/api/list.js](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/workspace/api/list.js)_ ## `aio console workspace api ls` List API services currently subscribed to a Workspace ``` USAGE $ aio console workspace api ls --projectName --workspaceName [--help] [--orgId ] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --orgId= Organization id --projectName= (required) Name of the project containing the workspace --workspaceName= (required) Name of the workspace to list services for DESCRIPTION List API services currently subscribed to a Workspace ALIASES $ aio console workspace api ls $ aio console ws api list $ aio console ws api ls ``` ## `aio console workspace create` Create a new Workspace in the specified Project ``` USAGE $ aio console workspace create --projectName --name [--help] [--orgId ] [--title ] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --name= (required) Name of the workspace --orgId= OrgID of the organization that contains the project to create the workspace in --projectName= (required) Name of the project to create the workspace in --title= Title of the workspace, defaults to the name DESCRIPTION Create a new Workspace in the specified Project ALIASES $ aio console workspace init $ aio console ws create $ aio console ws init ``` _See code: [src/commands/console/workspace/create.js](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/workspace/create.js)_ ## `aio console workspace dl [DESTINATION]` Downloads the configuration for the selected Workspace ``` USAGE $ aio console workspace dl [DESTINATION] [--help] [--orgId ] [--projectId ] [--workspaceId ] ARGUMENTS [DESTINATION] Output file name or folder name where the Console Workspace configuration file should be saved FLAGS --help Show help --orgId= Organization id of the Console Workspace configuration to download --projectId= Project id of the Console Workspace configuration to download --workspaceId= 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 ``` ## `aio console workspace download [DESTINATION]` Downloads the configuration for the selected Workspace ``` USAGE $ aio console workspace download [DESTINATION] [--help] [--orgId ] [--projectId ] [--workspaceId ] ARGUMENTS [DESTINATION] Output file name or folder name where the Console Workspace configuration file should be saved FLAGS --help Show help --orgId= Organization id of the Console Workspace configuration to download --projectId= Project id of the Console Workspace configuration to download --workspaceId= 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/workspace/download.js)_ ## `aio console workspace init` Create a new Workspace in the specified Project ``` USAGE $ aio console workspace init --projectName --name [--help] [--orgId ] [--title ] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --name= (required) Name of the workspace --orgId= OrgID of the organization that contains the project to create the workspace in --projectName= (required) Name of the project to create the workspace in --title= Title of the workspace, defaults to the name DESCRIPTION Create a new Workspace in the specified Project ALIASES $ aio console workspace init $ aio console ws create $ aio console ws init ``` ## `aio console workspace list` List your Workspaces for your selected Project ``` USAGE $ aio console workspace list [--help] [-j | -y] [--orgId ] [--projectId ] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --orgId= Organization id of the Console Workspaces to list --projectId= 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/workspace/list.js)_ ## `aio console workspace ls` List your Workspaces for your selected Project ``` USAGE $ aio console workspace ls [--help] [-j | -y] [--orgId ] [--projectId ] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --orgId= Organization id of the Console Workspaces to list --projectId= 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 ``` ## `aio console workspace sel [WORKSPACEIDORNAME]` Select a Workspace for the selected Project ``` USAGE $ aio console workspace sel [WORKSPACEIDORNAME] [--help] [--orgId ] [--projectId ] ARGUMENTS [WORKSPACEIDORNAME] Adobe Developer Console Workspace id or Workspace name FLAGS --help Show help --orgId= Organization id of the Console Workspace to select --projectId= 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 ``` ## `aio console workspace select [WORKSPACEIDORNAME]` Select a Workspace for the selected Project ``` USAGE $ aio console workspace select [WORKSPACEIDORNAME] [--help] [--orgId ] [--projectId ] ARGUMENTS [WORKSPACEIDORNAME] Adobe Developer Console Workspace id or Workspace name FLAGS --help Show help --orgId= Organization id of the Console Workspace to select --projectId= 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](https://github.com/adobe/aio-cli-plugin-console/blob/5.4.1/src/commands/console/workspace/select.js)_ ## `aio console ws` Manage your Adobe I/O Console Workspaces ``` USAGE $ aio console ws [--help] FLAGS --help Show help DESCRIPTION Manage your Adobe I/O Console Workspaces ALIASES $ aio console ws ``` ## `aio console ws api` Manage API services subscribed to a Workspace ``` USAGE $ aio console ws api [--help] FLAGS --help Show help DESCRIPTION Manage API services subscribed to a Workspace ALIASES $ aio console ws api ``` ## `aio console ws api add` Add API service(s) to a Workspace ``` USAGE $ aio console ws api add --projectName --workspaceName --service-code [--help] [--orgId ] [--license-config ...] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --license-config=... Product profile(s) for a service, format: '=[,...]'. Repeat for multiple services. --orgId= Organization id --projectName= (required) Name of the project containing the workspace --service-code= (required) Comma-separated list of API service codes to add (e.g. AssetComputeSDK,AdobeAnalyticsSDK) --workspaceName= (required) Name of the workspace to add the API to DESCRIPTION Add API service(s) to a Workspace ALIASES $ aio console ws api add ``` ## `aio console ws api list` List API services currently subscribed to a Workspace ``` USAGE $ aio console ws api list --projectName --workspaceName [--help] [--orgId ] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --orgId= Organization id --projectName= (required) Name of the project containing the workspace --workspaceName= (required) Name of the workspace to list services for DESCRIPTION List API services currently subscribed to a Workspace ALIASES $ aio console workspace api ls $ aio console ws api list $ aio console ws api ls ``` ## `aio console ws api ls` List API services currently subscribed to a Workspace ``` USAGE $ aio console ws api ls --projectName --workspaceName [--help] [--orgId ] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --orgId= Organization id --projectName= (required) Name of the project containing the workspace --workspaceName= (required) Name of the workspace to list services for DESCRIPTION List API services currently subscribed to a Workspace ALIASES $ aio console workspace api ls $ aio console ws api list $ aio console ws api ls ``` ## `aio console ws create` Create a new Workspace in the specified Project ``` USAGE $ aio console ws create --projectName --name [--help] [--orgId ] [--title ] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --name= (required) Name of the workspace --orgId= OrgID of the organization that contains the project to create the workspace in --projectName= (required) Name of the project to create the workspace in --title= Title of the workspace, defaults to the name DESCRIPTION Create a new Workspace in the specified Project ALIASES $ aio console workspace init $ aio console ws create $ aio console ws init ``` ## `aio console ws dl [DESTINATION]` Downloads the configuration for the selected Workspace ``` USAGE $ aio console ws dl [DESTINATION] [--help] [--orgId ] [--projectId ] [--workspaceId ] ARGUMENTS [DESTINATION] Output file name or folder name where the Console Workspace configuration file should be saved FLAGS --help Show help --orgId= Organization id of the Console Workspace configuration to download --projectId= Project id of the Console Workspace configuration to download --workspaceId= 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 ``` ## `aio console ws download [DESTINATION]` Downloads the configuration for the selected Workspace ``` USAGE $ aio console ws download [DESTINATION] [--help] [--orgId ] [--projectId ] [--workspaceId ] ARGUMENTS [DESTINATION] Output file name or folder name where the Console Workspace configuration file should be saved FLAGS --help Show help --orgId= Organization id of the Console Workspace configuration to download --projectId= Project id of the Console Workspace configuration to download --workspaceId= 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 ``` ## `aio console ws init` Create a new Workspace in the specified Project ``` USAGE $ aio console ws init --projectName --name [--help] [--orgId ] [--title ] [-j | -y] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --name= (required) Name of the workspace --orgId= OrgID of the organization that contains the project to create the workspace in --projectName= (required) Name of the project to create the workspace in --title= Title of the workspace, defaults to the name DESCRIPTION Create a new Workspace in the specified Project ALIASES $ aio console workspace init $ aio console ws create $ aio console ws init ``` ## `aio console ws list` List your Workspaces for your selected Project ``` USAGE $ aio console ws list [--help] [-j | -y] [--orgId ] [--projectId ] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --orgId= Organization id of the Console Workspaces to list --projectId= 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 ``` ## `aio console ws ls` List your Workspaces for your selected Project ``` USAGE $ aio console ws ls [--help] [-j | -y] [--orgId ] [--projectId ] FLAGS -j, --json Output json -y, --yml Output yml --help Show help --orgId= Organization id of the Console Workspaces to list --projectId= 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 ``` ## `aio console ws sel [WORKSPACEIDORNAME]` Select a Workspace for the selected Project ``` USAGE $ aio console ws sel [WORKSPACEIDORNAME] [--help] [--orgId ] [--projectId ] ARGUMENTS [WORKSPACEIDORNAME] Adobe Developer Console Workspace id or Workspace name FLAGS --help Show help --orgId= Organization id of the Console Workspace to select --projectId= 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 ``` ## `aio console ws select [WORKSPACEIDORNAME]` Select a Workspace for the selected Project ``` USAGE $ aio console ws select [WORKSPACEIDORNAME] [--help] [--orgId ] [--projectId ] ARGUMENTS [WORKSPACEIDORNAME] Adobe Developer Console Workspace id or Workspace name FLAGS --help Show help --orgId= Organization id of the Console Workspace to select --projectId= 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 ``` ## `aio open` Open the developer console for the selected Organization, Project and Workspace ``` USAGE $ aio open [--help] FLAGS --help Show help DESCRIPTION Open the developer console for the selected Organization, Project and Workspace ALIASES $ aio open ``` ## `aio where` Show the currently selected Organization, Project and Workspace ``` USAGE $ aio 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 ```