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

feat: add upgrade command to pixi #614

Merged
merged 8 commits into from
Jan 8, 2024

Commits on Jan 8, 2024

  1. feat: add upgrade command to pixi

    Easiest way to add an upgrade command is to reuse the install logic.
    This commit extracts out parts of install::execute flow into its own function.
    So upgrade is basically just calling install but can format the final message
    differently
    trueleo committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b3d3765 View commit details
    Browse the repository at this point in the history
  2. Add upgrade-all command

    trueleo committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ed442ab View commit details
    Browse the repository at this point in the history
  3. Fix

    trueleo committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ddd4942 View commit details
    Browse the repository at this point in the history
  4. Add to cli docs

    trueleo committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    74e0d9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2aae86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc3192f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7b0adc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c0708d View commit details
    Browse the repository at this point in the history