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

Improve pixi global update reporting #2284

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Hofer-Julian
Copy link
Contributor

@Hofer-Julian Hofer-Julian commented Oct 15, 2024

It should output one of these things:

  • Up-to-date
  • Updated top-level dependencies to these versions
  • Updated environment (when only transitive dependencies have been updated)

Current status:

$ pixi global update
✔ Updated environment rattler-build.

The output would stay the same when only transitive dependencies have been updated.

New output when nothing has been updated:

$ pixi global update
✔ Environment rattler-build was already up-to-date.

Output when a single top-level dependency has been updated

$ pixi global update
✔ Updated package rattler-build in environment rattler-build.

Output when multiple top-level dependencies have been updated

$ pixi global update
✔ Updated packages in environment rattler-build.
    - rattler-build
    - patch-elf
    - grep

@Hofer-Julian Hofer-Julian changed the base branch from main to feature/pixi-global October 15, 2024 15:00
@Hofer-Julian Hofer-Julian changed the title Feat/improve global update Improve pixi global update reporting Oct 15, 2024
@Hofer-Julian Hofer-Julian changed the base branch from feature/pixi-global to main October 16, 2024 09:51
@nichmor nichmor self-assigned this Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants