Skip to main content

Drime CLI – Command line tool for power users

Drime CLI is a powerful command-line tool that allows you to manage your Drime files and workspaces directly from your terminal.

Updated this week

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.

  1. Click “Create a token”.

  2. Give it a name (for example “CLI Access”).

  3. 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

init

Initialize the API key

status

Check connection status

update

Update the client

add

Upload a file

disp

List files

create

Create a folder

rename

Rename a file

rm

Delete a file

dl

Download a file

share

Share a file

workspaces

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

Did this answer your question?