> For the complete documentation index, see [llms.txt](https://docs.sealsecurity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealsecurity.io/reference/cli/global-flags.md).

# Global flags

| Flag                         | Default                          | Meaning                                                                  |
| ---------------------------- | -------------------------------- | ------------------------------------------------------------------------ |
| `-v` / `-vv` / `-vvv`        | (info)                           | Verbosity, counted. Repeat the flag for more detail.                     |
| `--config-file-path <path>`  | (none)                           | Path to a Seal CLI configuration file (`.seal-config.yml`).              |
| `--actions-file-path <path>` | `<target-dir>/.seal-actions.yml` | Path to the Local-mode actions file.                                     |
| `--clean`                    | off                              | Remove temporary files created during execution after the run completes. |
| `--remove-cli`               | off                              | Remove the CLI binary itself after the run. Linux only.                  |
| `--no-remote-log`            | off                              | Disable uploading diagnostic logs to Seal servers.                       |
| `--help`                     | (none)                           | Print the command's synopsis, flags, and examples and exit.              |

## Related

* [Commands](/reference/cli/commands.md)
* [Environment variables](/reference/cli/environment-variables.md)
