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.

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: