cli/pkg/cmd/factory
lylecantcode 56fda0f8c6
Support GH_DEBUG to control verbosity, deprecate DEBUG (#5306)
The GH_DEBUG environment variable is a new gh-specific verbosity control.

For backwards-compatibility, DEBUG will still be respected if it has values
"1", "true", "yes", and "api", but any other values will be ignored.

Finally, support for "oauth" debug value has been dropped in favor of "api".
The "oauth" value only had limited, internal use.

Co-authored-by: Mislav Marohnić <mislav@github.com>
2022-03-29 18:05:35 +02:00
..
default.go Merge pull request #5022 from cli/config-defaults 2022-01-17 10:44:28 -06:00
default_test.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
http.go Support GH_DEBUG to control verbosity, deprecate DEBUG (#5306) 2022-03-29 18:05:35 +02:00
http_test.go Support GH_DEBUG to control verbosity, deprecate DEBUG (#5306) 2022-03-29 18:05:35 +02:00
remote_resolver.go undo overzealous find/replace 2022-01-14 15:27:05 -06:00
remote_resolver_test.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00