@@ -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 .0 linux-x64 node-v12.22.12
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
@@ -59,17 +59,17 @@ ARGUMENTS
59
59
60
60
OPTIONS
61
61
-f, --force Deletes the specified workspace even if it is currently in use.
62
- -h, --help show CLI help
63
- -v, --verbose Show debug level logs
62
+ -h, --help Shows this help message.
63
+ -v, --verbose Shows debug level logs.
64
64
-y, --yes Answers yes to all prompts.
65
- --trace Ensure all requests to VTEX IO are traced
65
+ --trace Ensures all requests to VTEX IO are traced.
66
66
67
67
EXAMPLES
68
68
vtex workspace delete workspaceName
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 .0/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
80
80
$ oclif-example workspace:list
81
81
82
82
OPTIONS
83
- -h, --help show CLI help
84
- -v, --verbose Show debug level logs
85
- --trace Ensure all requests to VTEX IO are traced
83
+ -h, --help Shows this help message.
84
+ -v, --verbose Shows debug level logs.
85
+ --trace Ensures all requests to VTEX IO are traced.
86
86
87
87
ALIASES
88
88
$ oclif-example workspace:ls
@@ -92,7 +92,7 @@ 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 .0/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
@@ -104,10 +104,10 @@ USAGE
104
104
105
105
OPTIONS
106
106
-h, --help
107
- show CLI help
107
+ Shows this help message.
108
108
109
109
-v, --verbose
110
- Show debug level logs
110
+ Shows debug level logs.
111
111
112
112
--conflict=master|mine|abort
113
113
[default: master] Defines how to handle data conflict between workspaces.
@@ -116,7 +116,7 @@ OPTIONS
116
116
- abort: Aborts the workspace promotion in case of data conflict.
117
117
118
118
--trace
119
- Ensure all requests to VTEX IO are traced
119
+ Ensures all requests to VTEX IO are traced.
120
120
121
121
ALIASES
122
122
$ oclif-example promote
@@ -126,7 +126,7 @@ 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 .0/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
@@ -140,18 +140,18 @@ ARGUMENTS
140
140
WORKSPACENAME Name of the workspace to reset.
141
141
142
142
OPTIONS
143
- -h, --help show CLI help
143
+ -h, --help Shows this help message.
144
144
-p, --production Recreates the workspace as a production one.
145
- -v, --verbose Show debug level logs
145
+ -v, --verbose Shows debug level logs.
146
146
-y, --yes Answers yes to all prompts.
147
- --trace Ensure all requests to VTEX IO are traced
147
+ --trace Ensures all requests to VTEX IO are traced.
148
148
149
149
EXAMPLES
150
150
vtex workspace reset
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 .0/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
@@ -165,15 +165,15 @@ ARGUMENTS
165
165
WORKSPACENAME Name of the workspace.
166
166
167
167
OPTIONS
168
- -h, --help show CLI help
169
- -v, --verbose Show debug level logs
170
- --trace Ensure all requests to VTEX IO are traced
168
+ -h, --help Shows this help message.
169
+ -v, --verbose Shows debug level logs.
170
+ --trace Ensures all requests to VTEX IO are traced.
171
171
172
172
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 .0/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
@@ -187,11 +187,11 @@ ARGUMENTS
187
187
WORKSPACE Name of the workspace
188
188
189
189
OPTIONS
190
- -h, --help show CLI help
190
+ -h, --help Shows this help message.
191
191
-p, --production Creates and/or switches to a production workspace.
192
192
-r, --reset Resets the workspace before switching to it.
193
- -v, --verbose Show debug level logs
194
- --trace Ensure all requests to VTEX IO are traced
193
+ -v, --verbose Shows debug level logs.
194
+ --trace Ensures all requests to VTEX IO are traced.
195
195
196
196
ALIASES
197
197
$ oclif-example use
@@ -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 .0/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