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

# Global options

## Disable verbose output (**`--disable-verbose-output)`**

This option allows you to enable or disable text output about ongoing processes. By default, the CLI provides insights into the steps being taken, helping you understand the progression and operations being performed.

## Output results to console (**`--enable-json-output)`**

When enabled, this option allows the CLI to log the results of the task directly to the console in JSON format.

## Force the usage of a token(**`--token)`**

This option lets you specify which token to use when executing a command. It overrides any default credentials that the CLI might be set to use.

## Force the usage of a project(**`--project)`**

This option lets you specify which project to use when executing a command. It overrides any default project that the CLI might be set to use.

## Wait parameter(**`--wait)`**

In operations that might take an extended duration, such as obfuscating a set of files, the CLI would typically return control to the user immediately after the command has been triggered, even if the operation is still ongoing.

However, with the `--wait` parameter, you can instruct the CLI to keep the command session active until the operation completes.
