Installation
Global installation (Linux, macOS, Windows)
You can install Drime CLI globally using our installation script:
curl -fsSL https://cli.drime.cloud/install.sh | sudo bash
Once installed, simply run:
drime -h
This will display the list of available commands.
To initialize your API key, use:
drime init
How to create an API key
To use the CLI, you’ll first need to generate an API key linked to your Drime account.
Go to your account settings: https://app.drime.cloud/account-settings#developers
Click “Create a token”.
Give it a name (for example “CLI Access”).
Copy the token displayed. You’ll need to paste it when running
drime init.
Once done, your CLI will be securely linked to your Drime account.
Available Commands
Command | Description |
| Initialize the API key |
| Check connection status |
| Update the client |
| Upload a file |
| List files |
| Create a folder |
| Rename a file |
| Delete a file |
| Download a file |
| Share a file |
| Show all workspaces |
You can always run:
drime -h
to view all commands and arguments.
Security and privacy
Drime CLI interacts directly with your Drime account through our secure API.
All transfers use encrypted HTTPS connections.
System requirements
Python
Linux, macOS, or Windows
Internet connection
Drime account with API access enabled
