Regression:
defang compose up --provider aws use to work but now you cannot have a space between --provider and aws
Error message is "Error: unknown command "aws" for "defang compose up""
-Paws also fails
Steps to reproduce the problem.
Go to a project directory with a compose file
enter defang compose up --provider aws
See error
Expected behavior.
defang command should be able to take a provider flag with a space between the flag name and the provider name
-Paws should also be able to accept aws as a provider
Actual behavior.
using "defang compose up --provider aws" returns this error: "Error: unknown command "aws" for "defang compose up""
using "-Paws" returns this error: "Error: unknown flag: --Paws"
Environment:
v0.6.5
Defang Fabric: v0.6.0-169-g3e5f8a28
OS X
zsh
Description:
Regression:
defang compose up --provider aws
use to work but now you cannot have a space between --provider and awsError message is "Error: unknown command "aws" for "defang compose up""
-Paws also fails
Steps to reproduce the problem.
defang compose up --provider aws
Expected behavior.
defang command should be able to take a provider flag with a space between the flag name and the provider name -Paws should also be able to accept aws as a provider
Actual behavior.
using "defang compose up --provider aws" returns this error: "Error: unknown command "aws" for "defang compose up"" using "-Paws" returns this error: "Error: unknown flag: --Paws"
Environment:
v0.6.5 Defang Fabric: v0.6.0-169-g3e5f8a28 OS X zsh
Additional Information, Relevant dependencies, Screenshots, Logs, Etc...