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

Add --package-set option to spago upgrade #1256

Merged
merged 2 commits into from
Jul 25, 2024

Conversation

fsoikin
Copy link
Collaborator

@fsoikin fsoikin commented Jul 25, 2024

Description of the change

Fixes #1191

 λ npx spago upgrade --package-set 55.1.0

<snip>
Upgrading the package set to the specified version: 55.1.0


 λ npx spago upgrade --package-set 55.2.0

<snip>
Upgrading the package set to the specified version: 55.2.0


 λ npx spago upgrade --package-set 55.2.0

<snip>
✅ Nothing to upgrade, you already have the specified package set.


 λ npx spago upgrade

<snip>
Upgrading the package set to the latest version: 55.3.0


 λ npx spago upgrade

<snip>
✅ Nothing to upgrade, you already have the latest package set.


 λ npx spago upgrade --help

<snip>
  --package-set ARG        Optional package set version to be used instead of
                           the latest one

Checklist:

@fsoikin fsoikin force-pushed the upgrade-package-set-option branch from fb3621f to 7e60d61 Compare July 25, 2024 18:11
Copy link
Member

@f-f f-f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love that it was already documented 😂
Thanks!

@f-f f-f merged commit b8cbc96 into purescript:master Jul 25, 2024
5 checks passed
@fsoikin fsoikin deleted the upgrade-package-set-option branch July 25, 2024 23:01
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.

spago upgrade should use a compatible compiler version if no sets for the current one are available
2 participants