U
Uploadcare CLI
Details
- Command
-
uploadcare - Docs
- https://uploadcare.com/docs/cli/
Authentication
$ uploadcare --public-key <public> --secret-key <secret> ... In the Uploadcare dashboard, open your project and go to the API keys page. Copy the project's public key and secret key. The same pair is used for REST API signing and for generating signed-upload signatures. Keep the secret key server-side.
Uploadcare Project API token bearer discovered
$ uploadcare --project-api-token <token> ... For Uploadcare CLI project-management commands, get a Project API token by contacting support at help@uploadcare.com. The CLI docs state these tokens are not yet available in the dashboard.
$ uploadcare file upload ... --public-key <public> In the Uploadcare dashboard, open your project and go to the API keys page to copy the project's public key. This key is sent with Upload API requests and CDN/URL API requests that identify your project.