So, I'm trying see if there's a way to pass an ACC...
# sdf
d
So, I'm trying see if there's a way to pass an ACCESS_TOKEN to the
suitecloud project:deploy
commnd directly (rather than saving the token via
account:setup
m
What's the problem you are trying to solve?
d
Well, I have an access token (not the token id and secret) and am trying to figure out a way to pass the access token directly to suitecloud:deploy
there must be a way, I just can seem to reverse engineer the suitcloud cli code
m
Well, I have an access token (not the token id and secret)
I'm not sure what this means. What does an access token mean if not token id/secret?
s
Probably file this as a feature request
I presume darren must have an OAuth2 access token in hand?
IIRC the node cli delegates all the auth stuff to the Java SDK
r
I just went with the token/secret path and passing it as environment variables to a powershell script
d
Ya, @battk pointed out that suitecloud is using 3 step TBA ... lol
s
how else would it allow you to do the interactive browser approval when adding an account?
d
@Shawn Talbert OAuth2 Authh Code Grant Flow
s
oh, I figured that's what you meant?