Daniel Helfand

Results 80 comments of Daniel Helfand

I think if someone wants to see the default value for a param, they should use `tkn task describe` or `tkn pipeline describe`, which will show those values. I think...

The difference would be that `tkn taskrun describe` or `tkn pipelinerun describe` would also show param default values under the param section even if the user has not specified these...

Hey @ppitonak We support `tkn task logs` and `tkn taskrun logs`. `--showlog` is for immediately starting logs after starting a PipelineRun or TaskRun. Are you suggesting that you would like...

In general, supporting a log alias for logs subcommands would be really nice.

Another thing to note is that [winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/) may be the preferred tool for Windows once it is officially released.

@GuessWhoSamFoo Agreed. Something to also install plugins I think would be nice long term. I think the CLI makes the most sense as the way for users to manage plugins...

Throwing in some notes I kept while implementing the CLI fix: https://docs.google.com/document/d/1MmYIfM8tbEp2irCaLtgrv9jJL-coYG3u-wa3xTVkEOU/edit#heading=h.r5wcd4iwxat8 Kubernetes has a TokenManager concept that creates, refreshes, caches, and rotates tokens from the TokenRequest API. The challenge...

Updating this issue with some recent conversation around supporting this: We are looking to collect more use cases around this feature before moving forward with any proposal. All ideas around...

> @danielhelfand if you resolve conflicts, I'll be happy to merge! Thanks again for looking everything over. I have resolved the conflicts.

I am proposing the following to address this issue: Use `brew info $(brew ls) | grep docker-machine-driver-xhyve` instead of `brew info --installed docker-machine-driver-xhyve` or `brew info --installed --json=v1 docker-machine-driver-xhyve`.