Skip to content

Commit 32bb425

Browse files
v0.1.7
1 parent 94870f5 commit 32bb425

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ npm install -g platformer-cli
4444
$ platformer COMMAND
4545
running command...
4646
$ platformer (-v|--version|version)
47-
platformer-cli/0.1.5 linux-x64 node-v14.15.1
47+
platformer-cli/0.1.6 linux-x64 node-v14.15.1
4848
$ platformer --help [COMMAND]
4949
USAGE
5050
$ platformer COMMAND
@@ -90,7 +90,7 @@ OPTIONS
9090
-h, --help show CLI help
9191
```
9292

93-
_See code: [src/commands/apply.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/apply.ts)_
93+
_See code: [src/commands/apply.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/apply.ts)_
9494

9595
## `platformer cluster:connect [CLUSTER]`
9696

@@ -115,7 +115,7 @@ EXAMPLES
115115
$ platformer connect:cluster --organization <organization> --project <project> # override context defaults
116116
```
117117

118-
_See code: [src/commands/cluster/connect.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/cluster/connect.ts)_
118+
_See code: [src/commands/cluster/connect.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/cluster/connect.ts)_
119119

120120
## `platformer cluster:list`
121121

@@ -137,7 +137,7 @@ OPTIONS
137137
--no-truncate do not truncate output to fit screen
138138
```
139139

140-
_See code: [src/commands/cluster/list.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/cluster/list.ts)_
140+
_See code: [src/commands/cluster/list.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/cluster/list.ts)_
141141

142142
## `platformer context:add NAME`
143143

@@ -154,7 +154,7 @@ OPTIONS
154154
-h, --help show CLI help
155155
```
156156

157-
_See code: [src/commands/context/add.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/context/add.ts)_
157+
_See code: [src/commands/context/add.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/context/add.ts)_
158158

159159
## `platformer context:list`
160160

@@ -174,7 +174,7 @@ OPTIONS
174174
--no-truncate do not truncate output to fit screen
175175
```
176176

177-
_See code: [src/commands/context/list.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/context/list.ts)_
177+
_See code: [src/commands/context/list.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/context/list.ts)_
178178

179179
## `platformer context:remove NAME`
180180

@@ -191,7 +191,7 @@ OPTIONS
191191
-h, --help show CLI help
192192
```
193193

194-
_See code: [src/commands/context/remove.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/context/remove.ts)_
194+
_See code: [src/commands/context/remove.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/context/remove.ts)_
195195

196196
## `platformer help [COMMAND]`
197197

@@ -229,7 +229,7 @@ OPTIONS
229229
-h, --help show CLI help
230230
```
231231

232-
_See code: [src/commands/import.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/import.ts)_
232+
_See code: [src/commands/import.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/import.ts)_
233233

234234
## `platformer login`
235235

@@ -240,7 +240,7 @@ USAGE
240240
$ platformer login
241241
```
242242

243-
_See code: [src/commands/login.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/login.ts)_
243+
_See code: [src/commands/login.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/login.ts)_
244244

245245
## `platformer logout`
246246

@@ -256,7 +256,7 @@ OPTIONS
256256
--context=default|devx|devc [default: devx] Name of a specific context to log out from (defaults to current context)
257257
```
258258

259-
_See code: [src/commands/logout.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/logout.ts)_
259+
_See code: [src/commands/logout.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/logout.ts)_
260260

261261
## `platformer select:context [NAME]`
262262

@@ -273,7 +273,7 @@ OPTIONS
273273
-h, --help show CLI help
274274
```
275275

276-
_See code: [src/commands/select/context.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/select/context.ts)_
276+
_See code: [src/commands/select/context.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/select/context.ts)_
277277

278278
## `platformer select:environment [ENVIRONMENT]`
279279

@@ -301,7 +301,7 @@ EXAMPLES
301301
$ platformer select:env <environment-name>
302302
```
303303

304-
_See code: [src/commands/select/environment.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/select/environment.ts)_
304+
_See code: [src/commands/select/environment.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/select/environment.ts)_
305305

306306
## `platformer select:organization [ORGANIZATION]`
307307

@@ -328,7 +328,7 @@ EXAMPLES
328328
$ platformer select:org <organization-name>
329329
```
330330

331-
_See code: [src/commands/select/organization.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/select/organization.ts)_
331+
_See code: [src/commands/select/organization.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/select/organization.ts)_
332332

333333
## `platformer select:project [PROJECT]`
334334

@@ -355,5 +355,5 @@ EXAMPLES
355355
$ platformer select:project <project-name>
356356
```
357357

358-
_See code: [src/commands/select/project.ts](https://github.com/platformercloud/cli/blob/v0.1.5/src/commands/select/project.ts)_
358+
_See code: [src/commands/select/project.ts](https://github.com/platformercloud/cli/blob/v0.1.6/src/commands/select/project.ts)_
359359
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "platformer-cli",
33
"description": "Command Line Interface for the Platformer Console",
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
66
"bin": {
77
"platformer": "./bin/run"

0 commit comments

Comments
 (0)