CLI Reference

Usage

echo_access [OPTIONS] [COMMAND]

Running echo_access without any command starts the Web UI dashboard.

Global Flags

FlagDescription
--verboseEnable verbose output
--quietSuppress non-error output
--config <PATH>Override config file path

Commands

echo_access web

Start the Web UI dashboard (this is also the default when no command is given).

FlagDescription
--port <PORT>Port to listen on (default: 9876)
--no-openDon't auto-open the browser

echo_access tui

Launch the NieR: Automata-styled TUI terminal dashboard.

echo_access init

Initialize EchoAccess on the current device. Creates ~/.config/echoax/ directory structure.

echo_access status

Display current sync status, session state, and cloud connection.

echo_access sync

SubcommandDescription
sync uploadUpload approved local changes to cloud
sync downloadDownload latest configs from cloud
sync checkCheck for differences without syncing

echo_access profile

SubcommandDescription
profile listList all configured device profiles
profile show <name>Display profile details
profile validate <path>Validate a TOML profile file

echo_access config

SubcommandDescription
config showDisplay current configuration
config pathPrint config directory path

Exit Codes

CodeMeaning
0Success
1General error