Hello, so when I run `argo-workflows create` I get...
# ask-metaflow
b
Hello, so when I run
argo-workflows create
I get this error:
Copy code
There is an existing version of recommender.prod.prewarmflow on Argo Workflows which was deployed by the user x.y.
To deploy a new version of this flow, you need to use the same production token that they used. 
Please reach out to them to get the token. Once you have it, call this command:
    argo-workflows create --authorize MY_TOKEN
See "Organizing Results" at <http://docs.metaflow.org|docs.metaflow.org> for more information about production tokens.
    Incorrect production token:
    Try again with the correct production token.
I was wondering is there a way to either get the token or force metaflow to create the new flow? the user
x.y
actually got locked out and cannot get his token.
1
h
You can cheat and specify
USER=xxx
as an environment variable when creating the flow (where xxx was the original user). There's probably a way to see the token from the deployed flow but I haven't used argo (in SFN it shows up as an environment variable)
b
oh wow! that worked!
thanks @hundreds-rainbow-67050