You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Promotes the current workspace to master. (Only works for production workspaces.) Run mvtex promote --help to see how to deal with data conflicts.
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.
100
100
101
101
```
102
102
USAGE
103
103
$ oclif-example workspace:promote
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.
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.
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.
134
134
135
135
```
136
136
USAGE
@@ -140,22 +140,22 @@ 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.
0 commit comments