Saved File
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
algo auth
# Enter API Key: YOUR_API_KEY
algo run DZeitman/ConfigureCloudinary/0.1.2 -d '{
"cloud_name": "<cloudinary-cloud-name>",
"api_key": "<cloudinary-api-key>",
"api_secret": "<cloudinary-api-secret>"
}'