TheDocumentation 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 client exposes 8 commands covering authentication and file management. Commands that interact with stored files require a valid .clif/authdata file in the current working directory — run clif login or clif signup first if you haven’t already.
clif signup
Register a new account on a CLIF server and save credentials locally..clif/authdata.
If
.clif/authdata already exists in the current directory, the command prints You are already logged in! and exits. Run clif logout first to switch accounts.clif login
Log in to an existing account and save credentials locally..clif/authdata in the current directory.
clif logout
Remove your local credentials..clif/authdata. Your account and server-side files are not affected.
clif upload
Upload a file to the server.Path to the local file you want to upload.
clif download
Download a file from the server to the current directory.Name of the file on the server to download.
clif list
List all files you own on the server.Files currently owned by <username>: followed by each filename stored under your account.
clif delete
Delete a file from the server.Name of the file on the server to delete.