Skip to content

Commit

Permalink
Incremented version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
justinedelson committed Sep 13, 2019
1 parent f9da194 commit 8904519
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ EXAMPLES
$ aio cloudmanager:advance-current-execution --programId=PROGRAM_ID PIPELINE_ID
```

_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/index.js)_
_See code: [src/commands/cloudmanager/index.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/index.js)_

## `aio cloudmanager:advance-current-execution PIPELINEID`

Expand All @@ -137,7 +137,7 @@ OPTIONS
-r, --passphrase=passphrase the passphrase for the private-key
```

_See code: [src/commands/cloudmanager/advance-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/advance-current-execution.js)_
_See code: [src/commands/cloudmanager/advance-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/advance-current-execution.js)_

## `aio cloudmanager:cancel-current-execution PIPELINEID`

Expand All @@ -155,7 +155,7 @@ OPTIONS
-r, --passphrase=passphrase the passphrase for the private-key
```

_See code: [src/commands/cloudmanager/cancel-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/cancel-current-execution.js)_
_See code: [src/commands/cloudmanager/cancel-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/cancel-current-execution.js)_

## `aio cloudmanager:get-current-execution PIPELINEID`

Expand All @@ -173,7 +173,7 @@ OPTIONS
-r, --passphrase=passphrase the passphrase for the private-key
```

_See code: [src/commands/cloudmanager/get-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/get-current-execution.js)_
_See code: [src/commands/cloudmanager/get-current-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/get-current-execution.js)_

## `aio cloudmanager:get-quality-gate-results PIPELINEID EXECUTIONID ACTION`

Expand All @@ -193,7 +193,7 @@ OPTIONS
-r, --passphrase=passphrase the passphrase for the private-key
```

_See code: [src/commands/cloudmanager/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/get-quality-gate-results.js)_
_See code: [src/commands/cloudmanager/get-quality-gate-results.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/get-quality-gate-results.js)_

## `aio cloudmanager:list-current-executions`

Expand All @@ -208,7 +208,7 @@ OPTIONS
-r, --passphrase=passphrase the passphrase for the private-key
```

_See code: [src/commands/cloudmanager/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/list-current-executions.js)_
_See code: [src/commands/cloudmanager/list-current-executions.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/list-current-executions.js)_

## `aio cloudmanager:list-environments`

Expand All @@ -223,7 +223,7 @@ OPTIONS
-r, --passphrase=passphrase the passphrase for the private-key
```

_See code: [src/commands/cloudmanager/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/list-environments.js)_
_See code: [src/commands/cloudmanager/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/list-environments.js)_

## `aio cloudmanager:list-pipelines`

Expand All @@ -238,7 +238,7 @@ OPTIONS
-r, --passphrase=passphrase the passphrase for the private-key
```

_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/list-pipelines.js)_
_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/list-pipelines.js)_

## `aio cloudmanager:list-programs`

Expand All @@ -253,7 +253,7 @@ OPTIONS
-r, --passphrase=passphrase the passphrase for the private-key
```

_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/list-programs.js)_
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/list-programs.js)_

## `aio cloudmanager:start-execution PIPELINEID`

Expand All @@ -271,7 +271,7 @@ OPTIONS
-r, --passphrase=passphrase the passphrase for the private-key
```

_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.3/src/commands/cloudmanager/start-execution.js)_
_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/v0.1.4/src/commands/cloudmanager/start-execution.js)_
<!-- commandsstop -->

# Development
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-cloudmanager",
"description": "Cloud Manager commands for the Adobe I/O CLI",
"version": "0.1.3",
"version": "0.1.4",
"author": "Adobe Inc.",
"bugs": "https://github.com/adobe/aio-cli-plugin-cloudmanager/issues",
"dependencies": {
Expand Down

0 comments on commit 8904519

Please sign in to comment.