We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To maintain the consistency with tkn pipeline start and tkn task start feature --prefix-name should also exist for tkn clustertask start.
tkn pipeline start
tkn task start
--prefix-name
tkn clustertask start
--prefix-name flag will provide an option to allow the user to specify what the clustertask should be named at the time of starting.
clustertask
tkn clustertask start myclustertask --prefix-name myGeneratedName
/assign
The text was updated successfully, but these errors were encountered:
vinamra28
Successfully merging a pull request may close this issue.
Feature request
To maintain the consistency with
tkn pipeline start
andtkn task start
feature--prefix-name
should also exist fortkn clustertask start
.Use case
--prefix-name
flag will provide an option to allow the user to specify what theclustertask
should be named at the time of starting.UI Example
/assign
The text was updated successfully, but these errors were encountered: