Releases: tektoncd/cli
Releases · tektoncd/cli
v0.3.1
v0.3.0
Changelog 🔈 📜
- 147cb1d Make the resource and param input interactively
- 2c437af Add delete operations
- b0dc11b Print command tips after starting pipeline
- edcee68 Fix and improvement to shell completion
- 5b3cd97 Display sub commands types only if there is any.
- 6de3a8f sort pipelineruns for logs by start time and add limit flag
- 0b23e04 Wait for logs if pipeline is running
- 2020f54 Improve pipeline logs command
- 90bc756 Add multiple service accounts for pipeline start
Contributors 🙇 :
v0.2.2
v0.2.1
v0.2.0
Changelog
Features ✨
- tkn pr ls now sorts pipelineruns by their start times #162
- Added support for listing clustertasks with
tkn clustertask list
#161 - tkn tr ls now orders taskruns by start time #167
- Start pipeline from last pipelinerun params #155
- Add
--check
flag to the version command to check if a newer version is available. #134 - Adds an interactive logs subcommand for pipeline #120
- Add Start pipeline command #98
- Templatize describe Pipelinerun #130
- Templatize describe Pipeline #131
- Add
tkn resource list
command #128
Fixes 🐛
- Fixes segfaults for taskrun list #169
- Do not panic when template fails to execute #132
- Removes azure-container flag ref from docs #150
Misc 🔨
Thanks ❤️
Thanks to these contributors who contributed to v0.2.0!
v0.1.2
Changelog
Now with object
completion 🎉
v0.1.1
Changelog
Fixes tkn version
report
v0.1.0
Changelog
Initial release with the following commands
tkn help:
Displays a list of the commands with helpful information.tkn completion:
Outputs a BASH completion script fortkn
to allow command completion with Tab.tkn version:
Outputs the cli version.tkn pipeline:
Parent command of the Pipeline command group.tkn pipelinerun:
Parent command of the Pipelinerun command group.tkn task:
Parent command of the Task command group.tkn taskrun:
Parent command of the Taskrun command group.
For every tkn command you can use -h
or --help
flags to display specific help for that command.