Closed polatengin closed 5 months ago
To be able to remove hard-coded use_cli = {true, false} config, provider code should check if an environment variable is exists, like POWER_PLATFORM_USE_CLI.
use_cli = {true, false}
POWER_PLATFORM_USE_CLI
Similar need as #329
changing this to an enhancement because it's a feature request / not a bug
To be able to remove hard-coded
use_cli = {true, false}
config, provider code should check if an environment variable is exists, likePOWER_PLATFORM_USE_CLI
.Similar need as #329