-
Notifications
You must be signed in to change notification settings - Fork 90
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
Token option is not working #173
Comments
I’m sorry about this. I’m afk today but I can look into this over the
weekend, or Monday at the latest. In the meantime, you could downgrade to
get around this.
On Fri, Oct 18, 2019 at 7:26 AM aish-kozhisherry ***@***.***> wrote:
apigeetool isn't working when using the -t option, to use the Apigee
Access token. The code that was working previously, is failing with this
error.
Invalid arguments: Error: Missing required option with no prompt "username"
This is my command that was working.
apigeetool deployproxy --token $TOKEN -o $(ORG) -e dev1 -n $PROXYNAME -L
https://api.enterprise.apigee.com -i
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#173?email_source=notifications&email_token=AAAYEU6IUXKTWWRHBNKX7WTQPGTONA5CNFSM4JCGW6NKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HSXOXJA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAYEU3MTYYJJW7JTA4O2VTQPGTONANCNFSM4JCGW6NA>
.
--
Take care,
Jeremy
|
We also have been facing same issue. Downgraded to previous stable version. |
kurtkanaskie
added a commit
to kurtkanaskie/apigeetool-node
that referenced
this issue
Oct 22, 2019
Pull request initiated. |
This should be fixed in |
Yep, works!
Thanks so much for your help, I'll get better at making changes and being
precise in PRs.
Have a great weekend!
Regards,
Kurt
Kurt Kanaskie
*apigee <https://apigee.com/api-management/>* | Technical Solution
Consultant - Customer Success
[email protected]
484 695 1106
…On Fri, Oct 25, 2019 at 4:39 PM Jeremy Whitlock ***@***.***> wrote:
This should be fixed in ***@***.*** Can you please verify?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#173?email_source=notifications&email_token=AD35LKVOCVWPXKEBLQRKTWDQQNKORA5CNFSM4JCGW6NKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECJQCLQ#issuecomment-546505006>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD35LKS3KHWNPPHXKCDTY3TQQNKORANCNFSM4JCGW6NA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
apigeetool isn't working when using the -t option, to use the Apigee Access token. The code that was working previously, is failing with this error.
Invalid arguments: Error: Missing required option with no prompt "username"
This is my command that was working.
apigeetool deployproxy --token $TOKEN -o $(ORG) -e dev1 -n $PROXYNAME -L https://api.enterprise.apigee.com -i
The text was updated successfully, but these errors were encountered: