Daniel Helfand
Daniel Helfand
Following up on https://github.com/vmware-tanzu/carvel-ytt/issues/240. The idea of excluding hidden directories with `kbld -f` I think is applicable as well as described in this [comment](https://github.com/vmware-tanzu/carvel-ytt/issues/240#issuecomment-730867004).
This issue is meant to serve as a place to discuss possibilities for adding the features of [`oci`](https://github.com/tektoncd/experimental/tree/master/oci) into `tkn`. Closing this issue requires developing a plan (could include a...
While there are certainly features of `tkn` that aid with debugging a `TaskRun` or `PipelineRun`, there isn't, in my opinion, something similar to the experience of using an IDE debugger...
### Feature request The ability to see param names/values added by the pipelines controller as opposed to by the user when using `tkn pipelinerun desc` or `tkn taskrun desc`. The...
`tkn` is available via a Chocolatey package, but the process for uploading a new release is manual. Chocolatey does feature a `choco` CLI, which offers a `choco pack` command to...
As a Windows user, I would like the ability to install `kn` via a package manager such as [Scoop](https://scoop.sh/) or [Chocolatey](https://chocolatey.org/) to help simplify the installation/update process of working with...
Currently, you must run `rm ~/.config/octant/plugins/` to remove a plugin. It would be nice to be able to remove a plugin via the CLI instead so users don't have to...
This pull request updates the descriptions for the `mongodb` image streams to the `mongodb` 3.6 README.
* customers_api.delete -> customers_api.delete_customer * result.success -> result.is_success * result.error -> result.is_error * customers_api.list() -> customers_api.list_customers()
With Pipelines 0.8.0, there will be a default service account for Pipelines and the workshop should be updated to take this into account. The default service account will allow pipeline...