cobra-cli icon indicating copy to clipboard operation
cobra-cli copied to clipboard

Cobra CLI tool to generate applications and commands

Results 48 cobra-cli issues
Sort by recently updated
recently updated
newest added

This PR adds ActiveHelp to the cobra-cli as an example of the new ActiveHelp feature. This is a revival of #24 which I was not able to re-open. Since the...

kind/feature

Bumps [actions/stale](https://github.com/actions/stale) from 5.1.0 to 5.1.1. Release notes Sourced from actions/stale's releases. Fix issue when days-before-close is more than days-before-stale fixes a bug introduced in #717 fixed in #775 Changelog...

dependencies
github_actions

Now that #1 is merged, a Test CI job is defined, and it is [green on `main`](https://github.com/spf13/cobra-cli/actions/workflows/test.yml?query=branch%3Amain), it should be marked a required job to prevent accidental merges without first...

During the discussion about creating the `cobra-cli` repo @spf13 hinted that we should rename the configuration file to `cobra-cli.yaml` but keep supporting the `cobra.yaml` name as a fallback. Please see...

**In continuation to PR [#1605](https://github.com/spf13/cobra/pull/1605)** --- Signed off by: Harjyot Bagga [[email protected]](mailto:[email protected]) **PR to resolve Issue https://github.com/spf13/cobra-cli/issues/39** - Checks if a LICENSE exists in the Project Directory, if so it...

https://github.com/spf13/cobra/issues/1614#issue-1153386641 Multiple issues in the spf13/cobra repo were regarding the patterns of globals/init methods which made testing and growth difficult. This linked issue properly points to the method (I think)...

help wanted

- This is not my final image of how the commands should be constructed but my final image would require to work with the Go AST library which I am...

Moving from https://github.com/spf13/cobra/issues/1381 For example: cobra add foo--bar--baz --var-name=foo_bar_bazCmd -p 'parentCmd' // generates cmd/foo--bar--baz.go Similarly, it'd be nice if I can run the cobra command in the current directory instead...

When attempting to use `cobra-cli init` in a project that uses Go 1.18's new workspace mode, I hit what looks like a JSON unmarshaling error (`Error: invalid character '{' after...

# Labels, Milestones, Triaging ⚡ The following is a living issue, pinned to the top of `cobra-cli`'s GitHub issues for wide visibility, available for comment, that represents the current labeling,...