@@ -29,7 +29,7 @@ $ npm install -g @vtex/cli-plugin-workspace
29
29
$ oclif-example COMMAND
30
30
running command...
31
31
$ oclif-example (-v| --version| version)
32
- @vtex/cli-plugin-workspace/1.1.6-beta.3 darwin-arm64 node-v16.13.0
32
+ @vtex/cli-plugin-workspace/1.2.0 linux-x64 node-v12.22.12
33
33
$ oclif-example --help [COMMAND]
34
34
USAGE
35
35
$ oclif-example COMMAND
47
47
48
48
## ` oclif-example workspace:delete WORKSPACE1 [ITHWORKSPACE] `
49
49
50
- Deletes one or many [ 38;5;149mworkspaces [ 39m from the current [ 38;5;149maccount [ 39m .
50
+ Deletes one or many workspaces from the current account .
51
51
52
52
```
53
53
USAGE
@@ -69,11 +69,11 @@ EXAMPLES
69
69
vtex workspace delete workspaceName1 workspaceName2
70
70
```
71
71
72
- _ See code: [ build/commands/workspace/delete.ts] ( https://github.com/vtex/cli-plugin-workspace/blob/v1.1.6-beta.3 /build/commands/workspace/delete.ts ) _
72
+ _ See code: [ build/commands/workspace/delete.ts] ( https://github.com/vtex/cli-plugin-workspace/blob/v1.2.0 /build/commands/workspace/delete.ts ) _
73
73
74
74
## ` oclif-example workspace:list `
75
75
76
- Lists all [ 38;5;149mworkspaces [ 39m of the current [ 38;5;149maccount [ 39m .
76
+ Lists all workspaces of the current account .
77
77
78
78
```
79
79
USAGE
@@ -92,11 +92,11 @@ EXAMPLES
92
92
vtex workspace ls
93
93
```
94
94
95
- _ See code: [ build/commands/workspace/list.ts] ( https://github.com/vtex/cli-plugin-workspace/blob/v1.1.6-beta.3 /build/commands/workspace/list.ts ) _
95
+ _ See code: [ build/commands/workspace/list.ts] ( https://github.com/vtex/cli-plugin-workspace/blob/v1.2.0 /build/commands/workspace/list.ts ) _
96
96
97
97
## ` oclif-example workspace:promote `
98
98
99
- Promotes the current [ 38;5;149mworkspace [ 39m to master. (Only works for [ 38;5;149mproduction workspaces[ 39m .) Run [ 38;5;205mvtex promote --help[ 39m to see how to deal with data conflicts.
99
+ Promotes the current workspace to master. (Only works for production workspaces.) Run mvtex promote --help to see how to deal with data conflicts.
100
100
101
101
```
102
102
USAGE
@@ -126,11 +126,11 @@ EXAMPLES
126
126
vtex promote
127
127
```
128
128
129
- _ See code: [ build/commands/workspace/promote.ts] ( https://github.com/vtex/cli-plugin-workspace/blob/v1.1.6-beta.3 /build/commands/workspace/promote.ts ) _
129
+ _ See code: [ build/commands/workspace/promote.ts] ( https://github.com/vtex/cli-plugin-workspace/blob/v1.2.0 /build/commands/workspace/promote.ts ) _
130
130
131
131
## ` oclif-example workspace:reset [WORKSPACENAME] `
132
132
133
- Cleans all configurations of a [ 38;5;149mworkspace [ 39m and recreates it with the configurations from master. If not specified which [ 38;5;149mworkspace [ 39m , it defaults to the current one.
133
+ Cleans all configurations of a workspace and recreates it with the configurations from master. If not specified which workspace , it defaults to the current one.
134
134
135
135
```
136
136
USAGE
@@ -151,11 +151,11 @@ EXAMPLES
151
151
vtex workspace reset workspaceName
152
152
```
153
153
154
- _ See code: [ build/commands/workspace/reset.ts] ( https://github.com/vtex/cli-plugin-workspace/blob/v1.1.6-beta.3 /build/commands/workspace/reset.ts ) _
154
+ _ See code: [ build/commands/workspace/reset.ts] ( https://github.com/vtex/cli-plugin-workspace/blob/v1.2.0 /build/commands/workspace/reset.ts ) _
155
155
156
156
## ` oclif-example workspace:status [WORKSPACENAME] `
157
157
158
- Displays information about the specified [ 38;5;149mworkspace [ 39m .
158
+ Displays information about the specified workspace .
159
159
160
160
```
161
161
USAGE
@@ -173,11 +173,11 @@ EXAMPLE
173
173
vtex workspace status
174
174
```
175
175
176
- _ See code: [ build/commands/workspace/status.ts] ( https://github.com/vtex/cli-plugin-workspace/blob/v1.1.6-beta.3 /build/commands/workspace/status.ts ) _
176
+ _ See code: [ build/commands/workspace/status.ts] ( https://github.com/vtex/cli-plugin-workspace/blob/v1.2.0 /build/commands/workspace/status.ts ) _
177
177
178
178
## ` oclif-example workspace:use WORKSPACE `
179
179
180
- Creates and switches to a new [ 38;5;149mworkspace [ 39m or simply switches to an existing one.
180
+ Creates and switches to a new workspace or simply switches to an existing one.
181
181
182
182
```
183
183
USAGE
@@ -201,5 +201,5 @@ EXAMPLES
201
201
vtex use workspaceName
202
202
```
203
203
204
- _ See code: [ build/commands/workspace/use.ts] ( https://github.com/vtex/cli-plugin-workspace/blob/v1.1.6-beta.3 /build/commands/workspace/use.ts ) _
204
+ _ See code: [ build/commands/workspace/use.ts] ( https://github.com/vtex/cli-plugin-workspace/blob/v1.2.0 /build/commands/workspace/use.ts ) _
205
205
<!-- commandsstop -->
0 commit comments