echo_access [OPTIONS] [COMMAND]
Running echo_access without any command starts the Web UI dashboard.
| Flag | Description |
--verbose | Enable verbose output |
--quiet | Suppress non-error output |
--config <PATH> | Override config file path |
Start the Web UI dashboard (this is also the default when no command is given).
| Flag | Description |
--port <PORT> | Port to listen on (default: 9876) |
--no-open | Don't auto-open the browser |
Launch the NieR: Automata-styled TUI terminal dashboard.
Initialize EchoAccess on the current device. Creates ~/.config/echoax/ directory structure.
Display current sync status, session state, and cloud connection.
| Subcommand | Description |
sync upload | Upload approved local changes to cloud |
sync download | Download latest configs from cloud |
sync check | Check for differences without syncing |
| Subcommand | Description |
profile list | List all configured device profiles |
profile show <name> | Display profile details |
profile validate <path> | Validate a TOML profile file |
| Subcommand | Description |
config show | Display current configuration |
config path | Print config directory path |
| Code | Meaning |
| 0 | Success |
| 1 | General error |