CLIF is published to PyPI asDocumentation 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.
clifilestor. You can install just the CLI client, just the server with its dependencies, or both together — depending on how you plan to use it.
CLIF requires Python 3.10 or later. Check your version with
python --version before proceeding.Install via pip
- Client and server
- Client only
- Server extras
Install everything with a single command. This is the recommended option if you are running both the server and client on the same machine:This installs the
clif CLI client and the clif-server command. The requests library is included as a dependency. Flask is also bundled so you can run the server immediately.Verify the installation
After installation, confirm that both entry points are available:bin or Scripts directory is on your PATH.
Install from source
If you want to run CLIF directly from the repository without installing via pip:Next steps
Quickstart
Start the server, create an account, and upload your first file
Server configuration
Configure host, port, and per-user storage limits in
CLIF.json