Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChathurangaKCD committed Jan 22, 2021
1 parent 95a30e4 commit db5d8d8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]`

Expand All @@ -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
Expand All @@ -115,7 +115,7 @@ EXAMPLES
$ platformer connect:cluster --organization <organization> --project <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`

Expand All @@ -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)
Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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]`

Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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]`

Expand All @@ -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]`

Expand All @@ -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
Expand All @@ -301,7 +301,7 @@ EXAMPLES
$ platformer select:env <environment-name>
```

_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]`

Expand All @@ -328,7 +328,7 @@ EXAMPLES
$ platformer select:org <organization-name>
```

_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]`

Expand All @@ -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
Expand All @@ -355,5 +355,5 @@ EXAMPLES
$ platformer select:project <project-name>
```

_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)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "platformer-cli",
"description": "Command Line Interface for the Platformer Console",
"version": "0.1.2",
"version": "0.1.3",
"author": "[email protected], [email protected]",
"bin": {
"platformer": "./bin/run"
Expand Down

0 comments on commit db5d8d8

Please sign in to comment.