diff --git a/magemaker/runner.py b/magemaker/runner.py index 7ca9c04..2384378 100644 --- a/magemaker/runner.py +++ b/magemaker/runner.py @@ -202,7 +202,7 @@ def runner(): parser.add_argument( "--cloud", - choices=['aws', 'gcp', 'azure', 'IBM', 'cisco', 'hetzner', 'ovs', 'digital-ocean', 'modal-labs'], + choices=['aws', 'gcp', 'azure', 'IBM', 'cisco', 'hetzner', 'ovs', 'digital-ocean', 'modal-labs', 'all'], help="Specify the cloud provider for configuration and deployment" )