We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Everything installed correctly, however I am stuck on login command:
root@promus-1-vm:~# apigee-backup-tool login
.. ...
Nothing happens here?
Any idea?
The text was updated successfully, but these errors were encountered:
Sorry for the late response.
gcloud is mentioned as one of the prerequisites for the tool.
Even after installing gcloud if the command doesn't work run below commands
gcloud auth login
or
gcloud auth application-default login
Sorry, something went wrong.
the tool uses gcloud cli for getting a token to authenticate with GCP apigee apis.
run gcloud auth login command and login usuing your GCP account
No branches or pull requests
Hi,
Everything installed correctly, however I am stuck on login command:
root@promus-1-vm:~# apigee-backup-tool login
..
...
Nothing happens here?
Any idea?
The text was updated successfully, but these errors were encountered: