codefresh-io / steps

36 stars 89 forks source link

feat(codefresh-run): add `YAML` argument #552

Closed masontikhonov closed 1 year ago

masontikhonov commented 1 year ago

Overview

YAML argument allows to change pipeline's yaml on the fly for this execution. Its behavior is inherited from the --yaml option of the CLI. Please check CLI docs for details.

Backward compatibility

The new argument defaults to empty string if not passed. If empty, previous behavior is untouched.

Closes #CR-14668