@@ -44,7 +44,7 @@ $ npm install -g platformer-cli
4444$platformer COMMAND
4545running 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]
4949USAGE
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
267267Select a context
268268
269269```
270270USAGE
271- $ platformer select:context [NAME]
271+ $ platformer select:cxt [NAME]
272272
273273ARGUMENTS
274274 NAME (OPTIONAL) Context name. If not provided, the CLI will prompt an interactive selection
275275
276276OPTIONS
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
284288Select a default Environment for your current context.
285289
286290```
287291USAGE
288- $ platformer select:environment [ENVIRONMENT]
292+ $ platformer select:env [ENVIRONMENT]
289293
290294ARGUMENTS
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
312316Select a default Organization for your current context.
313317
314318```
315319USAGE
316- $ platformer select:organization [ORGANIZATION]
320+ $ platformer select:org [ORGANIZATION]
317321
318322ARGUMENTS
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
339343Select a default Project for your current context. Requires an Organization to be set with select: org or using the --o flag
340344
341345```
342346USAGE
343- $ platformer select:project [PROJECT]
347+ $ platformer select:proj [PROJECT]
344348
345349ARGUMENTS
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-->