jx pipeline set
Sets a property on the given Pipeline / PipelineRun / Task files
Usage
jx pipeline set
Synopsis
Sets a property on the given Pipeline / PipelineRun / Task files.
Examples
# Modifies one or more Pipeline / PipelineRun / Tasks in the given folder
jx pipeline set --dir tasks --template-env FOO=bar
Options
-d, --dir string Directory to look for YAML files (default ".")
-f, --filter string Text filter to filter the YAML files to modify
-h, --help help for set
-t, --template-env stringArray List of environment variables to set of the form 'NAME=value' on the step template
Source
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified June 11, 2021: chore: regenerated plugin docs (33543d67d8)