Feature request
Support remote resolution in pipeline start and task start commands
Use case
Start a pipeline or task through remote resolution.
For instance, start a release pipeline using the version of the pipeline associated with the git sha being released.
UI Example
To be consistent with the workspace design, it could be something like:
pipeline start release --remote resolver=git,url=https://github.com/tektoncd/pipeline.git,revision=main, pathInRepo=tekton/pipeline-release.yaml
Feature request
Support remote resolution in
pipeline startandtask startcommandsUse case
Start a pipeline or task through remote resolution.
For instance, start a release pipeline using the version of the pipeline associated with the git sha being released.
UI Example
To be consistent with the workspace design, it could be something like: