Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task start interactive mode #413

Closed
vdemeester opened this issue Oct 27, 2019 · 0 comments · Fixed by #987
Closed

Task start interactive mode #413

vdemeester opened this issue Oct 27, 2019 · 0 comments · Fixed by #987
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@vdemeester
Copy link
Member

Expected Behavior

tkn task start should have an interactive mode for missing resource and parameters, just like tkn pipeline start has.

$ tkn task start test-results
? Choose the storage resource to use for volume1:  [Use arrows to move, type to filter]
> tekton-bucket (gs://tekton-releases/pipeline)
  tekton-bucket-nightly (gs://tekton-releases-nightly)
  tekton-bucket-nightly-5947z (gs://tekton-release-staging/pipeline/)
  tekton-bucket-nightly-6s7jr (gs://tekton-release-staging/pipeline/)
  tekton-bucket-nightly-72w9k (gs://tekton-release-staging/pipeline/)
  tekton-bucket-nightly-dmmlv (gs://tekton-release-staging/pipeline/)
  tekton-bucket-nightly-j27fb (gs://tekton-release-staging/pipeline/)
# […]

Actual Behavior

$ tkn task start test-results
Taskrun started: test-results-run-s8vf9

In order to track the taskrun progress run:
tkn taskrun logs test-results-run-s8vf9 -f -n default

/kind feature

@tekton-robot tekton-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 27, 2019
@vdemeester vdemeester added this to the 0.6.0 milestone Oct 27, 2019
@vdemeester vdemeester modified the milestones: 0.8.0 🐯, 0.9.0 🐺 Feb 27, 2020
@piyush-garg piyush-garg modified the milestones: 0.9.0 🐺, 1.0.0 🦁 Apr 21, 2020
@vdemeester vdemeester modified the milestones: 1.0.0 🦁, 0.10.0 🐅 Apr 22, 2020
tekton-robot pushed a commit that referenced this issue May 26, 2020
close #413

this adds interactive mode to start a task similar to pipeline
start command

Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants