Authentication
The Zuplo CLI, zup
, uses API Keys to authenticate.
- Contact support to enable API keys for your Zuplo project.
- Navigate to dev.zuplo.com/docs and click on "Sign in" on the top right corner.
- Navigate to authentication and generate some API keys. You will use these keys to authenticate with the Zuplo CLI.
All commands take an --api-key
argument. For example, to list your zups, run:
zup list --api-key zpka_79192455000204849918945812060565_517xxxx
If you do not wish to pass your API Key to every command, you can set it as an environment variable:
export ZUPLO_API_KEY=zpka_79192455000204849918945812060565_517xxxx
zup list --api-key