Last updated:
Feb-25-2026
Watch this tutorial to learn how to install and configure the Cloudinary CLI.
This video is brought to you by Cloudinary's video player - embed your own!
Use the controls to set the playback speed, navigate to chapters of interest and select subtitles in your preferred language.
This tutorial presents the following topics. Click a timestamp to jump to that part of the video.
|
|
0:06 |
To use the Cloudinary CLI, you need Python 3.6 or later. You can install Python from https://www.python.org. The Python Package Installer (pip) is installed with it. |
|
|
0:10 |
To install the Cloudinary CLI, run: pip3 install cloudinary-cli
|
|
|
0:25 |
To make all your cld commands point to your Cloudinary product environment, set up your CLOUDINARY_URL environment variable. Obtain your environment variable from the API Keys page of the Cloudinary Console Settings.
- On Mac or Linux:
export CLOUDINARY_URL=cloudinary://123456789012345:abcdefghijklmnopqrstuvwxyzA@cloud_name
- On Windows:
set CLOUDINARY_URL=cloudinary://123456789012345:abcdefghijklmnopqrstuvwxyzA@cloud_name
|
|
|
0:54 |
To check the configuration, run: cld config
|
|
|
1:04 |
For a list of commands, enter: cld --help
|
|
|
1:09 |
To see the available Admin API methods, enter: cld admin
|
|
|
1:22 |
To see the available upload API methods, enter: cld uploader
|
|
|
1:31 |
To show the usage for the search API, enter: cld search --help
|
|
|
1:40 |
Upload the video, CLI_setup.mp4, setting the public ID and folder options: cld uploader upload CLI_setup.mp4 public_id=setup folder=cli_video
|
|
|
2:11 |
Use the url command to open a video in a browser: cld url -rt video -o cli_video/setup
|
Check out the Cloudinary Academy for free self-paced Cloudinary courses on a variety of developer or DAM topics, or register for formal instructor-led courses, either virtual or on-site.
✔️ Feedback sent!
✖️
Error
Unfortunately there's been an error sending your feedback.