-
Notifications
You must be signed in to change notification settings - Fork 253
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
Describe Subcommands for Condition, EventListener, TriggerBinding, ClusterTriggerBinding, TriggerTemplate, and ClusterTask #594
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
Milestone
Comments
/kind feature |
tekton-robot
added
the
kind/feature
Categorizes issue or PR as related to a new feature.
label
Jan 13, 2020
5 tasks
danielhelfand
changed the title
Describe Subcommands for Condition, EventListener, TriggerBinding, and TriggerTemplate
Describe Subcommands for Condition, EventListener, TriggerBinding, TriggerTemplate, and ClusterTask
Jan 17, 2020
vdemeester
added
the
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
label
Mar 3, 2020
@danielhelfand I would like to work on this issue. |
/assign @supra08 |
Thanks @supra08! |
4 tasks
Updated list for #912 |
danielhelfand
changed the title
Describe Subcommands for Condition, EventListener, TriggerBinding, TriggerTemplate, and ClusterTask
Describe Subcommands for Condition, EventListener, TriggerBinding, ClusterTriggerBinding, TriggerTemplate, and ClusterTask
Apr 21, 2020
/assign |
This was referenced Apr 21, 2020
4 tasks
piyush-garg
added a commit
to piyush-garg/cli
that referenced
this issue
Apr 27, 2020
This will add description command for condition. It also supports output in different format Add docs and test Part of tektoncd#594
tekton-robot
pushed a commit
that referenced
this issue
Apr 28, 2020
This will add description command for condition. It also supports output in different format Add docs and test Part of #594
/close All subcommands done. Closing this cc @vdemeester @danielhelfand @savitaashture |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
The following commands do not include
describe
subcommands: Condition, EventListener, ClusterTriggerBinding, TriggerBinding, TriggerTemplate, and ClusterTask.These commands should follow the format we use for other describe commands (e.g.
tkn task describe
).Shorthand for the command should be
desc
as is consistent with other describe subcommands.The resource to be described is passed in as an argument from the command line.
Examples:
Describe condition named condition-name:
tkn condition describe condition-name
Shorthand for describe eventlistener named el-name:
tkn eventlistener desc el-name
Progress:
The text was updated successfully, but these errors were encountered: