Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8802fa4

Browse files
v0.1.11
1 parent121dac2 commit8802fa4

File tree

2 files changed

+31
-27
lines changed

2 files changed

+31
-27
lines changed

‎README.md‎

Lines changed: 30 additions & 26 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.9 linux-x64 node-v14.15.1
47+
platformer-cli/0.1.10 linux-x64 node-v14.15.1
4848
$platformer --help [COMMAND]
4949
USAGE
5050
$ platformer COMMAND
@@ -65,10 +65,10 @@ USAGE
6565
*[`platformer import`](#platformer-import)
6666
*[`platformer login`](#platformer-login)
6767
*[`platformer logout`](#platformer-logout)
68-
*[`platformer select:context [NAME]`](#platformer-selectcontext-name)
69-
*[`platformer select:environment [ENVIRONMENT]`](#platformer-selectenvironment-environment)
70-
*[`platformer select:organization [ORGANIZATION]`](#platformer-selectorganization-organization)
71-
*[`platformer select:project [PROJECT]`](#platformer-selectproject-project)
68+
*[`platformer select:cxt [NAME]`](#platformer-selectcxt-name)
69+
*[`platformer select:env [ENVIRONMENT]`](#platformer-selectenv-environment)
70+
*[`platformer select:org [ORGANIZATION]`](#platformer-selectorg-organization)
71+
*[`platformer select:proj [PROJECT]`](#platformer-selectproj-project)
7272

7373
##`platformer apply FILEPATH`
7474

@@ -91,7 +91,7 @@ OPTIONS
9191
--save
9292
```
9393

94-
_See code:[src/commands/apply.ts](https://github.com/platformercloud/cli/blob/v0.1.9/src/commands/apply.ts)_
94+
_See code:[src/commands/apply.ts](https://github.com/platformercloud/cli/blob/v0.1.10/src/commands/apply.ts)_
9595

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

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

119-
_See code:[src/commands/cluster/connect.ts](https://github.com/platformercloud/cli/blob/v0.1.9/src/commands/cluster/connect.ts)_
119+
_See code:[src/commands/cluster/connect.ts](https://github.com/platformercloud/cli/blob/v0.1.10/src/commands/cluster/connect.ts)_
120120

121121
##`platformer cluster:list`
122122

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

141-
_See code:[src/commands/cluster/list.ts](https://github.com/platformercloud/cli/blob/v0.1.9/src/commands/cluster/list.ts)_
141+
_See code:[src/commands/cluster/list.ts](https://github.com/platformercloud/cli/blob/v0.1.10/src/commands/cluster/list.ts)_
142142

143143
##`platformer context:add NAME`
144144

@@ -155,7 +155,7 @@ OPTIONS
155155
-h, --help show CLI help
156156
```
157157

158-
_See code:[src/commands/context/add.ts](https://github.com/platformercloud/cli/blob/v0.1.9/src/commands/context/add.ts)_
158+
_See code:[src/commands/context/add.ts](https://github.com/platformercloud/cli/blob/v0.1.10/src/commands/context/add.ts)_
159159

160160
##`platformer context:list`
161161

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

178-
_See code:[src/commands/context/list.ts](https://github.com/platformercloud/cli/blob/v0.1.9/src/commands/context/list.ts)_
178+
_See code:[src/commands/context/list.ts](https://github.com/platformercloud/cli/blob/v0.1.10/src/commands/context/list.ts)_
179179

180180
##`platformer context:remove NAME`
181181

@@ -192,7 +192,7 @@ OPTIONS
192192
-h, --help show CLI help
193193
```
194194

195-
_See code:[src/commands/context/remove.ts](https://github.com/platformercloud/cli/blob/v0.1.9/src/commands/context/remove.ts)_
195+
_See code:[src/commands/context/remove.ts](https://github.com/platformercloud/cli/blob/v0.1.10/src/commands/context/remove.ts)_
196196

197197
##`platformer help [COMMAND]`
198198

@@ -231,7 +231,7 @@ OPTIONS
231231
--save
232232
```
233233

234-
_See code:[src/commands/import.ts](https://github.com/platformercloud/cli/blob/v0.1.9/src/commands/import.ts)_
234+
_See code:[src/commands/import.ts](https://github.com/platformercloud/cli/blob/v0.1.10/src/commands/import.ts)_
235235

236236
##`platformer login`
237237

@@ -242,7 +242,7 @@ USAGE
242242
$ platformer login
243243
```
244244

245-
_See code:[src/commands/login.ts](https://github.com/platformercloud/cli/blob/v0.1.9/src/commands/login.ts)_
245+
_See code:[src/commands/login.ts](https://github.com/platformercloud/cli/blob/v0.1.10/src/commands/login.ts)_
246246

247247
##`platformer logout`
248248

@@ -260,32 +260,36 @@ OPTIONS
260260
context)
261261
```
262262

263-
_See code:[src/commands/logout.ts](https://github.com/platformercloud/cli/blob/v0.1.9/src/commands/logout.ts)_
263+
_See code:[src/commands/logout.ts](https://github.com/platformercloud/cli/blob/v0.1.10/src/commands/logout.ts)_
264264

265-
##`platformer select:context [NAME]`
265+
##`platformer select:cxt [NAME]`
266266

267267
Select a context
268268

269269
```
270270
USAGE
271-
$ platformer select:context [NAME]
271+
$ platformer select:cxt [NAME]
272272
273273
ARGUMENTS
274274
NAME (OPTIONAL) Context name. If not provided, the CLI will prompt an interactive selection
275275
276276
OPTIONS
277277
-h, --help show CLI help
278+
279+
ALIASES
280+
$ platformer select:context
281+
$ platformer select:ctx
278282
```
279283

280-
_See code:[src/commands/select/cxt.ts](https://github.com/platformercloud/cli/blob/v0.1.9/src/commands/select/context.ts)_
284+
_See code:[src/commands/select/cxt.ts](https://github.com/platformercloud/cli/blob/v0.1.10/src/commands/select/cxt.ts)_
281285

282-
##`platformer select:environment [ENVIRONMENT]`
286+
##`platformer select:env [ENVIRONMENT]`
283287

284288
Select a default Environment for your current context.
285289

286290
```
287291
USAGE
288-
$ platformer select:environment [ENVIRONMENT]
292+
$ platformer select:env [ENVIRONMENT]
289293
290294
ARGUMENTS
291295
ENVIRONMENT (OPTIONAL) Name of the Environment to set in the current context. If not provided, the CLI will open an
@@ -305,15 +309,15 @@ EXAMPLES
305309
$ platformer select:env <environment-name>
306310
```
307311

308-
_See code:[src/commands/select/env.ts](https://github.com/platformercloud/cli/blob/v0.1.9/src/commands/select/environment.ts)_
312+
_See code:[src/commands/select/env.ts](https://github.com/platformercloud/cli/blob/v0.1.10/src/commands/select/env.ts)_
309313

310-
##`platformer select:organization [ORGANIZATION]`
314+
##`platformer select:org [ORGANIZATION]`
311315

312316
Select a default Organization for your current context.
313317

314318
```
315319
USAGE
316-
$ platformer select:organization [ORGANIZATION]
320+
$ platformer select:org [ORGANIZATION]
317321
318322
ARGUMENTS
319323
ORGANIZATION (OPTIONAL) Name of the Organization to set in the current context. If not provided, the CLI will open an
@@ -332,15 +336,15 @@ EXAMPLES
332336
$ platformer select:org <organization-name>
333337
```
334338

335-
_See code:[src/commands/select/org.ts](https://github.com/platformercloud/cli/blob/v0.1.9/src/commands/select/organization.ts)_
339+
_See code:[src/commands/select/org.ts](https://github.com/platformercloud/cli/blob/v0.1.10/src/commands/select/org.ts)_
336340

337-
##`platformer select:project [PROJECT]`
341+
##`platformer select:proj [PROJECT]`
338342

339343
Select a default Project for your current context. Requires an Organization to be set with select:org or using the --o flag
340344

341345
```
342346
USAGE
343-
$ platformer select:project [PROJECT]
347+
$ platformer select:proj [PROJECT]
344348
345349
ARGUMENTS
346350
PROJECT (OPTIONAL) Name of the Project to set in the current context. If not provided, the CLI will open an
@@ -359,5 +363,5 @@ EXAMPLES
359363
$ platformer select:project <project-name>
360364
```
361365

362-
_See code:[src/commands/select/proj.ts](https://github.com/platformercloud/cli/blob/v0.1.9/src/commands/select/project.ts)_
366+
_See code:[src/commands/select/proj.ts](https://github.com/platformercloud/cli/blob/v0.1.10/src/commands/select/proj.ts)_
363367
<!-- 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.10",
4+
"version":"0.1.11",
55
"author":"binura.g@platformer.com, chamod.p@platformer.com",
66
"bin": {
77
"platformer":"./bin/run"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp