From 6277dea87dff49b86cfbe30bcb1395a93db38c7b Mon Sep 17 00:00:00 2001 From: Vitor Gomes Date: Tue, 29 Oct 2024 15:26:57 +0000 Subject: [PATCH] Automatic update on Toolbelt plugin documentation --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d4a9d47..ca82b39 100644 --- a/README.md +++ b/README.md @@ -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 @@ -47,7 +47,7 @@ USAGE ## `oclif-example workspace:delete WORKSPACE1 [ITHWORKSPACE]` -Deletes one or many workspaces from the current account. +Deletes one or many workspaces from the current account. ``` USAGE @@ -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 workspaces of the current account. +Lists all workspaces of the current account. ``` USAGE @@ -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 workspace to master. (Only works for production workspaces.) Run vtex promote --help 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 @@ -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 workspace and recreates it with the configurations from master. If not specified which workspace, 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 @@ -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 workspace. +Displays information about the specified workspace. ``` USAGE @@ -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 workspace or simply switches to an existing one. +Creates and switches to a new workspace or simply switches to an existing one. ``` USAGE @@ -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)_