Skip to content

Commit

Permalink
Automatic update on Toolbelt plugin documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorflg committed Oct 29, 2024
1 parent a78f0d7 commit 6277dea
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ npm install -g @vtex/cli-plugin-workspace
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@vtex/cli-plugin-workspace/1.1.6-beta.3 darwin-arm64 node-v16.13.0
@vtex/cli-plugin-workspace/1.2.0 linux-x64 node-v12.22.12
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
Expand All @@ -47,7 +47,7 @@ USAGE

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

Deletes one or many [38;5;149mworkspaces[39m from the current [38;5;149maccount[39m.
Deletes one or many workspaces from the current account.

```
USAGE
Expand All @@ -69,11 +69,11 @@ EXAMPLES
vtex workspace delete workspaceName1 workspaceName2
```

_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)_
_See code: [build/commands/workspace/delete.ts](https://github.com/vtex/cli-plugin-workspace/blob/v1.2.0/build/commands/workspace/delete.ts)_

## `oclif-example workspace:list`

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

```
USAGE
Expand All @@ -92,11 +92,11 @@ EXAMPLES
vtex workspace ls
```

_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)_
_See code: [build/commands/workspace/list.ts](https://github.com/vtex/cli-plugin-workspace/blob/v1.2.0/build/commands/workspace/list.ts)_

## `oclif-example workspace:promote`

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.
Promotes the current workspace to master. (Only works for production workspaces.) Run mvtex promote --help to see how to deal with data conflicts.

```
USAGE
Expand Down Expand Up @@ -126,11 +126,11 @@ EXAMPLES
vtex promote
```

_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)_
_See code: [build/commands/workspace/promote.ts](https://github.com/vtex/cli-plugin-workspace/blob/v1.2.0/build/commands/workspace/promote.ts)_

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

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

```
USAGE
Expand All @@ -151,11 +151,11 @@ EXAMPLES
vtex workspace reset workspaceName
```

_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)_
_See code: [build/commands/workspace/reset.ts](https://github.com/vtex/cli-plugin-workspace/blob/v1.2.0/build/commands/workspace/reset.ts)_

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

Displays information about the specified [38;5;149mworkspace[39m.
Displays information about the specified workspace.

```
USAGE
Expand All @@ -173,11 +173,11 @@ EXAMPLE
vtex workspace status
```

_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)_
_See code: [build/commands/workspace/status.ts](https://github.com/vtex/cli-plugin-workspace/blob/v1.2.0/build/commands/workspace/status.ts)_

## `oclif-example workspace:use WORKSPACE`

Creates and switches to a new [38;5;149mworkspace[39m or simply switches to an existing one.
Creates and switches to a new workspace or simply switches to an existing one.

```
USAGE
Expand All @@ -201,5 +201,5 @@ EXAMPLES
vtex use workspaceName
```

_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)_
_See code: [build/commands/workspace/use.ts](https://github.com/vtex/cli-plugin-workspace/blob/v1.2.0/build/commands/workspace/use.ts)_
<!-- commandsstop -->

0 comments on commit 6277dea

Please sign in to comment.