Skip to content

Commit

Permalink
3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Jul 28, 2021
1 parent f03141c commit e85b9aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ OPTIONS
--help Show help
```

_See code: [src/commands/console/index.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.3.1/src/commands/console/index.js)_
_See code: [src/commands/console/index.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.4.0/src/commands/console/index.js)_

## `aio console:org`

Expand All @@ -80,7 +80,7 @@ OPTIONS
--help Show help
```

_See code: [src/commands/console/org/index.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.3.1/src/commands/console/org/index.js)_
_See code: [src/commands/console/org/index.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.4.0/src/commands/console/org/index.js)_

## `aio console:org:list`

Expand All @@ -101,7 +101,7 @@ ALIASES
$ aio console:org:ls
```

_See code: [src/commands/console/org/list.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.3.1/src/commands/console/org/list.js)_
_See code: [src/commands/console/org/list.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.4.0/src/commands/console/org/list.js)_

## `aio console:org:select [ORGCODE]`

Expand All @@ -123,7 +123,7 @@ ALIASES
$ aio console:org:sel
```

_See code: [src/commands/console/org/select.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.3.1/src/commands/console/org/select.js)_
_See code: [src/commands/console/org/select.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.4.0/src/commands/console/org/select.js)_

## `aio console:project`

Expand All @@ -139,7 +139,7 @@ OPTIONS
--help Show help
```

_See code: [src/commands/console/project/index.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.3.1/src/commands/console/project/index.js)_
_See code: [src/commands/console/project/index.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.4.0/src/commands/console/project/index.js)_

## `aio console:project:list`

Expand All @@ -161,7 +161,7 @@ ALIASES
$ aio console:project:ls
```

_See code: [src/commands/console/project/list.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.3.1/src/commands/console/project/list.js)_
_See code: [src/commands/console/project/list.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.4.0/src/commands/console/project/list.js)_

## `aio console:project:select [PROJECTIDORNAME]`

Expand All @@ -184,7 +184,7 @@ ALIASES
$ aio console:project:sel
```

_See code: [src/commands/console/project/select.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.3.1/src/commands/console/project/select.js)_
_See code: [src/commands/console/project/select.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.4.0/src/commands/console/project/select.js)_

## `aio console:where`

Expand All @@ -205,7 +205,7 @@ ALIASES
$ aio where
```

_See code: [src/commands/console/where/index.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.3.1/src/commands/console/where/index.js)_
_See code: [src/commands/console/where/index.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.4.0/src/commands/console/where/index.js)_

## `aio console:workspace`

Expand All @@ -224,7 +224,7 @@ ALIASES
$ aio console:ws
```

_See code: [src/commands/console/workspace/index.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.3.1/src/commands/console/workspace/index.js)_
_See code: [src/commands/console/workspace/index.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.4.0/src/commands/console/workspace/index.js)_

## `aio console:workspace:download [DESTINATION]`

Expand All @@ -251,7 +251,7 @@ ALIASES
$ aio console:ws:dl
```

_See code: [src/commands/console/workspace/download.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.3.1/src/commands/console/workspace/download.js)_
_See code: [src/commands/console/workspace/download.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.4.0/src/commands/console/workspace/download.js)_

## `aio console:workspace:list`

Expand All @@ -276,7 +276,7 @@ ALIASES
$ aio console:ws:ls
```

_See code: [src/commands/console/workspace/list.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.3.1/src/commands/console/workspace/list.js)_
_See code: [src/commands/console/workspace/list.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.4.0/src/commands/console/workspace/list.js)_

## `aio console:workspace:select [WORKSPACEIDORNAME]`

Expand All @@ -302,5 +302,5 @@ ALIASES
$ aio console:ws:sel
```

_See code: [src/commands/console/workspace/select.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.3.1/src/commands/console/workspace/select.js)_
_See code: [src/commands/console/workspace/select.js](https://github.com/adobe/aio-cli-plugin-console/blob/3.4.0/src/commands/console/workspace/select.js)_
<!-- commandsstop -->
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": "3.3.1",
"version": "3.4.0",
"author": "Adobe Inc.",
"bugs": "https://github.com/adobe/aio-cli-plugin-console/issues",
"dependencies": {
Expand Down

0 comments on commit e85b9aa

Please sign in to comment.