Skip to content

Commit

Permalink
Incremented version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinedelson committed Oct 18, 2019
1 parent 29dad9b commit 2160a33
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ EXAMPLES
$ aio cloudmanager:tail-logs --programId=PROGRAM_ID ENVIRONMENT_ID SERVICE NAME
```

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

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

Expand All @@ -167,7 +167,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/0.2.1/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/0.3.0/src/commands/cloudmanager/advance-current-execution.js)_

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

Expand All @@ -185,7 +185,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/0.2.1/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/0.3.0/src/commands/cloudmanager/cancel-current-execution.js)_

## `aio cloudmanager:delete-pipeline PIPELINEID`

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

_See code: [src/commands/cloudmanager/delete-pipeline.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/delete-pipeline.js)_
_See code: [src/commands/cloudmanager/delete-pipeline.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.0/src/commands/cloudmanager/delete-pipeline.js)_

## `aio cloudmanager:download-logs ENVIRONMENTID SERVICE NAME [DAYS]`

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

_See code: [src/commands/cloudmanager/download-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/download-logs.js)_
_See code: [src/commands/cloudmanager/download-logs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.0/src/commands/cloudmanager/download-logs.js)_

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

Expand All @@ -246,7 +246,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/0.2.1/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/0.3.0/src/commands/cloudmanager/get-current-execution.js)_

## `aio cloudmanager:get-execution-step-details PIPELINEID EXECUTIONID`

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

_See code: [src/commands/cloudmanager/get-execution-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/get-execution-step-details.js)_
_See code: [src/commands/cloudmanager/get-execution-step-details.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.0/src/commands/cloudmanager/get-execution-step-details.js)_

## `aio cloudmanager:get-execution-step-log PIPELINEID EXECUTIONID ACTION`

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

_See code: [src/commands/cloudmanager/get-execution-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/get-execution-step-log.js)_
_See code: [src/commands/cloudmanager/get-execution-step-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.0/src/commands/cloudmanager/get-execution-step-log.js)_

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

Expand All @@ -306,7 +306,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/0.2.1/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/0.3.0/src/commands/cloudmanager/get-quality-gate-results.js)_

## `aio cloudmanager:list-available-log-options ENVIRONMENTID`

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

_See code: [src/commands/cloudmanager/list-available-log-options.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/list-available-log-options.js)_
_See code: [src/commands/cloudmanager/list-available-log-options.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.0/src/commands/cloudmanager/list-available-log-options.js)_

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

Expand All @@ -339,7 +339,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/0.2.1/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/0.3.0/src/commands/cloudmanager/list-current-executions.js)_

## `aio cloudmanager:list-environments`

Expand All @@ -354,7 +354,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/0.2.1/src/commands/cloudmanager/list-environments.js)_
_See code: [src/commands/cloudmanager/list-environments.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.0/src/commands/cloudmanager/list-environments.js)_

## `aio cloudmanager:list-pipelines`

Expand All @@ -369,7 +369,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/0.2.1/src/commands/cloudmanager/list-pipelines.js)_
_See code: [src/commands/cloudmanager/list-pipelines.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.0/src/commands/cloudmanager/list-pipelines.js)_

## `aio cloudmanager:list-programs`

Expand All @@ -384,7 +384,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/0.2.1/src/commands/cloudmanager/list-programs.js)_
_See code: [src/commands/cloudmanager/list-programs.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.0/src/commands/cloudmanager/list-programs.js)_

## `aio cloudmanager:start-execution PIPELINEID`

Expand All @@ -402,7 +402,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/0.2.1/src/commands/cloudmanager/start-execution.js)_
_See code: [src/commands/cloudmanager/start-execution.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.0/src/commands/cloudmanager/start-execution.js)_

## `aio cloudmanager:tail-log ENVIRONMENTID SERVICE NAME`

Expand All @@ -425,7 +425,7 @@ ALIASES
$ aio cloudmanager:tail-logs
```

_See code: [src/commands/cloudmanager/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/tail-log.js)_
_See code: [src/commands/cloudmanager/tail-log.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.0/src/commands/cloudmanager/tail-log.js)_

## `aio cloudmanager:update-pipeline PIPELINEID`

Expand All @@ -445,7 +445,7 @@ OPTIONS
--repositoryId=repositoryId the new repositoryId
```

_See code: [src/commands/cloudmanager/update-pipeline.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.2.1/src/commands/cloudmanager/update-pipeline.js)_
_See code: [src/commands/cloudmanager/update-pipeline.js](https://github.com/adobe/aio-cli-plugin-cloudmanager/blob/0.3.0/src/commands/cloudmanager/update-pipeline.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.2.1",
"version": "0.3.0",
"author": "Adobe Inc.",
"bugs": "https://github.com/adobe/aio-cli-plugin-cloudmanager/issues",
"dependencies": {
Expand Down

0 comments on commit 2160a33

Please sign in to comment.