You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use WSL, so GUI support is clunky. I got it to work, but I would like to be able to just copy the authentication URL into my native browser instead of gsts trying to open a browser automatically. Google Cloud's gcloud does this for example.
Would it be possible to implement this flow, enabled by a command line option?
The text was updated successfully, but these errors were encountered:
@bentsherman while still writing to the credentials file, right? I'd need to do some research as I'm not sure how to capture those details outside the running context. You're not looking for gsts console, are you?
It looks like gsts console also opens a browser window. I just want it to print a URL, then I open to that URL myself, authenticate, and gsts captures that event somehow and proceeds.
I see what you mean that the "somehow" part might be tricky. I don't know how gcloud does it, it might use internal APIs that this tool can't access.
In any case, I think it's worth a cursory investigation to see if it's possible, but it's not an urgent issue. I just run an X server in the background, and most of the time gsts can log me in without opening a browser anyway.
I use WSL, so GUI support is clunky. I got it to work, but I would like to be able to just copy the authentication URL into my native browser instead of
gsts
trying to open a browser automatically. Google Cloud'sgcloud
does this for example.Would it be possible to implement this flow, enabled by a command line option?
The text was updated successfully, but these errors were encountered: