Skip to content

add a command to switch to the most recent local version #110

@travisstaloch

Description

@travisstaloch

i would guess that i run $ zigup master maybe twice a month. its much more common that i switch between 0.11 and my most recent local version. to do so i need to run these commands:

$ zigup 0.11.0 # this is nice. one command to switch to 0.11

# later on when i want to switch back i need to run two commands, and paste the version into the second.

$ zigup list
0.11.0
0.12.0-dev.2341+92211135f

$ zigup 0.12.0-dev.2341+92211135f

this isn't bad but would be nice if there were a single command i could run. the only reason i bring it up is that its my most common usage of zigup. i wonder if this is possible?

this is what i'd like to be able to do.

$ zigup local-master # don't download anything. switch to local version 0.12.0-dev.2341+92211135f

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions