Skip to main content
Suite CLI

A simple guide to using the Suite CLI

Updated over 4 months ago

Starting Suite through the CLI

Description:

Start and mount the suitefs filesystem
​

Usage:

suite start [options]

Options:

-u, --username <username> Username/email to login with

-p, --port <port> Option explicit port to bind to

-?, -h, --help Show help and usage information

Prior to running this command or inline you'll need to set an Environment Variable on your system called SUITE_PASSWORD. Ex:

SUITE_PASSWORD='replace_me_with_password' suite start --username replace_me_with_username

CLI Commands

Usage:

suite [command] [options]
​

Options:

--version Show version information

-?, -h, --help Show help and usage information
​

Commands:

status View Suite status

start Start and mount the suitefs filesystem

stop Stop and unmount the suitefs filesystem

volume Volume commands

pre-cache Pre-Cache commands

cache Cache commands

time-machine Time machine commands

Did this answer your question?