outerbounds 0.3.52rc5__py3-none-any.whl → 0.3.52rc6__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- outerbounds/command_groups/local_setup_cli.py +3 -3
- {outerbounds-0.3.52rc5.dist-info → outerbounds-0.3.52rc6.dist-info}/METADATA +1 -1
- {outerbounds-0.3.52rc5.dist-info → outerbounds-0.3.52rc6.dist-info}/RECORD +5 -5
- {outerbounds-0.3.52rc5.dist-info → outerbounds-0.3.52rc6.dist-info}/WHEEL +0 -0
- {outerbounds-0.3.52rc5.dist-info → outerbounds-0.3.52rc6.dist-info}/entry_points.txt +0 -0
@@ -788,7 +788,7 @@ def configure(
|
|
788
788
|
help="Show output in the specified format.",
|
789
789
|
type=click.Choice(["json", ""]),
|
790
790
|
)
|
791
|
-
@click.option("--id", default="", help="Perimeter name to switch to")
|
791
|
+
@click.option("--id", default="", type=str, help="Perimeter name to switch to")
|
792
792
|
@click.option(
|
793
793
|
"-f",
|
794
794
|
"--force",
|
@@ -868,10 +868,10 @@ def switch_perimeter(output="", id=None, force=False):
|
|
868
868
|
err=True,
|
869
869
|
)
|
870
870
|
|
871
|
-
ob_config_dict = {"OB_CURRENT_PERIMETER": id}
|
871
|
+
ob_config_dict = {"OB_CURRENT_PERIMETER": str(id)}
|
872
872
|
|
873
873
|
# Now that we have the lock, we can safely write to the file
|
874
|
-
with
|
874
|
+
with open(path_to_config, "w") as file:
|
875
875
|
json.dump(ob_config_dict, file, indent=4)
|
876
876
|
|
877
877
|
click.secho("Perimeter switched to {}".format(id), fg="green", err=True)
|
@@ -2,13 +2,13 @@ outerbounds/__init__.py,sha256=GPdaubvAYF8pOFWJ3b-sPMKCpyfpteWVMZWkmaYhxRw,32
|
|
2
2
|
outerbounds/cli_main.py,sha256=e9UMnPysmc7gbrimq2I4KfltggyU7pw59Cn9aEguVcU,74
|
3
3
|
outerbounds/command_groups/__init__.py,sha256=QPWtj5wDRTINDxVUL7XPqG3HoxHNvYOg08EnuSZB2Hc,21
|
4
4
|
outerbounds/command_groups/cli.py,sha256=61VsBlPG2ykP_786eCyllqeM8DMhPAOfj2FhktrSd7k,207
|
5
|
-
outerbounds/command_groups/local_setup_cli.py,sha256=
|
5
|
+
outerbounds/command_groups/local_setup_cli.py,sha256=7U4mZbAXBDsY-ghKAzcfgMkuwnTExDW0nyJ52nVCg-g,40694
|
6
6
|
outerbounds/command_groups/workstations_cli.py,sha256=f3gwHMZPHzeOcGj5VfC5tZZA18JQhFzy2LRGzqAosOk,19286
|
7
7
|
outerbounds/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
outerbounds/utils/kubeconfig.py,sha256=l1mUP1j9VIq3fsffi5bJ1Nk-hYlwd1dIqkpj7DvVS1E,7936
|
9
9
|
outerbounds/utils/metaflowconfig.py,sha256=_Khqzu0KE6X05KkVbb39GXN6CFpG2WRr6Xs35pT2l7A,3299
|
10
10
|
outerbounds/utils/schema.py,sha256=Ht_Yf5uoKO0m36WXHZLSPmWPH6EFWXfZDQsiAUquc5k,2160
|
11
|
-
outerbounds-0.3.
|
12
|
-
outerbounds-0.3.
|
13
|
-
outerbounds-0.3.
|
14
|
-
outerbounds-0.3.
|
11
|
+
outerbounds-0.3.52rc6.dist-info/METADATA,sha256=RZn_J3Jy1JYymPhAygV-QcheRb-GEVN_VPx8jzFzRSw,1367
|
12
|
+
outerbounds-0.3.52rc6.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
|
13
|
+
outerbounds-0.3.52rc6.dist-info/entry_points.txt,sha256=7ye0281PKlvqxu15rjw60zKg2pMsXI49_A8BmGqIqBw,47
|
14
|
+
outerbounds-0.3.52rc6.dist-info/RECORD,,
|
File without changes
|
File without changes
|