Unai Martinez-Corral

Results 593 comments of Unai Martinez-Corral

Ref: #1245 (blocked by #1428)

> but I don't see a specific version required in the readme? You can check the versions tested in CI: - https://github.com/spf13/cobra/actions/runs/1664856023 - https://github.com/spf13/cobra/blob/master/.github/workflows/test.yml#L34-L38

That'd be interesting. Note https://github.com/spf13/cobra/blob/master/CONDUCT.md#deprecation and https://endoflife.date/go as well.

See https://github.com/spf13/cobra/pull/1530.

@marckhouzam I removed this from #1496 and I pulled it out of #1525. It seems that supporting multiple output formats might require explicitly handling multiple text sources...

@spf13, thanks a lot! I will repurpose this PR and probably split it between here and spf13/cobra.dev. Just something I'm unsure about: where is cobra.dev deployed from? spf13/cobra.dev contains the...

@spf13, nice and thanks. For now, it's enough to know that we can handle it with an Action in a GitHub Actions workflow. I will probably propose PRs to be...

@spf13, see #1428. That's the first subset of this PR: moving all markdown sources related to the documentation into a single directory. However, co-maintainers have been struggling to merge PRs...

This PR is not stale, but blocked by #1428. Please, remove the `kind/stale` label. See https://github.com/spf13/cobra/pull/1245#issuecomment-958320943.

Some thoughts: - Using viper, the option can be set through a config file, envvars or a flag. Supporting one or several of those options should be up to users...