diff --git a/README.md b/README.md index 83da45a..4f045b8 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.0 win32-x64 node-v14.8.0 +platformer-cli/0.1.2 linux-x64 node-v14.15.1 $ platformer --help [COMMAND] USAGE $ platformer COMMAND @@ -83,14 +83,14 @@ ARGUMENTS OPTIONS -A, --all Log out of all contexts - -E, --environment=environment Environment Name - -O, --organization=organization [default: Platformer Beta Testers] Organization Name - -P, --project=project [default: beta-test-1] Project Name + -E, --environment=environment [default: default-env] Environment Name + -O, --organization=organization [default: Demo Organization 1] Organization Name + -P, --project=project [default: Demo Project] Project Name -T, --target-ns=target-ns Target namespace -h, --help show CLI help ``` -_See code: [src\commands\apply.ts](https://github.com/platformercloud/cli/blob/v0.1.0/src\commands\apply.ts)_ +_See code: [src/commands/apply.ts](https://github.com/platformercloud/cli/blob/v0.1.2/src/commands/apply.ts)_ ## `platformer cluster:connect [CLUSTER]` @@ -105,8 +105,8 @@ ARGUMENTS your kubeconfig). If not provided, the CLI will enter an interactive mode to select a Cluster. OPTIONS - -O, --organization=organization [default: Platformer Beta Testers] Organization Name - -P, --project=project [default: beta-test-1] Project Name + -O, --organization=organization [default: Demo Organization 1] Organization Name + -P, --project=project [default: Demo Project] Project Name -h, --help show CLI help EXAMPLES @@ -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.0/src\commands\cluster\connect.ts)_ +_See code: [src/commands/cluster/connect.ts](https://github.com/platformercloud/cli/blob/v0.1.2/src/commands/cluster/connect.ts)_ ## `platformer cluster:list` @@ -126,8 +126,8 @@ USAGE $ platformer cluster:list OPTIONS - -O, --organization=organization [default: Platformer Beta Testers] Organization Name - -P, --project=project [default: beta-test-1] Project Name + -O, --organization=organization [default: Demo Organization 1] Organization Name + -P, --project=project [default: Demo Project] Project Name -h, --help show CLI help -x, --extended show extra columns --columns=columns only show provided columns (comma-seperated) @@ -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.0/src\commands\cluster\list.ts)_ +_See code: [src/commands/cluster/list.ts](https://github.com/platformercloud/cli/blob/v0.1.2/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.0/src\commands\context\add.ts)_ +_See code: [src/commands/context/add.ts](https://github.com/platformercloud/cli/blob/v0.1.2/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.0/src\commands\context\list.ts)_ +_See code: [src/commands/context/list.ts](https://github.com/platformercloud/cli/blob/v0.1.2/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.0/src\commands\context\remove.ts)_ +_See code: [src/commands/context/remove.ts](https://github.com/platformercloud/cli/blob/v0.1.2/src/commands/context/remove.ts)_ ## `platformer help [COMMAND]` @@ -208,7 +208,7 @@ OPTIONS --all see all commands in CLI ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0/src\commands\help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0/src/commands/help.ts)_ ## `platformer import` @@ -221,15 +221,15 @@ USAGE OPTIONS -A, --all Log out of all contexts -C, --cluster=cluster (required) Cluster Name - -E, --environment=environment Environment Name + -E, --environment=environment [default: default-env] Environment Name -N, --namespace=namespace (required) Namspace - -O, --organization=organization [default: Platformer Beta Testers] Organization Name - -P, --project=project [default: beta-test-1] Project Name + -O, --organization=organization [default: Demo Organization 1] Organization Name + -P, --project=project [default: Demo Project] Project Name -T, --target-ns=target-ns Target namespace -h, --help show CLI help ``` -_See code: [src\commands\import.ts](https://github.com/platformercloud/cli/blob/v0.1.0/src\commands\import.ts)_ +_See code: [src/commands/import.ts](https://github.com/platformercloud/cli/blob/v0.1.2/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.0/src\commands\login.ts)_ +_See code: [src/commands/login.ts](https://github.com/platformercloud/cli/blob/v0.1.2/src/commands/login.ts)_ ## `platformer logout` @@ -251,12 +251,12 @@ USAGE $ platformer logout OPTIONS - -A, --all Log out of all contexts - -h, --help show CLI help - --context=default [default: default] Name of a specific context to log out from (defaults to current context) + -A, --all Log out of all contexts + -h, --help show CLI help + --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.0/src\commands\logout.ts)_ +_See code: [src/commands/logout.ts](https://github.com/platformercloud/cli/blob/v0.1.2/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.0/src\commands\select\context.ts)_ +_See code: [src/commands/select/context.ts](https://github.com/platformercloud/cli/blob/v0.1.2/src/commands/select/context.ts)_ ## `platformer select:environment [ENVIRONMENT]` @@ -288,8 +288,8 @@ ARGUMENTS interactive prompt to select an Environment. OPTIONS - -O, --organization=organization [default: Platformer Beta Testers] Organization Name - -P, --project=project [default: beta-test-1] Project Name + -O, --organization=organization [default: Demo Organization 1] Organization Name + -P, --project=project [default: Demo Project] Project Name -h, --help show CLI help ALIASES @@ -301,7 +301,7 @@ EXAMPLES $ platformer select:env ``` -_See code: [src\commands\select\environment.ts](https://github.com/platformercloud/cli/blob/v0.1.0/src\commands\select\environment.ts)_ +_See code: [src/commands/select/environment.ts](https://github.com/platformercloud/cli/blob/v0.1.2/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.0/src\commands\select\organization.ts)_ +_See code: [src/commands/select/organization.ts](https://github.com/platformercloud/cli/blob/v0.1.2/src/commands/select/organization.ts)_ ## `platformer select:project [PROJECT]` @@ -343,7 +343,7 @@ ARGUMENTS interactive prompt to select an Project. OPTIONS - -O, --organization=organization [default: Platformer Beta Testers] organization name + -O, --organization=organization [default: Demo Organization 1] organization name -h, --help show CLI help ALIASES @@ -355,5 +355,5 @@ EXAMPLES $ platformer select:project ``` -_See code: [src\commands\select\project.ts](https://github.com/platformercloud/cli/blob/v0.1.0/src\commands\select\project.ts)_ +_See code: [src/commands/select/project.ts](https://github.com/platformercloud/cli/blob/v0.1.2/src/commands/select/project.ts)_ diff --git a/package.json b/package.json index 71ff26d..09a6b96 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.2", + "version": "0.1.3", "author": "binura.g@platformer.com, chamod.p@platformer.com", "bin": { "platformer": "./bin/run"