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

Wiz freeze option lock down requirements instead of environment mapping #10

Open
buddly27 opened this issue Aug 5, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@buddly27
Copy link
Contributor

buddly27 commented Aug 5, 2020

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:

{
    "identifier": "foo-bar-fusion",
    "description": "This package combines foo and bar",
    "requirements": [
        "foo==2.0.3",
        "bar==1.2.3"
    ]
}
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