From 4f4160b1f2648a8282f11c4d87e380d548c3fd24 Mon Sep 17 00:00:00 2001 From: eff-kay Date: Wed, 10 Sep 2025 19:12:53 -0400 Subject: [PATCH] add a flag for cloud --- magemaker/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )