Command Reference

Complete reference for all FileFortress CLI commands

Command Syntax

All commands follow: filefortress [global-options] [command] [subcommand] [options]

Use filefortress --help or filefortress [command] --help for quick help.

Interactive by Default Most commands run in interactive mode for the best experience. Use --non-interactive for scripted usage.
Prefer a Desktop App? Run filefortress --gui — or just double-click the FileFortress app — to open the local desktop GUI in your browser. It runs entirely on your device, backed by the same engine as the CLI. Add --no-browser to skip auto-opening.

Available Commands

Global Options

Options that work with any command

--password
Password for database encryption (if using custom password)
filefortress --password mySecret remotes list
--key-file
Path to key file containing the password
filefortress --key-file ~/filefortress.key remotes list

Password Authentication

FileFortress supports two modes:

  • Automatic Encryption (Default): Machine-specific, no password required
  • Custom Password: Must provide --password or --key-file with every command

Learn More

Explore guides and examples: