cli
cli copied to clipboard
A CLI for interacting with Tekton!
Dear, maintainers! Thanks for your awesome tool! I would like to improve overall experience of `tkn` usage and bring to you a case. We use crossplane in our cluster, so...
/kind cleanup PipelineResource is deprecated and is removed with the removal of v1alpha1, we need to remove it from `tkn`. /assign
Currently, both v1alpha1 and v1beta1 are supported. But going forward we will need to remove v1alpha1 support from cli. We may need to document in one or two releases about...
Discussed during today's (17th May 2022): ``` Just like docker cli, we can have a json file where we can enable experimental subcommands/commands Being in experimental, things might break for...
# Changes - Bump the default GOLANG_VERSION to 1.17.3 The image was not building with the existing default value, 1.13.* due to the use of embeded files TESTED: ``` docker...
### Feature request Now that the [CSI volume as workspaces](https://github.com/tektoncd/pipeline/pull/5030) has been merged and released in v0.38, it would be helpful that we can have this added to cli. ###...
Hi, is it intentional that the started and observed (using `--showlog`) Task/Pipeline does not have passed a result as an exit code to the shell? **Example:** `tkn pipeline run ...`...
``` list_test.go:134: failed to read layer sha256:901234178dd17a534133fe551efa1ade1869bfd2a0491fcc8d7a86daa5ae8cfd: Failed to read image layer: mkdir /homeless-shelter: permission denied list_test.go:137: Unexpected output: string( - "Error: failed to read layer sha256:901234178dd17a534133fe551efa1ade1869bfd2a0491fcc8d7a86daa5ae8cfd: Failed to read...
### Feature request Bundle validation, with clearer errors. when creating a bundle its not an option to create without pushing, so there is no way to validate a bundle before...
# Changes Commands can be annotated with `experimental` to be treated as such. This will show up in usage/help as well as will output a warning message in stderr on...