Skip to content
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

Closed
aish-kozhisherry opened this issue Oct 18, 2019 · 5 comments
Closed

Token option is not working #173

aish-kozhisherry opened this issue Oct 18, 2019 · 5 comments

Comments

@aish-kozhisherry
Copy link

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

@whitlockjc
Copy link
Member

whitlockjc commented Oct 18, 2019 via email

@g1patil
Copy link

g1patil commented Oct 21, 2019

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
@kurtkanaskie
Copy link
Contributor

Pull request initiated.
Using the --token option turns off prompting for other parameters.
Given that behavior, a required param without a prompt setting is not an error condition.

@whitlockjc
Copy link
Member

This should be fixed in [email protected]. Can you please verify?

@kurtkanaskie
Copy link
Contributor

kurtkanaskie commented Oct 25, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants