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

@adobe/aio-cli-plugin-console

Package Overview
Dependencies
Maintainers
21
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/aio-cli-plugin-console

Console plugin for the Adobe I/O CLI

  • 3.5.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.3K
decreased by-0.58%
Maintainers
21
Weekly downloads
 
Created
Source

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.ts

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.ts

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.ts

aio console:org:select [ORGCODE]

Select an Organization

USAGE
  $ aio console:org:select [ORGCODE]

ARGUMENTS
  ORGCODE  Adobe Developer Console Org code

OPTIONS
  --help  Show help

ALIASES
  $ aio console:org:sel

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

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.ts

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.ts

aio console:project:select [PROJECTIDORNAME]

Select a Project for the selected Organization

USAGE
  $ aio console:project:select [PROJECTIDORNAME]

ARGUMENTS
  PROJECTIDORNAME  Adobe Developer Console Project id or Project name

OPTIONS
  --help         Show help
  --orgId=orgId  Organization id of the Console Project to select

ALIASES
  $ aio console:project:sel

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

aio console:publickey

Manage Public Key Bindings for your Adobe I/O Console Workspaces

USAGE
  $ aio console:publickey

OPTIONS
  --help  Show help

See code: src/commands/console/publickey/index.ts

aio console:publickey:delete IDORFINGERPRINT

Delete a public key certificate from the selected Workspace

USAGE
  $ aio console:publickey:delete IDORFINGERPRINT

ARGUMENTS
  IDORFINGERPRINT  The bindingId or the fingerprint of the public key binding to delete

OPTIONS
  --help                     Show help
  --orgId=orgId              Organization id of the Console Workspace to delete the public key certificate from
  --projectId=projectId      Project id of the Console Workspace to delete the public key certificate from
  --workspaceId=workspaceId  Workspace id of the Console Workspace to delete the public key certificate from

See code: src/commands/console/publickey/delete.ts

aio console:publickey:list

List the public key certificates bound to the selected Workspace

USAGE
  $ aio console:publickey:list

OPTIONS
  -j, --json                 Output json
  -y, --yml                  Output yml
  --help                     Show help
  --orgId=orgId              Organization id of the Console Workspace to list the public key certificates for
  --projectId=projectId      Project id of the Console Workspace to list the public key certificate for
  --workspaceId=workspaceId  Workspace id of the Console Workspace to list the public key certificate for

See code: src/commands/console/publickey/list.ts

aio console:publickey:upload FILE

Upload a public key certificate to the selected Workspace

USAGE
  $ aio console:publickey:upload FILE

ARGUMENTS
  FILE  Path to public key certificate file in PEM format

OPTIONS
  -j, --json                 Output json
  -y, --yml                  Output yml
  --help                     Show help
  --orgId=orgId              Organization id of the Console Workspace to upload the public key certificate to
  --projectId=projectId      Project id of the Console Workspace to upload the public key certificate to
  --workspaceId=workspaceId  Workspace id of the Console Workspace to upload the public key certificate to

See code: src/commands/console/publickey/upload.ts

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.ts

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.ts

aio console:workspace:download [DESTINATION]

Downloads the configuration for the selected Workspace

USAGE
  $ aio console:workspace:download [DESTINATION]

ARGUMENTS
  DESTINATION  Output file name or folder name where the Console Workspace configuration file should be saved

OPTIONS
  --help                     Show help
  --orgId=orgId              Organization id of the Console Workspace configuration to download
  --projectId=projectId      Project id of the Console Workspace configuration to download
  --workspaceId=workspaceId  Workspace id of the Console Workspace configuration to download

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

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

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
  --orgId=orgId          Organization id of the Console Workspaces to list
  --projectId=projectId  Project id of the Console Workspaces to list

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

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

aio console:workspace:select [WORKSPACEIDORNAME]

Select a Workspace for the selected Project

USAGE
  $ aio console:workspace:select [WORKSPACEIDORNAME]

ARGUMENTS
  WORKSPACEIDORNAME  Adobe Developer Console Workspace id or Workspace name

OPTIONS
  --help                 Show help
  --orgId=orgId          Organization id of the Console Workspace to select
  --projectId=projectId  Project id of the Console Workspace to select

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

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

Keywords

FAQs

Package last updated on 15 Jun 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