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

--frozen helpstring is missing from 0.23.0 #1467

Closed
2 tasks done
benmoss opened this issue May 31, 2024 · 1 comment · Fixed by #1468
Closed
2 tasks done

--frozen helpstring is missing from 0.23.0 #1467

benmoss opened this issue May 31, 2024 · 1 comment · Fixed by #1468
Labels
🐞 bug Something isn't working

Comments

@benmoss
Copy link

benmoss commented May 31, 2024

Checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pixi, using pixi --version.

Reproducible example

pixi run --help
Options:
      --manifest-path <MANIFEST_PATH>                  The path to 'pixi.toml' or 'pyproject.toml'
      --frozen                                         [env: PIXI_FROZEN=]
      --locked                                         Check if lockfile is up-to-date before installing the environment, aborts when lockfile isn't up-to-date with the manifest file
                                                       [env: PIXI_LOCKED=]

Issue description

There's no description of what --frozen does

Expected behavior

I think it uses packages from the lockfile but will never update the lockfile?

@benmoss benmoss added the 🐞 bug Something isn't working label May 31, 2024
@ruben-arts
Copy link
Contributor

Easiest bug fix ever, not sure why that ever changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants