Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ChathurangaKCD committed Jan 23, 2021
1 parent 85974b7 commit ad2959c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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.4 linux-x64 node-v14.15.1
platformer-cli/0.1.5 linux-x64 node-v14.15.1
$ platformer --help [COMMAND]
USAGE
$ platformer COMMAND
Expand Down Expand Up @@ -90,7 +90,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/apply.ts](https://github.com/platformercloud/cli/blob/v0.1.4/src/commands/apply.ts)_
_See code: [src/commands/apply.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/apply.ts)_

## `platformer cluster:connect [CLUSTER]`

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.4/src/commands/cluster/connect.ts)_
_See code: [src/commands/cluster/connect.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/cluster/connect.ts)_

## `platformer cluster:list`

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.4/src/commands/cluster/list.ts)_
_See code: [src/commands/cluster/list.ts](https://github.com/platformercloud/cli/blob/v0.1.5/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.4/src/commands/context/add.ts)_
_See code: [src/commands/context/add.ts](https://github.com/platformercloud/cli/blob/v0.1.5/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.4/src/commands/context/list.ts)_
_See code: [src/commands/context/list.ts](https://github.com/platformercloud/cli/blob/v0.1.5/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.4/src/commands/context/remove.ts)_
_See code: [src/commands/context/remove.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/context/remove.ts)_

## `platformer help [COMMAND]`

Expand Down Expand Up @@ -229,7 +229,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/import.ts](https://github.com/platformercloud/cli/blob/v0.1.4/src/commands/import.ts)_
_See code: [src/commands/import.ts](https://github.com/platformercloud/cli/blob/v0.1.5/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.4/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/login.ts)_

## `platformer logout`

Expand All @@ -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.4/src/commands/logout.ts)_
_See code: [src/commands/logout.ts](https://github.com/platformercloud/cli/blob/v0.1.5/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.4/src/commands/select/context.ts)_
_See code: [src/commands/select/context.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/select/context.ts)_

## `platformer select:environment [ENVIRONMENT]`

Expand Down Expand Up @@ -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.4/src/commands/select/environment.ts)_
_See code: [src/commands/select/environment.ts](https://github.com/platformercloud/cli/blob/v0.1.5/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.4/src/commands/select/organization.ts)_
_See code: [src/commands/select/organization.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/select/organization.ts)_

## `platformer select:project [PROJECT]`

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.4/src/commands/select/project.ts)_
_See code: [src/commands/select/project.ts](https://github.com/platformercloud/cli/blob/v0.1.5/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.5",
"version": "0.1.6",
"author": "[email protected], [email protected]",
"bin": {
"platformer": "./bin/run"
Expand Down

0 comments on commit ad2959c

Please sign in to comment.