CLI config

NAME

uv run cortex-config - Configure Cortex Framework settings and user preferences.

SYNOPSIS

uv run cortex-config [-h] {telemetry} ...

Description

The cortex-config tool lets you globally manage user preferences, such as telemetry consent, for Cortex Framework on your machine.

Subcommands

Use the following subcommands to manage specific configurations and preferences:

telemetry

Globally manage telemetry data collection consent.

uv run cortex-config telemetry {enable|disable|status}
  • enable: Opt in and globally enable telemetry collection. This updates the local consent properties file to enable_telemetry=true.
  • disable: Opt out and globally disable telemetry collection. This updates the local consent properties file to enable_telemetry=false.
  • status: Display the current telemetry consent state.

Global flags

Flag Description
-h, --help Show help message and exit.