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
Right now, running wiz freeze foo bar -o /tmp will create a definition with a combination of all environment variable resulting from the context resolution:
{
"identifier": "foo-bar-fusion",
"description": "This package combines foo and bar",
"environ": {
# Lots of environment variables
}
}
It would be great to have an option to simply freeze the package requirements instead:
Right now, running
wiz freeze foo bar -o /tmp
will create a definition with a combination of all environment variable resulting from the context resolution:It would be great to have an option to simply freeze the package requirements instead:
The text was updated successfully, but these errors were encountered: