-
Notifications
You must be signed in to change notification settings - Fork 3
(feat) allow the saving of multiple tokens #705
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
Conversation
9af045b to
1712631
Compare
1712631 to
79ec2af
Compare
dylanratcliffe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just asking for changes around the "error" message. Having the tests are great
fff8546 to
ee7bef6
Compare
Using a local token, and what app is being usedBad token exampleNotifying a user we have saved a token, after auth |
699adf9 to
4348a01
Compare
|
@tphoney What does it look like when there is no token file at all? |
no token file exists |
|
@tphoney Would you mind suppressing that particular error? I don't think it adds any value and I don't want to muddy the first experience, the rest is very good |
4348a01 to
7e3f9e6
Compare
7e3f9e6 to
4edeb60
Compare
|
@dylanratcliffe @DavidS-ovm os.stat for a missing token file is now ignored. |
| if app == "" { | ||
| log.Fatal("no app specified, please use --app or set OVM_APP") | ||
| } | ||
| viper.Set("app", app) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
neat




re #687