Skip to main content

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.

The CLIF client (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

CommandRequires authDescription
clif signupNoCreate a new account on a CLIF server
clif loginNoLog in to an existing account
clif logoutNoDelete local credentials and log out
clif upload <file>YesUpload a file to the server
clif download <file>YesDownload a file to the current directory
clif listYesList all files you own on the server
clif delete <file>YesDelete a file from the server
clif infoYesShow your account and storage usage stats

Build docs developers (and LLMs) love