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

Add command to start clustertasks similar to tasks #519

Closed
siamaksade opened this issue Dec 16, 2019 · 2 comments · Fixed by #598
Closed

Add command to start clustertasks similar to tasks #519

siamaksade opened this issue Dec 16, 2019 · 2 comments · Fixed by #598
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@siamaksade
Copy link

ClusterTask and Task should have the same commands exposed on CLI. T

$ tkn task
  ...

Available Commands:
  create      Create a task in a namespace
  delete      Delete a task resource in a namespace
  describe    Describes a task in a namespace
  list        Lists tasks in a namespace
  start       Start tasks

while

$ tkn clustertask
  ...

Available Commands:
  delete      Delete a clustertask resource in a cluster
  list        Lists clustertasks in a namespace
@vdemeester
Copy link
Member

/kind feature

@tekton-robot tekton-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Dec 17, 2019
@danielhelfand
Copy link
Member

/assign

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