The CLIF client (Documentation Index
Fetch the complete documentation index at: https://mintlify.com/WyattBrashear/CLIF/llms.txt
Use this file to discover all available pages before exploring further.
clif) is a Python CLI tool that connects to any CLIF server over HTTP and lets you manage files from your terminal. It handles authentication, file uploads and downloads, and account management — all through a simple set of commands. You can point it at any CLIF server by supplying the server address when you first log in or sign up.
Auth data is stored in
.clif/authdata relative to your current working directory. If you switch to a different directory, you’ll need to run clif login again from that location.Authentication
Create an account, log in to an existing one, and manage your local credentials.
Commands
Full reference for all 8
clif commands, including syntax, arguments, and example output.Command summary
| Command | Requires auth | Description |
|---|---|---|
clif signup | No | Create a new account on a CLIF server |
clif login | No | Log in to an existing account |
clif logout | No | Delete local credentials and log out |
clif upload <file> | Yes | Upload a file to the server |
clif download <file> | Yes | Download a file to the current directory |
clif list | Yes | List all files you own on the server |
clif delete <file> | Yes | Delete a file from the server |
clif info | Yes | Show your account and storage usage stats |