Skip to content

Commit b619506

Browse files
Merge pull request #3797 from jenkins-x/regen-plugin-docs-20250910-231005
chore: regenerated plugin docs
2 parents c9a37da + 5a35c9c commit b619506

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

content/en/v3/develop/reference/jx/preview/create/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Creates a preview
3030
--app string Name of the app or repository
3131
--debug Enables debug logging in helmfile
3232
--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
3434
--git-kind string the kind of git server to connect to
3535
--git-server string the git server URL to create the git provider client. If not specified its defaulted from the current source URL
3636
--git-token string the git token used to operate on the git repository
@@ -41,6 +41,7 @@ Creates a preview
4141
--path string An optional path added to the Preview ingress URL. If not specified uses $JX_PREVIEW_PATH
4242
--pr int the Pull Request number. If not specified we detect it via $PULL_NUMBER or $BRANCH_NAME environment variables
4343
--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.
4445
--service string Specify the service/ingress name to use for the preview URL. If not specified uses $JX_PREVIEW_SERVICE
4546
```
4647

content/en/v3/develop/reference/jx/preview/template/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Display one or more preview environments.
2828

2929
```
3030
--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
3232
--helmfile-binary string specifies the helmfile binary location to use. If not specified defaults to using the downloaded helmfile plugin
3333
-h, --help help for template
3434
```

0 commit comments

Comments
 (0)