Skip to content

Releases: tektoncd/cli

v0.2.1

08 Aug 14:38
Compare
Choose a tag to compare

Changelog

Fixes 🐛

  • Bugfix Returns an error if no pipelines found #194
  • Improve pipeline logs command #198
  • Fix nil pointer error #205
  • Fix follow mode for interactive pipeline logs #206

v0.2.0

30 Jul 13:13
Compare
Choose a tag to compare

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 🔨

  • docs: generate docs/cmd from code #154
  • tkn as a kubectl plugin #180
  • Shell completion on objects #96

Thanks ❤️

Thanks to these contributors who contributed to v0.2.0!

v0.1.2

19 Jun 13:40
43e2a41
Compare
Choose a tag to compare

Changelog

Now with object completion 🎉

v0.1.1

19 Jun 09:49
0e4141a
Compare
Choose a tag to compare

Changelog

Fixes tkn version report

v0.1.0

17 Jun 09:37
Compare
Choose a tag to compare

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 for tkn 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.