Skip to content

Commit db5d8d8

Browse files
v0.1.3
1 parent 95a30e4 commit db5d8d8

2 files changed

Lines changed: 32 additions & 32 deletions

File tree

README.md

Lines changed: 31 additions & 31 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.0 win32-x64 node-v14.8.0
47+
platformer-cli/0.1.2 linux-x64 node-v14.15.1
4848
$ platformer --help [COMMAND]
4949
USAGE
5050
$ platformer COMMAND
@@ -83,14 +83,14 @@ ARGUMENTS
8383
8484
OPTIONS
8585
-A, --all Log out of all contexts
86-
-E, --environment=environment Environment Name
87-
-O, --organization=organization [default: Platformer Beta Testers] Organization Name
88-
-P, --project=project [default: beta-test-1] Project Name
86+
-E, --environment=environment [default: default-env] Environment Name
87+
-O, --organization=organization [default: Demo Organization 1] Organization Name
88+
-P, --project=project [default: Demo Project] Project Name
8989
-T, --target-ns=target-ns Target namespace
9090
-h, --help show CLI help
9191
```
9292

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

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

@@ -105,8 +105,8 @@ ARGUMENTS
105105
your kubeconfig). If not provided, the CLI will enter an interactive mode to select a Cluster.
106106
107107
OPTIONS
108-
-O, --organization=organization [default: Platformer Beta Testers] Organization Name
109-
-P, --project=project [default: beta-test-1] Project Name
108+
-O, --organization=organization [default: Demo Organization 1] Organization Name
109+
-P, --project=project [default: Demo Project] Project Name
110110
-h, --help show CLI help
111111
112112
EXAMPLES
@@ -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.0/src\commands\cluster\connect.ts)_
118+
_See code: [src/commands/cluster/connect.ts](https://github.com/platformercloud/cli/blob/v0.1.2/src/commands/cluster/connect.ts)_
119119

120120
## `platformer cluster:list`
121121

@@ -126,8 +126,8 @@ USAGE
126126
$ platformer cluster:list
127127
128128
OPTIONS
129-
-O, --organization=organization [default: Platformer Beta Testers] Organization Name
130-
-P, --project=project [default: beta-test-1] Project Name
129+
-O, --organization=organization [default: Demo Organization 1] Organization Name
130+
-P, --project=project [default: Demo Project] Project Name
131131
-h, --help show CLI help
132132
-x, --extended show extra columns
133133
--columns=columns only show provided columns (comma-seperated)
@@ -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.0/src\commands\cluster\list.ts)_
140+
_See code: [src/commands/cluster/list.ts](https://github.com/platformercloud/cli/blob/v0.1.2/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.0/src\commands\context\add.ts)_
157+
_See code: [src/commands/context/add.ts](https://github.com/platformercloud/cli/blob/v0.1.2/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.0/src\commands\context\list.ts)_
177+
_See code: [src/commands/context/list.ts](https://github.com/platformercloud/cli/blob/v0.1.2/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.0/src\commands\context\remove.ts)_
194+
_See code: [src/commands/context/remove.ts](https://github.com/platformercloud/cli/blob/v0.1.2/src/commands/context/remove.ts)_
195195

196196
## `platformer help [COMMAND]`
197197

@@ -208,7 +208,7 @@ OPTIONS
208208
--all see all commands in CLI
209209
```
210210

211-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0/src\commands\help.ts)_
211+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0/src/commands/help.ts)_
212212

213213
## `platformer import`
214214

@@ -221,15 +221,15 @@ USAGE
221221
OPTIONS
222222
-A, --all Log out of all contexts
223223
-C, --cluster=cluster (required) Cluster Name
224-
-E, --environment=environment Environment Name
224+
-E, --environment=environment [default: default-env] Environment Name
225225
-N, --namespace=namespace (required) Namspace
226-
-O, --organization=organization [default: Platformer Beta Testers] Organization Name
227-
-P, --project=project [default: beta-test-1] Project Name
226+
-O, --organization=organization [default: Demo Organization 1] Organization Name
227+
-P, --project=project [default: Demo Project] Project Name
228228
-T, --target-ns=target-ns Target namespace
229229
-h, --help show CLI help
230230
```
231231

232-
_See code: [src\commands\import.ts](https://github.com/platformercloud/cli/blob/v0.1.0/src\commands\import.ts)_
232+
_See code: [src/commands/import.ts](https://github.com/platformercloud/cli/blob/v0.1.2/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.0/src\commands\login.ts)_
243+
_See code: [src/commands/login.ts](https://github.com/platformercloud/cli/blob/v0.1.2/src/commands/login.ts)_
244244

245245
## `platformer logout`
246246

@@ -251,12 +251,12 @@ USAGE
251251
$ platformer logout
252252
253253
OPTIONS
254-
-A, --all Log out of all contexts
255-
-h, --help show CLI help
256-
--context=default [default: default] Name of a specific context to log out from (defaults to current context)
254+
-A, --all Log out of all contexts
255+
-h, --help show CLI help
256+
--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.0/src\commands\logout.ts)_
259+
_See code: [src/commands/logout.ts](https://github.com/platformercloud/cli/blob/v0.1.2/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.0/src\commands\select\context.ts)_
276+
_See code: [src/commands/select/context.ts](https://github.com/platformercloud/cli/blob/v0.1.2/src/commands/select/context.ts)_
277277

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

@@ -288,8 +288,8 @@ ARGUMENTS
288288
interactive prompt to select an Environment.
289289
290290
OPTIONS
291-
-O, --organization=organization [default: Platformer Beta Testers] Organization Name
292-
-P, --project=project [default: beta-test-1] Project Name
291+
-O, --organization=organization [default: Demo Organization 1] Organization Name
292+
-P, --project=project [default: Demo Project] Project Name
293293
-h, --help show CLI help
294294
295295
ALIASES
@@ -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.0/src\commands\select\environment.ts)_
304+
_See code: [src/commands/select/environment.ts](https://github.com/platformercloud/cli/blob/v0.1.2/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.0/src\commands\select\organization.ts)_
331+
_See code: [src/commands/select/organization.ts](https://github.com/platformercloud/cli/blob/v0.1.2/src/commands/select/organization.ts)_
332332

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

@@ -343,7 +343,7 @@ ARGUMENTS
343343
interactive prompt to select an Project.
344344
345345
OPTIONS
346-
-O, --organization=organization [default: Platformer Beta Testers] organization name
346+
-O, --organization=organization [default: Demo Organization 1] organization name
347347
-h, --help show CLI help
348348
349349
ALIASES
@@ -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.0/src\commands\select\project.ts)_
358+
_See code: [src/commands/select/project.ts](https://github.com/platformercloud/cli/blob/v0.1.2/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.2",
4+
"version": "0.1.3",
55
"author": "binura.g@platformer.com, chamod.p@platformer.com",
66
"bin": {
77
"platformer": "./bin/run"

0 commit comments

Comments
 (0)