-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update module github.com/spf13/cobra to v1.5.0 - autoclosed #111
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/git.luolix.top-spf13-cobra-1.x
branch
from
July 2, 2021 15:37
73f90c8
to
5ed2901
Compare
renovate
bot
changed the title
Update module github.com/spf13/cobra to v1.2.0
Update module github.com/spf13/cobra to v1.2.1
Jul 2, 2021
renovate
bot
force-pushed
the
renovate/git.luolix.top-spf13-cobra-1.x
branch
2 times, most recently
from
August 12, 2021 09:30
e6d903a
to
0f0ab15
Compare
renovate
bot
changed the title
Update module github.com/spf13/cobra to v1.2.1
Update module github.com/spf13/cobra to v1.2.1 - autoclosed
Aug 30, 2021
renovate
bot
changed the title
Update module github.com/spf13/cobra to v1.2.1 - autoclosed
Update module github.com/spf13/cobra to v1.2.1
Aug 30, 2021
renovate
bot
force-pushed
the
renovate/git.luolix.top-spf13-cobra-1.x
branch
from
August 30, 2021 13:00
0f0ab15
to
73ee173
Compare
renovate
bot
changed the title
Update module github.com/spf13/cobra to v1.2.1
Update module github.com/spf13/cobra to v1.2.1 - autoclosed
Aug 30, 2021
renovate
bot
changed the title
Update module github.com/spf13/cobra to v1.2.1 - autoclosed
Update module github.com/spf13/cobra to v1.2.1
Aug 30, 2021
renovate
bot
changed the title
Update module github.com/spf13/cobra to v1.2.1
Update module github.com/spf13/cobra to v1.2.1 - autoclosed
Aug 31, 2021
renovate
bot
changed the title
Update module github.com/spf13/cobra to v1.2.1 - autoclosed
Update module github.com/spf13/cobra to v1.2.1
Aug 31, 2021
renovate
bot
force-pushed
the
renovate/git.luolix.top-spf13-cobra-1.x
branch
from
August 31, 2021 02:05
73ee173
to
f455f53
Compare
renovate
bot
changed the title
Update module github.com/spf13/cobra to v1.2.1
Update module github.com/spf13/cobra to v1.2.1 - autoclosed
Aug 31, 2021
renovate
bot
changed the title
Update module github.com/spf13/cobra to v1.2.1 - autoclosed
Update module github.com/spf13/cobra to v1.2.1
Aug 31, 2021
renovate
bot
force-pushed
the
renovate/git.luolix.top-spf13-cobra-1.x
branch
from
March 7, 2022 15:39
f455f53
to
d6e4ecb
Compare
renovate
bot
changed the title
Update module github.com/spf13/cobra to v1.2.1
Update module github.com/spf13/cobra to v1.3.0
Mar 7, 2022
renovate
bot
changed the title
Update module github.com/spf13/cobra to v1.3.0
Update module github.com/spf13/cobra to v1.4.0
Mar 26, 2022
renovate
bot
force-pushed
the
renovate/git.luolix.top-spf13-cobra-1.x
branch
from
March 26, 2022 13:50
d6e4ecb
to
95cfd33
Compare
renovate
bot
force-pushed
the
renovate/git.luolix.top-spf13-cobra-1.x
branch
from
June 23, 2022 20:56
95cfd33
to
063bdde
Compare
renovate
bot
changed the title
Update module github.com/spf13/cobra to v1.4.0
Update module github.com/spf13/cobra to v1.5.0
Jun 23, 2022
renovate
bot
force-pushed
the
renovate/git.luolix.top-spf13-cobra-1.x
branch
2 times, most recently
from
August 8, 2022 22:40
8774ee6
to
75ea57a
Compare
Signed-off-by: Renovate Bot <bot@renovateapp.com>
renovate
bot
force-pushed
the
renovate/git.luolix.top-spf13-cobra-1.x
branch
from
August 8, 2022 23:04
75ea57a
to
d55295a
Compare
renovate
bot
changed the title
Update module github.com/spf13/cobra to v1.5.0
Update module github.com/spf13/cobra to v1.5.0 - autoclosed
Aug 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.4.0
->v1.5.0
Release Notes
spf13/cobra
v1.5.0
Compare Source
Spring 2022 Release 🌥️
Hello everyone! Welcome to another release of cobra. Completions continue to get better and better. This release adds a few really cool new features. We also continue to patch versions of our dependencies as they become available via dependabot. Happy coding!
Active help 👐🏼
Shout out to @marckhouzam for a big value add: Active Help https://github.com/spf13/cobra/pull/1482. With active help, a program can provide some inline warnings or hints for users as they hit tab. Now, your CLIs can be even more intuitive to use!
Currently active help is only supported for bash V2 and zsh. Marc wrote a whole guide on how to do this, so make sure to give it a good read to learn how you can add this to your cobra code! https://github.com/spf13/cobra/blob/master/active_help.md
Group flags 🧑🏼🤝🧑🏼
Cobra now has the ability to mark flags as required or exclusive as a group. Shout out to our newest maintainer @johnSchnake for this! https://github.com/spf13/cobra/pull/1654 Let's say you have a
username
flag that MUST be partnered with apassword
flag. Well, now, you can enforce those as being required together:Flags may also be marked as "mutally exclusive" with the
MarkFlagsMutuallyExclusive(string, string ... )
command API. Refer to our user guide documentation for further info!Completions 👀
Documentation 📝
CHANGELOG.md
as it isn't updated - @johnSchnake https://github.com/spf13/cobra/pull/1634shell_completion.md
- @danieldn https://github.com/spf13/cobra/pull/1678Testing & CI ⚙️
RICHGO_FORCE_COLOR
- @umarcor https://github.com/spf13/cobra/pull/1647stale-bot
settings - @jpmcb https://github.com/spf13/cobra/pull/1609Beep boop, bot commits 🤖
Misc 💭
errors.Is()
to check for errors - @Luap99 https://github.com/spf13/cobra/pull/1730Shoutout to ALL our contributors (and all the new first time contributors!!) - great work everyone!! Cobra and it's huge impact wouldn't be possible without you 👏🏼 🚀 🐍
Full Changelog: spf13/cobra@v1.4.0...v1.5.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.