dayhoff-tools 1.2.0__py3-none-any.whl → 1.2.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dayhoff_tools/cli/cloud_commands.py +9 -2
- {dayhoff_tools-1.2.0.dist-info → dayhoff_tools-1.2.2.dist-info}/METADATA +1 -1
- {dayhoff_tools-1.2.0.dist-info → dayhoff_tools-1.2.2.dist-info}/RECORD +5 -5
- {dayhoff_tools-1.2.0.dist-info → dayhoff_tools-1.2.2.dist-info}/WHEEL +0 -0
- {dayhoff_tools-1.2.0.dist-info → dayhoff_tools-1.2.2.dist-info}/entry_points.txt +0 -0
@@ -987,12 +987,19 @@ def aws_status(
|
|
987
987
|
# Get detailed identity information
|
988
988
|
aws_path = _find_executable("aws")
|
989
989
|
_run_command(
|
990
|
-
[
|
990
|
+
[
|
991
|
+
aws_path,
|
992
|
+
"sts",
|
993
|
+
"get-caller-identity",
|
994
|
+
"--profile",
|
995
|
+
target_profile,
|
996
|
+
"--no-cli-pager",
|
997
|
+
]
|
991
998
|
)
|
992
999
|
else:
|
993
1000
|
print(f"Credential status: {RED}not authenticated{NC}")
|
994
1001
|
print(f"\nTo authenticate, run:")
|
995
|
-
print(f" {YELLOW}dh aws login
|
1002
|
+
print(f" {YELLOW}dh aws login{NC}")
|
996
1003
|
|
997
1004
|
|
998
1005
|
@aws_app.command("login")
|
@@ -2,7 +2,7 @@ dayhoff_tools/__init__.py,sha256=M5zThPyEBRYa5CfwlzKhcqTevWn3OKu62cjV6Zqie2A,469
|
|
2
2
|
dayhoff_tools/chemistry/standardizer.py,sha256=uMn7VwHnx02nc404eO6fRuS4rsl4dvSPf2ElfZDXEpY,11188
|
3
3
|
dayhoff_tools/chemistry/utils.py,sha256=jt-7JgF-GeeVC421acX-bobKbLU_X94KNOW24p_P-_M,2257
|
4
4
|
dayhoff_tools/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
dayhoff_tools/cli/cloud_commands.py,sha256=
|
5
|
+
dayhoff_tools/cli/cloud_commands.py,sha256=33qcWLmq-FwEXMdL3F0OHm-5Stlh2r65CldyEZgQ1no,40904
|
6
6
|
dayhoff_tools/cli/main.py,sha256=47EGb28ALaYFc7oAUGlY1D66AIDmc4RZiXxN-gPVrpQ,4519
|
7
7
|
dayhoff_tools/cli/swarm_commands.py,sha256=5EyKj8yietvT5lfoz8Zx0iQvVaNgc3SJX1z2zQR6o6M,5614
|
8
8
|
dayhoff_tools/cli/utility_commands.py,sha256=ER4VrJt4hu904MwrcltUXjwBWT4uFrP-aPXjdXyT3F8,24685
|
@@ -26,7 +26,7 @@ dayhoff_tools/intake/uniprot.py,sha256=BZYJQF63OtPcBBnQ7_P9gulxzJtqyorgyuDiPeOJq
|
|
26
26
|
dayhoff_tools/logs.py,sha256=DKdeP0k0kliRcilwvX0mUB2eipO5BdWUeHwh-VnsICs,838
|
27
27
|
dayhoff_tools/sqlite.py,sha256=jV55ikF8VpTfeQqqlHSbY8OgfyfHj8zgHNpZjBLos_E,18672
|
28
28
|
dayhoff_tools/warehouse.py,sha256=TqV8nex1AluNaL4JuXH5zuu9P7qmE89lSo6f_oViy6U,14965
|
29
|
-
dayhoff_tools-1.2.
|
30
|
-
dayhoff_tools-1.2.
|
31
|
-
dayhoff_tools-1.2.
|
32
|
-
dayhoff_tools-1.2.
|
29
|
+
dayhoff_tools-1.2.2.dist-info/METADATA,sha256=Nzm5NUYAl70l03hfAh446pXIxcFAW8epMWVJq3qrEtQ,2842
|
30
|
+
dayhoff_tools-1.2.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
31
|
+
dayhoff_tools-1.2.2.dist-info/entry_points.txt,sha256=iAf4jteNqW3cJm6CO6czLxjW3vxYKsyGLZ8WGmxamSc,49
|
32
|
+
dayhoff_tools-1.2.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|