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
- chore: typos and minor cleanup
- feat: convey to the provider the name it is running under
- feat: use `DEVPOD_PROVIDER_<provider name>_SOURCE` environment variable
Signed-off-by: Leonid Dubinsky <dub@podval.org>
Copy file name to clipboardExpand all lines: docs/pages/developing-providers/options.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ configuring or adding the provider:
67
67
-`command`: A command to retrieve the option value automatically. Can also reference other variables in the command, e.g. `echo ${MY_OTHER_VAR}-suffix`. For compatibility reasons, this command will be executed in an emulated shell on Windows.
68
68
-`local`: If true, the option will be filled individually for each machine / workspace
69
69
-`global`: If true, the option will be reused for each machine / workspace
70
-
-`cache`: If non-empty, DevPod will re-execute the command after the given timeout. E.g. if this is 5m, DevPod will re-execute the command after 5 minutes to re-fill this value. This is useful if you want to store a token or something that expires locally in a variable.
70
+
-`cache`: If non-empty, DevPod will re-execute the command after the given timeout, e.g. if this is 5m, DevPod will re-execute the command after 5 minutes to re-fill this value. This is useful if you want to store a token or something that expires locally in a variable.
71
71
-`hidden`: If true, DevPod will not show this option in the Desktop application or through `devpod provider options`. Can be used to calculate variables internally or save tokens or other things internally.
0 commit comments