How to find complete list of user config or global CLI flags

The problem I’m having

The reference docs for global CLI flags and user config just show one or two examples, where can i find a complete list of global cli flags? I’m aware that these include every user config option so where can i find the complete list of possible user config options

The context of why I’m trying to do this

These options are extremely powerful and I want to find ways of improving my project particularly around logging

What I’ve already tried

Looking in the reference docs
Googling

You can get a full list of the global CLI flags by running

dbt -h