Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Mar 9, 2023
1 parent a7df0b5 commit 8ec55f6
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 5 deletions.
45 changes: 41 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ $ aio console --help
# Commands
<!-- commands -->
* [`aio console`](#aio-console)
* [`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)
Expand Down Expand Up @@ -67,6 +68,7 @@ $ aio console --help
* [`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`
Expand All @@ -84,7 +86,25 @@ 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/4.0.1/src/commands/console/index.js)_
_See code: [src/commands/console/index.js](https://github.com/adobe/aio-cli-plugin-console/blob/4.1.0/src/commands/console/index.js)_

## `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
```

## `aio console org`

Expand Down Expand Up @@ -305,7 +325,7 @@ Delete a public key certificate from the selected Workspace

```
USAGE
$ aio console publickey delete [IDORFINGERPRINT] [--help] [--orgId <value>] [--projectId <value>] [--workspaceId
$ aio console publickey delete IDORFINGERPRINT [--help] [--orgId <value>] [--projectId <value>] [--workspaceId
<value>]
ARGUMENTS
Expand Down Expand Up @@ -347,8 +367,7 @@ Upload a public key certificate to the selected Workspace

```
USAGE
$ aio console publickey upload [FILE] [--help] [--orgId <value>] [--projectId <value>] [--workspaceId <value>] [-j |
-y]
$ 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
Expand Down Expand Up @@ -722,6 +741,24 @@ ALIASES
$ 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@adobe/aio-cli-plugin-console",
"description": "Console plugin for the Adobe I/O CLI",
"version": "4.0.1",
"version": "4.1.0",
"author": "Adobe Inc.",
"bugs": "https://github.com/adobe/aio-cli-plugin-console/issues",
"dependencies": {
Expand Down

0 comments on commit 8ec55f6

Please sign in to comment.