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

wicked CLI should support fetching the correct Helm chart #164

Open
DonMartin76 opened this issue Feb 15, 2019 · 0 comments
Open

wicked CLI should support fetching the correct Helm chart #164

DonMartin76 opened this issue Feb 15, 2019 · 0 comments
Milestone

Comments

@DonMartin76
Copy link
Member

DonMartin76 commented Feb 15, 2019

It would be nice if the wicked-cli would support fetching the correct Helm chart version to a given tag.

Proposed syntax:

wicked helm fetch [-t, --tag <tag>] [-o, --output <dir>] [--no-unpack] [-d, --delete]

The tag would specify the version of the Helm chart to fetch, and the dir the output directory into which to put the unpacked Helm chart to. Specify --no-unpack to not unpack the chart after downloading (keep the .tgz file). Specify -d to delete the output directory's wicked sub directory prior to downloading (or the .tgz file in case --no-unpack was specified).


This can be implemented without needing to release wicked.

@DonMartin76 DonMartin76 modified the milestones: 1.0.0, 1.0.0-rc.2 Feb 15, 2019
@DonMartin76 DonMartin76 modified the milestones: 1.0.0-rc.2, 1.0.0 Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant