-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Say I have fpm-0.1.3 and want to upgrade to current master or some future tag like v0.1.4. After the step 2 of #253 is implemented (so that the fpm.toml is in root dir), I think this should be possible by going through the following steps:
fpm newa dummy project.- Add fpm as a dependency to the manifest and specify the v0.1.4 tag.
- Run
fpm install. This will build thefpmlibrary and binary as a dependency and put it to ~/.local/bin.
This will be somewhat awkward and not easy to do. Having the fpm upgrade command do this for you would be useful and nice UX I think.
What do you think?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request