> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qlty.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Global Options

These options are available on every subcommand.

## Arguments

<AccordionGroup>
  <Accordion title="--debug">Increase the level of detail written to the Qlty logs</Accordion>

  <Accordion title="--no-upgrade-check">
    Disable the upgrade check for new Qlty CLI versions
  </Accordion>

  <Accordion title="--help">Print help information</Accordion>
</AccordionGroup>

## Environment Variables

<AccordionGroup>
  <Accordion title="QLTY_LOG">
    Control logging precisely with a [logging
    directive](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives). Takes precedence over `--debug`.

    For example, to maximize logging from Qlty code set `QLTY_LOG=qlty=trace`.
  </Accordion>
</AccordionGroup>
