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

Closed
beholdenkey opened this issue Dec 31, 2024 · 1 comment · Fixed by #3568
Closed

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

beholdenkey opened this issue Dec 31, 2024 · 1 comment · Fixed by #3568
Labels
enhancement ✨ New feature or request good first issue 🥇 Good for newcomers

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
@brandtkeller brandtkeller added this to Zarf Mar 3, 2025
@github-project-automation github-project-automation bot moved this to Triage in Zarf Mar 3, 2025
@brandtkeller
Copy link
Member

Thanks for the issue @beholdenkey - This does sound like a useful addition to the command.

@brandtkeller brandtkeller moved this from Triage to Backlog in Zarf Mar 3, 2025
@brandtkeller brandtkeller added the good first issue 🥇 Good for newcomers label Mar 3, 2025
@github-project-automation github-project-automation bot moved this from Backlog to Done in Zarf Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request good first issue 🥇 Good for newcomers
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants