You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If you attempt to create a package with a flavor that doesn't exist, as long as there is a component you don't get an error or warning about passing in a bad flavor.
Example: (I know this one is silly) but if you do zarf package create <dir> --flavor patchVersion9 it doesn't let you know you specified a bad flavor since you still have the podinfo component, but neither of the podinfo-flavor components get added to the created package.
Is your feature request related to a problem? Please describe.
If you attempt to create a package with a flavor that doesn't exist, as long as there is a component you don't get an error or warning about passing in a bad flavor.
Example: (I know this one is silly) but if you do
zarf package create <dir> --flavor patchVersion9
it doesn't let you know you specified a bad flavor since you still have thepodinfo
component, but neither of the podinfo-flavor components get added to the created package.zarf.yaml
Describe the solution you'd like
zarf package create <dir> --flavor
with an invalid flavorDescribe alternatives you've considered
(optional) A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: