Hi Team,
could you help me to find the way to get bearer token to run maven apigee X plugin commands.
I see get token working for Apigee edge , but it is very hard to find a similar solution for Apigee X
Thanks & Regards,
RP
Solved! Go to Solution.
You should install gcloud SDK on your laptop. Once done you can run the following commands on your laptop to get a token
You can also run the mvn command directly - "mvn clean install -P{profile} -Dbearer=$(gcloud auth print-access-token)"