Skip to content
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

Allow zarf tools download-init to download a specific zarf version #3366

Open
beholdenkey opened this issue Dec 31, 2024 · 0 comments
Open
Labels
enhancement ✨ New feature or request

Comments

@beholdenkey
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Currently, when using zarf tools download-init, it downloads the latest version. This can be problematic if we're building packages that aren't compatible with the latest version of Zarf. It would be beneficial to specify the version in the command:

zarf tools download-init -v v0.45.0

Describe the behavior you'd like

  • Given a state

    zarf tools download-init -v v0.45.0
  • When an action is taken

    When the -v or --version flags are passed

  • Then something happens

    The desired version of Zarf is downloaded

Describe alternatives you've considered

Currently, the alternative is to use the gh CLI or curl. While that works, adding this functionality to zarf tools download-init would be more convenient.

@beholdenkey beholdenkey added the enhancement ✨ New feature or request label Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant