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
{{ message }}
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: website/content/commands/config-sync.mdx
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,4 +31,14 @@ be deleted.
31
31
-`-project=<string>` (`-p`) - Project to target.
32
32
-`-workspace=<string>` (`-w`) - Workspace to operate in.
33
33
34
+
#### Operation Options
35
+
36
+
-`-label=<key=value>` - Labels to set for this operation. Can be specified multiple times.
37
+
-`-local` - True to use a local runner to execute the operation, false to use a remote runner.
38
+
If unset, Waypoint will automatically determine where the operation will occur,
39
+
defaulting to remote if possible.
40
+
-`-remote-source=<key=value>` - Override configurations for how remote runners source data. This is specified to the data source type being used in your configuration. This is used for example to set a specific Git ref to run against.
41
+
-`-var=<key=value>` - Variable value to set for this operation. Can be specified multiple times.
42
+
-`-var-file=<string>` - HCL or JSON file containing variable values to set for this operation. If any "_.auto.wpvars" or "_.auto.wpvars.json" files are present, they will be automatically loaded.
0 commit comments