Skip to content

Commit 6277dea

Browse files
committed
Automatic update on Toolbelt plugin documentation
1 parent a78f0d7 commit 6277dea

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ npm install -g @vtex/cli-plugin-workspace
2929
$ oclif-example COMMAND
3030
running command...
3131
$ 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
3333
$ oclif-example --help [COMMAND]
3434
USAGE
3535
$ oclif-example COMMAND
@@ -47,7 +47,7 @@ USAGE
4747

4848
## `oclif-example workspace:delete WORKSPACE1 [ITHWORKSPACE]`
4949

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.
5151

5252
```
5353
USAGE
@@ -69,11 +69,11 @@ EXAMPLES
6969
vtex workspace delete workspaceName1 workspaceName2
7070
```
7171

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)_
7373

7474
## `oclif-example workspace:list`
7575

76-
Lists all [38;5;149mworkspaces[39m of the current [38;5;149maccount[39m.
76+
Lists all workspaces of the current account.
7777

7878
```
7979
USAGE
@@ -92,11 +92,11 @@ EXAMPLES
9292
vtex workspace ls
9393
```
9494

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)_
9696

9797
## `oclif-example workspace:promote`
9898

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.
100100

101101
```
102102
USAGE
@@ -126,11 +126,11 @@ EXAMPLES
126126
vtex promote
127127
```
128128

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)_
130130

131131
## `oclif-example workspace:reset [WORKSPACENAME]`
132132

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.
134134

135135
```
136136
USAGE
@@ -151,11 +151,11 @@ EXAMPLES
151151
vtex workspace reset workspaceName
152152
```
153153

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)_
155155

156156
## `oclif-example workspace:status [WORKSPACENAME]`
157157

158-
Displays information about the specified [38;5;149mworkspace[39m.
158+
Displays information about the specified workspace.
159159

160160
```
161161
USAGE
@@ -173,11 +173,11 @@ EXAMPLE
173173
vtex workspace status
174174
```
175175

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)_
177177

178178
## `oclif-example workspace:use WORKSPACE`
179179

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.
181181

182182
```
183183
USAGE
@@ -201,5 +201,5 @@ EXAMPLES
201201
vtex use workspaceName
202202
```
203203

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)_
205205
<!-- commandsstop -->

0 commit comments

Comments
 (0)