lab icon indicating copy to clipboard operation
lab copied to clipboard

internal/config/config.go: Do not save config when LAB_CORE_TOKEN is …

Open prarit opened this issue 2 years ago • 0 comments

…used

@doronbehar reported a bug in lab where they specified LAB_CORE_TOKEN on the command line and then value was saved in the config file. Using LAB_CORE_TOKEN or LAB_CORE_HOST should not overwrite the config file.

Do not save the config when LAB_CORE_TOKEN or LAB_CORE_HOST is specified.

prarit avatar Jul 13 '23 17:07 prarit