buildx/commands
Justin Chadwell d0bff18cee commands: consume DEBUG environment variable
When running in standalone mode, the --debug flag passed to docker
cannot be passed. The docker cli also supports a DEBUG env var, however,
in standalone mode this won't be consumed.

This patch reads the contents of the DEBUG environment variable, and
enables debugging logs when it's been set.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2023-05-22 09:52:23 +01:00
..
imagetools cli: set default completion 2023-04-11 11:32:48 +02:00
bake.go Merge pull request #1748 from dvdksn/docs/bake-reference 2023-05-11 13:00:21 +01:00
build.go controller: move path resolution into controller package 2023-05-11 13:56:05 +01:00
create.go Merge pull request #1727 from crazy-max/cmd-completion 2023-05-09 10:59:32 +02:00
create_test.go Fix tolerations not parsing its options correctly, add tests 2022-04-22 12:12:05 +12:00
debug-shell.go controller: replace logrus status messages with progress messages 2023-04-21 12:33:04 +01:00
diskusage.go cli: set default completion 2023-04-11 11:32:48 +02:00
inspect.go cli: add completion to list builder names 2023-04-11 11:45:59 +02:00
install.go cli: set default completion 2023-04-11 11:32:48 +02:00
ls.go cli: set default completion 2023-04-11 11:32:48 +02:00
prune.go cli: set default completion 2023-04-11 11:32:48 +02:00
rm.go cli: add completion to list builder names 2023-04-11 11:45:59 +02:00
root.go commands: consume DEBUG environment variable 2023-05-22 09:52:23 +01:00
stop.go cli: add completion to list builder names 2023-04-11 11:45:59 +02:00
uninstall.go cli: set default completion 2023-04-11 11:32:48 +02:00
use.go cli: add completion to list builder names 2023-04-11 11:45:59 +02:00
version.go cli: set default completion 2023-04-11 11:32:48 +02:00