CLI Messages
See Errors & Warnings Catalog for the full index, and Errors & Warnings Guide for a narrative explanation of message categories, exit codes, and common fixes.
Messages from command-line argument parsing and subcommand dispatch.
| Message | Exit Code | Hint |
|---|---|---|
| 2 | ๐ก Place it after the subcommand: ssi [command] --[option] ... | |
| 2 | ๐ก Provide at most one of these flags | |
| 2 | ๐ก Use --verbose for more output, or --quiet for less | |
| 2 | ๐ก Use `copy` instead โ it uses reflink with automatic byte-copy fallback, which was what `auto` selected | |
| 1 | ๐ก Remove the existing symlink first or use a different link path | |
| 2 | ๐ก Choose a different directory name, or remove the existing directory first | |
| 1 | ๐ก Use a different directory or remove existing contents | |
| 2 | ๐ก Enter a value that matches the flag's documented type โ run `ssi --help` or `ssi |
|
| 2 | ||
| 2 | ๐ก Run `ssi [command] --help` to see usage | |
| 2 | ๐ก Remove or rename the file or other entry blocking that path, or choose a different directory | |
| 2 | ๐ก Run `ssi help` to see available commands | |
| 2 | ๐ก Specify just the filename (e.g., 'prod'), not a path with separators (e.g., 'subdir/prod') | |
| 2 | ๐ก Use: ssi deploy --single-file <file> <source> - | |
| 2 | ๐ก The path must be relative to the source directory and belong to a page step | |
| 1 | ๐ก If piping output, check the receiving command completed successfully | |
| 2 | ๐ก Use the directory containing ssi-config.toml ๐ก Or use --config for custom config files | |
| 2 | ๐ก --suffix-length only applies to random suffixes โ remove it or use a different --suffix mode | |
| 2 | ||
| 2 | ||
| 2 | ||
| 2 | ๐ก Run `ssi [command] --help` to see usage | |
| 2 | ๐ก Use: ssi deploy --single-file <file> <source> <dest> --trace-tokens | |
| 2 | ๐ก Run `ssi --help` to see available options | |
| 2 | ๐ก Run `ssi --help` to see available commands | |
| 1 | ๐ก Review the errors above and fix them in your source files or ssi-config.toml |