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
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