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
Copy file name to clipboardExpand all lines: content/en/v3/develop/reference/jx/preview/create/_index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Creates a preview
30
30
--app string Name of the app or repository
31
31
--debug Enables debug logging in helmfile
32
32
--dir string the directory to search for the .git to discover the git source URL (default ".")
33
-
-f, --file string Preview helmfile.yaml path to use. If not specified it is discovered in preview/helmfile.yaml and created from a template if needed
33
+
-f, --file string Preview helmfile.yaml.gotmpl path to use. If not specified it is discovered in preview/helmfile.yaml.gotmpl and created from a template if needed
34
34
--git-kind string the kind of git server to connect to
35
35
--git-server string the git server URL to create the git provider client. If not specified its defaulted from the current source URL
36
36
--git-token string the git token used to operate on the git repository
@@ -41,6 +41,7 @@ Creates a preview
41
41
--path string An optional path added to the Preview ingress URL. If not specified uses $JX_PREVIEW_PATH
42
42
--pr int the Pull Request number. If not specified we detect it via $PULL_NUMBER or $BRANCH_NAME environment variables
43
43
--preview-url-timeout duration Time to wait for the preview URL to be available (default 1m0.000000005s)
44
+
--selector stringArray Filters releases from the helmfile to deploy based on their labels. Can be repeated to apply multiple filters.
44
45
--service string Specify the service/ingress name to use for the preview URL. If not specified uses $JX_PREVIEW_SERVICE
Copy file name to clipboardExpand all lines: content/en/v3/develop/reference/jx/preview/template/_index.md
+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
@@ -28,7 +28,7 @@ Display one or more preview environments.
28
28
29
29
```
30
30
--app string Name of the app or repository
31
-
-f, --file string Preview helmfile.yaml path to use. If not specified it is discovered in preview/helmfile.yaml and created from a template if needed
31
+
-f, --file string Preview helmfile.yaml.gotmpl path to use. If not specified it is discovered in preview/helmfile.yaml.gotmpl and created from a template if needed
32
32
--helmfile-binary string specifies the helmfile binary location to use. If not specified defaults to using the downloaded helmfile plugin
0 commit comments