| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Console Integration Plugin for the Adobe I/O CLI
$ aio plugins:install -g @adobe/aio-cli-plugin-console
$ # OR
$ aio discover -i
$ aio console --helpConsole 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
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
List API services available to the Organization
USAGE
$ aio console api list [--help] [--orgId <value>] [-j | -y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--orgId=<value> Organization id
DESCRIPTION
List API services available to the Organization
ALIASES
$ aio console api ls
See code: src/commands/console/api/list.js
List API services available to the Organization
USAGE
$ aio console api ls [--help] [--orgId <value>] [-j | -y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--orgId=<value> Organization id
DESCRIPTION
List API services available to the Organization
ALIASES
$ aio console api ls
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
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
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
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
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
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
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
Create a new App Builder Project for the selected Organization
USAGE
$ aio console project create -n <value> [--help] [-o <value>] [-t <value>] [-d <value>] [-j | -y]
FLAGS
-d, --description=<value> Description of the project, defaults to the name
-j, --json Output json
-n, --name=<value> (required) Name of the project
-o, --orgId=<value> OrgID to create the project in
-t, --title=<value> 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
Create a new App Builder Project for the selected Organization
USAGE
$ aio console project init -n <value> [--help] [-o <value>] [-t <value>] [-d <value>] [-j | -y]
FLAGS
-d, --description=<value> Description of the project, defaults to the name
-j, --json Output json
-n, --name=<value> (required) Name of the project
-o, --orgId=<value> OrgID to create the project in
-t, --title=<value> 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
List 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
List your Projects for the selected Organization
USAGE
$ aio console project ls [--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
Select a Project for the selected Organization
USAGE $ aio console project sel [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
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
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
Delete 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
List 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
Upload 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
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
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
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
Add API service(s) to a Workspace
USAGE
$ aio console workspace api add --projectName <value> --workspaceName <value> --service-code <value> [--help] [--orgId
<value>] [--license-config <value>...] [-j | -y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--license-config=<value>... Product profile(s) for a service, format:
'<sdkCode>=<profileNameOrIdOrProductId>[,<profileNameOrIdOrProductId>...]'. Repeat
for multiple services.
--orgId=<value> Organization id
--projectName=<value> (required) Name of the project containing the workspace
--service-code=<value> (required) Comma-separated list of API service codes to add (e.g.
AssetComputeSDK,AdobeAnalyticsSDK)
--workspaceName=<value> (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
List API services currently subscribed to a Workspace
USAGE
$ aio console workspace api list --projectName <value> --workspaceName <value> [--help] [--orgId <value>] [-j | -y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--orgId=<value> Organization id
--projectName=<value> (required) Name of the project containing the workspace
--workspaceName=<value> (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
List API services currently subscribed to a Workspace
USAGE
$ aio console workspace api ls --projectName <value> --workspaceName <value> [--help] [--orgId <value>] [-j | -y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--orgId=<value> Organization id
--projectName=<value> (required) Name of the project containing the workspace
--workspaceName=<value> (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
Create a new Workspace in the specified Project
USAGE
$ aio console workspace create --projectName <value> --name <value> [--help] [--orgId <value>] [--title <value>] [-j |
-y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--name=<value> (required) Name of the workspace
--orgId=<value> OrgID of the organization that contains the project to create the workspace in
--projectName=<value> (required) Name of the project to create the workspace in
--title=<value> 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
Downloads the configuration for the selected Workspace
USAGE $ aio console workspace dl [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
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
Create a new Workspace in the specified Project
USAGE
$ aio console workspace init --projectName <value> --name <value> [--help] [--orgId <value>] [--title <value>] [-j |
-y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--name=<value> (required) Name of the workspace
--orgId=<value> OrgID of the organization that contains the project to create the workspace in
--projectName=<value> (required) Name of the project to create the workspace in
--title=<value> 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
List 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
List your Workspaces for your selected Project
USAGE
$ aio console workspace ls [--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
Select a Workspace for the selected Project
USAGE $ aio console workspace sel [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
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
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
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
Add API service(s) to a Workspace
USAGE
$ aio console ws api add --projectName <value> --workspaceName <value> --service-code <value> [--help] [--orgId
<value>] [--license-config <value>...] [-j | -y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--license-config=<value>... Product profile(s) for a service, format:
'<sdkCode>=<profileNameOrIdOrProductId>[,<profileNameOrIdOrProductId>...]'. Repeat
for multiple services.
--orgId=<value> Organization id
--projectName=<value> (required) Name of the project containing the workspace
--service-code=<value> (required) Comma-separated list of API service codes to add (e.g.
AssetComputeSDK,AdobeAnalyticsSDK)
--workspaceName=<value> (required) Name of the workspace to add the API to
DESCRIPTION
Add API service(s) to a Workspace
ALIASES
$ aio console ws api add
List API services currently subscribed to a Workspace
USAGE
$ aio console ws api list --projectName <value> --workspaceName <value> [--help] [--orgId <value>] [-j | -y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--orgId=<value> Organization id
--projectName=<value> (required) Name of the project containing the workspace
--workspaceName=<value> (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
List API services currently subscribed to a Workspace
USAGE
$ aio console ws api ls --projectName <value> --workspaceName <value> [--help] [--orgId <value>] [-j | -y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--orgId=<value> Organization id
--projectName=<value> (required) Name of the project containing the workspace
--workspaceName=<value> (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
Create a new Workspace in the specified Project
USAGE
$ aio console ws create --projectName <value> --name <value> [--help] [--orgId <value>] [--title <value>] [-j | -y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--name=<value> (required) Name of the workspace
--orgId=<value> OrgID of the organization that contains the project to create the workspace in
--projectName=<value> (required) Name of the project to create the workspace in
--title=<value> 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
Downloads the configuration for the selected Workspace
USAGE $ aio console ws dl [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
Downloads the configuration for the selected Workspace
USAGE $ aio console ws 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
Create a new Workspace in the specified Project
USAGE
$ aio console ws init --projectName <value> --name <value> [--help] [--orgId <value>] [--title <value>] [-j | -y]
FLAGS
-j, --json Output json
-y, --yml Output yml
--help Show help
--name=<value> (required) Name of the workspace
--orgId=<value> OrgID of the organization that contains the project to create the workspace in
--projectName=<value> (required) Name of the project to create the workspace in
--title=<value> 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
List your Workspaces for your selected Project
USAGE
$ aio console ws 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
List your Workspaces for your selected Project
USAGE
$ aio console ws ls [--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
Select a Workspace for the selected Project
USAGE $ aio console ws sel [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
Select a Workspace for the selected Project
USAGE $ aio console ws 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
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
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
| Back | FazBrowse Home | New Git URL |