diff --git a/docs/shp_build_create.md b/docs/shp_build_create.md index 2e7f47925..da9b7ff53 100644 --- a/docs/shp_build_create.md +++ b/docs/shp_build_create.md @@ -27,6 +27,7 @@ shp build create [flags] --output-image-annotation stringArray specify a set of key-value pairs that correspond to annotations to set on the output image (default []) --output-image-label stringArray specify a set of key-value pairs that correspond to labels to set on the output image (default []) --output-insecure flag to indicate an insecure container registry + --param-value stringArray set of key-value pairs to pass as parameters to the buildStrategy (default []) --retention-failed-limit uint number of failed BuildRuns to be kept (default 65535) --retention-succeeded-limit uint number of succeeded BuildRuns to be kept (default 65535) --retention-ttl-after-failed duration duration to delete a failed BuildRun after completion diff --git a/docs/shp_build_run.md b/docs/shp_build_run.md index 3f0bee987..8a7c19988 100644 --- a/docs/shp_build_run.md +++ b/docs/shp_build_run.md @@ -28,6 +28,7 @@ shp build run [flags] --output-image-annotation stringArray specify a set of key-value pairs that correspond to annotations to set on the output image (default []) --output-image-label stringArray specify a set of key-value pairs that correspond to labels to set on the output image (default []) --output-insecure flag to indicate an insecure container registry + --param-value stringArray set of key-value pairs to pass as parameters to the buildStrategy (default []) --retention-ttl-after-failed duration duration to delete the BuildRun after it failed --retention-ttl-after-succeeded duration duration to delete the BuildRun after it succeeded --sa-generate generate a Kubernetes service-account for the build diff --git a/docs/shp_build_upload.md b/docs/shp_build_upload.md index d69e22732..12aa7a951 100644 --- a/docs/shp_build_upload.md +++ b/docs/shp_build_upload.md @@ -38,6 +38,7 @@ shp build upload [path/to/source|.] [flags] --output-image-annotation stringArray specify a set of key-value pairs that correspond to annotations to set on the output image (default []) --output-image-label stringArray specify a set of key-value pairs that correspond to labels to set on the output image (default []) --output-insecure flag to indicate an insecure container registry + --param-value stringArray set of key-value pairs to pass as parameters to the buildStrategy (default []) --retention-ttl-after-failed duration duration to delete the BuildRun after it failed --retention-ttl-after-succeeded duration duration to delete the BuildRun after it succeeded --sa-generate generate a Kubernetes service-account for the build diff --git a/docs/shp_buildrun_create.md b/docs/shp_buildrun_create.md index c4d17f823..eb26ca0ce 100644 --- a/docs/shp_buildrun_create.md +++ b/docs/shp_buildrun_create.md @@ -27,6 +27,7 @@ shp buildrun create [flags] --output-image-annotation stringArray specify a set of key-value pairs that correspond to annotations to set on the output image (default []) --output-image-label stringArray specify a set of key-value pairs that correspond to labels to set on the output image (default []) --output-insecure flag to indicate an insecure container registry + --param-value stringArray set of key-value pairs to pass as parameters to the buildStrategy (default []) --retention-ttl-after-failed duration duration to delete the BuildRun after it failed --retention-ttl-after-succeeded duration duration to delete the BuildRun after it succeeded --sa-generate generate a Kubernetes service-account for the build