From 32bb425590e8171005066071b622760d7b2320a5 Mon Sep 17 00:00:00 2001 From: Chathuranga Dassanayake Date: Sun, 24 Jan 2021 16:28:25 +0530 Subject: [PATCH] v0.1.7 --- README.md | 28 ++++++++++++++-------------- package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 152c06b..c29ba89 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $ npm install -g platformer-cli $ platformer COMMAND running command... $ platformer (-v|--version|version) -platformer-cli/0.1.5 linux-x64 node-v14.15.1 +platformer-cli/0.1.6 linux-x64 node-v14.15.1 $ platformer --help [COMMAND] USAGE $ platformer COMMAND @@ -90,7 +90,7 @@ OPTIONS -h, --help show CLI help ``` -_See code: [src/commands/apply.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/apply.ts)_ +_See code: [src/commands/apply.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/apply.ts)_ ## `platformer cluster:connect [CLUSTER]` @@ -115,7 +115,7 @@ EXAMPLES $ platformer connect:cluster --organization --project # override context defaults ``` -_See code: [src/commands/cluster/connect.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/cluster/connect.ts)_ +_See code: [src/commands/cluster/connect.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/cluster/connect.ts)_ ## `platformer cluster:list` @@ -137,7 +137,7 @@ OPTIONS --no-truncate do not truncate output to fit screen ``` -_See code: [src/commands/cluster/list.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/cluster/list.ts)_ +_See code: [src/commands/cluster/list.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/cluster/list.ts)_ ## `platformer context:add NAME` @@ -154,7 +154,7 @@ OPTIONS -h, --help show CLI help ``` -_See code: [src/commands/context/add.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/context/add.ts)_ +_See code: [src/commands/context/add.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/context/add.ts)_ ## `platformer context:list` @@ -174,7 +174,7 @@ OPTIONS --no-truncate do not truncate output to fit screen ``` -_See code: [src/commands/context/list.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/context/list.ts)_ +_See code: [src/commands/context/list.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/context/list.ts)_ ## `platformer context:remove NAME` @@ -191,7 +191,7 @@ OPTIONS -h, --help show CLI help ``` -_See code: [src/commands/context/remove.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/context/remove.ts)_ +_See code: [src/commands/context/remove.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/context/remove.ts)_ ## `platformer help [COMMAND]` @@ -229,7 +229,7 @@ OPTIONS -h, --help show CLI help ``` -_See code: [src/commands/import.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/import.ts)_ +_See code: [src/commands/import.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/import.ts)_ ## `platformer login` @@ -240,7 +240,7 @@ USAGE $ platformer login ``` -_See code: [src/commands/login.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/login.ts)_ +_See code: [src/commands/login.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/login.ts)_ ## `platformer logout` @@ -256,7 +256,7 @@ OPTIONS --context=default|devx|devc [default: devx] Name of a specific context to log out from (defaults to current context) ``` -_See code: [src/commands/logout.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/logout.ts)_ +_See code: [src/commands/logout.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/logout.ts)_ ## `platformer select:context [NAME]` @@ -273,7 +273,7 @@ OPTIONS -h, --help show CLI help ``` -_See code: [src/commands/select/context.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/select/context.ts)_ +_See code: [src/commands/select/context.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/select/context.ts)_ ## `platformer select:environment [ENVIRONMENT]` @@ -301,7 +301,7 @@ EXAMPLES $ platformer select:env ``` -_See code: [src/commands/select/environment.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/select/environment.ts)_ +_See code: [src/commands/select/environment.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/select/environment.ts)_ ## `platformer select:organization [ORGANIZATION]` @@ -328,7 +328,7 @@ EXAMPLES $ platformer select:org ``` -_See code: [src/commands/select/organization.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/select/organization.ts)_ +_See code: [src/commands/select/organization.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/select/organization.ts)_ ## `platformer select:project [PROJECT]` @@ -355,5 +355,5 @@ EXAMPLES $ platformer select:project ``` -_See code: [src/commands/select/project.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/select/project.ts)_ +_See code: [src/commands/select/project.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/select/project.ts)_ diff --git a/package.json b/package.json index 953b336..a25a4d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "platformer-cli", "description": "Command Line Interface for the Platformer Console", - "version": "0.1.6", + "version": "0.1.7", "author": "binura.g@platformer.com, chamod.p@platformer.com", "bin": { "platformer": "./bin/run"