PackageTrack
Sign in Get early access

github.com/spf13/cobra-cli

v1.3.0 #1806 most downloaded on Go modules spf13/cobra-cli

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Ships fairly regularly

a new release about every 2 months

Nearly every release is documented

notes for 1 of 1 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

12 releases · first in 2022

0 releases in the last 12 months

see the full history below

Release timeline

12 releases · Feb 2022 to Aug 2023
2023 2024 2025 2026
Release Pre-release

Releases

latest 12
  1. v1.3.1-0.20230819210728-1d434876c3a7 19 Aug 2023 pre-release

    Nothing published for this version

  2. v1.3.1-0.20230614154854-3858115d122a 14 Jun 2023 pre-release

    Nothing published for this version

  3. v1.3.1-0.20230218123528-ea7926a8c5b9 18 Feb 2023 pre-release

    Nothing published for this version

  4. v1.3.1-0.20221031201452-d146541ba222 31 Oct 2022 pre-release

    Nothing published for this version

  5. v1.3.1-0.20221010172335-3116dfbc2166 10 Oct 2022 pre-release

    Nothing published for this version

  6. v1.3.1-0.20220728223730-fd5e124aeba7 28 Jul 2022 pre-release

    Nothing published for this version

  7. v1.3.1-0.20220329183958-cb54657cc0f7 29 Mar 2022 pre-release

    Nothing published for this version

  8. v1.3.1-0.20220325173231-541496c5b236 25 Mar 2022 pre-release

    Nothing published for this version

  9. v1.3.0 23 Feb 2022
    Release notes

    Welcome! 👋🏼 🐍

    This is the first release of cobra-cli, the CLI bootstrapper for spf13/cobra! 🎉 Originally, this code and the CLI tool existed directly in spf13/cobra, co-located as a single go module. But it was migrated here to enable the core cobra library to be as lite-weight and easy to consume as possible.

    For further context, refer to: spf13/cobra#1597

    How do I migrate? 🥡

    It's pretty unlikely you were importing and using the bootstrapping CLI tool as part of your application (after all, it's just a tool to get going with core cobra).

    But if you were, replace occurrences of

    "github.com/spf13/cobra/cobra"
    

    with

    "github.com/spf13/cobra-cli"
    

    In your go.mod, you'll want to also include this dependency. We recommend getting it by

    github.com/spf13/cobra-cli v1.3.0
    

    Different repos 🍴

    Now that spf13/cobra and spf13/cobra-cli are separated, this means they will likely diverge in their versioning scheme. We started with a v1.3.0 because it's the same code and things from spf13/cobra's v1.3.0 tag. Or in other-words, this release merely represents the changing of repositories and the changing of names. In the future, these version numbers may drift and will not continue to be directly correlated.

    Shoutout to our awesome contributors helping to make this happen!
    @spf13 @marckhouzam @johnSchnake @liggitt

    Open source →
  10. v0.0.0-20230819210728-1d434876c3a7 19 Aug 2023 pre-release

    Nothing published for this version

  11. v0.0.0-20220223031945-74762ac083f2 23 Feb 2022 pre-release

    Nothing published for this version

  12. v0.0.0-20220217191704-7c6e26ac0939 17 Feb 2022 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive