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 gvm use -n/--no-install option #35

Merged
merged 1 commit into from
Jan 15, 2021

Conversation

graphaelli
Copy link
Collaborator

@graphaelli graphaelli commented Jan 8, 2021

Mostly to enable gvm use tip -n.

[15:02:09] ~/src/gvm (use-no-install) $ cat ~/.gvm/cache/go.meta 
{"Updated":"2021-01-07T14:23:47.883139-05:00"}

[15:02:15] ~/src/gvm (use-no-install) $ gvm use tip -n
export GOROOT="/Users/gil/.gvm/versions/gotip.darwin.amd64"
export PATH="/Users/gil/.gvm/versions/gotip.darwin.amd64/bin:$PATH"

[15:02:18] ~/src/gvm (use-no-install) $ cat ~/.gvm/cache/go.meta 
{"Updated":"2021-01-07T14:23:47.883139-05:00"}

[15:02:19] ~/src/gvm (use-no-install) $ gvm use tip
export GOROOT="/Users/gil/.gvm/versions/gotip.darwin.amd64"
export PATH="/Users/gil/.gvm/versions/gotip.darwin.amd64/bin:$PATH"

[15:03:11] ~/src/gvm (use-no-install) $ cat ~/.gvm/cache/go.meta 
{"Updated":"2021-01-08T15:02:23.408087-05:00"}

@graphaelli graphaelli requested a review from andrewkroh January 15, 2021 23:04
@andrewkroh
Copy link
Owner

Hi Gil, so is this to enable the use of gvm use tip without having it do an update?

@graphaelli
Copy link
Collaborator Author

Yes, exactly

Copy link
Owner

@andrewkroh andrewkroh left a comment

Choose a reason for hiding this comment

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

LGTM

@graphaelli graphaelli merged commit bb1dac9 into andrewkroh:master Jan 15, 2021
@graphaelli graphaelli deleted the use-no-install branch January 15, 2021 23:20
@andrewkroh
Copy link
Owner

I'll add a changelog entry and make a release.

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