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

Unify cmd and cmd w/ version #133

Open
rhagenson opened this issue Jul 21, 2020 · 1 comment
Open

Unify cmd and cmd w/ version #133

rhagenson opened this issue Jul 21, 2020 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@rhagenson
Copy link
Member

Because I just sank more time than I should have (reading the docs fixed my issue obviously) can we unify the two types of update to the following form:

Install latest version

ponyup update ponyc release

Install specific version

ponyup update ponyc release 0.33.1

This is a change from how currently the correct way to do it is to replace release with release-0.33.1 rather than adding an additional piece of information in the form of 0.33.1 -- it seems to me it should be ponyup <cmd> <tool> <channel> [<version>]

This change would then be best extended to ponyup select as well to make it ponyup select ponyc release 0.33.1

@SeanTAllen SeanTAllen added enhancement good first issue Good for newcomers help wanted Extra attention is needed labels Jul 21, 2020
@SeanTAllen
Copy link
Member

This would be a breaking change and the PR should get a CHANGELOG- changed entry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants