aap-utils 0.2.13__py3-none-any.whl → 0.2.14__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.
- aap_utils/cli.py +3 -0
- {aap_utils-0.2.13.dist-info → aap_utils-0.2.14.dist-info}/METADATA +1 -1
- aap_utils-0.2.14.dist-info/RECORD +8 -0
- aap_utils-0.2.13.dist-info/RECORD +0 -8
- {aap_utils-0.2.13.dist-info → aap_utils-0.2.14.dist-info}/WHEEL +0 -0
- {aap_utils-0.2.13.dist-info → aap_utils-0.2.14.dist-info}/entry_points.txt +0 -0
- {aap_utils-0.2.13.dist-info → aap_utils-0.2.14.dist-info}/top_level.txt +0 -0
aap_utils/cli.py
CHANGED
|
@@ -82,6 +82,9 @@ def publish_env():
|
|
|
82
82
|
else:
|
|
83
83
|
error_message = response_json.get("error", "Unknown error occurred.")
|
|
84
84
|
print(f"❌ Failed to publish: {error_message}")
|
|
85
|
+
output = response_json.get("output")
|
|
86
|
+
if output: # Check if output has a value
|
|
87
|
+
print(f"📜 Output: {output}")
|
|
85
88
|
else:
|
|
86
89
|
print(f"❌ Failed to publish. Server responded with: {response.status_code}, {response.text}")
|
|
87
90
|
except requests.RequestException as e:
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
aap_utils/__init__.py,sha256=g6G3i3a5ANDJWqFX2oPsLpP93aTaoTj0gkMQzeqQIJw,172
|
|
2
|
+
aap_utils/cli.py,sha256=IVo-KSDnnaWj8Lnn2r54JTpiLQySA5fmajmMicmXnVg,3687
|
|
3
|
+
aap_utils/register.py,sha256=J9tukByU1mcy4SoaJOoGY8jjzL9JMuNTZGtCBSwwon0,3823
|
|
4
|
+
aap_utils-0.2.14.dist-info/METADATA,sha256=x15nDYsSChAJjxOMzp3_V60PEYKGHZ_HOv4Qve0YXrY,347
|
|
5
|
+
aap_utils-0.2.14.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
6
|
+
aap_utils-0.2.14.dist-info/entry_points.txt,sha256=K-h2toLoqFxAg4Bx2r7FWggKgYnAX9zp9s4Ms4r-d6s,49
|
|
7
|
+
aap_utils-0.2.14.dist-info/top_level.txt,sha256=Qt5xmL8_0_jhMl9uA3lg-xnvs4nCEyVj1tBE4vnp36M,10
|
|
8
|
+
aap_utils-0.2.14.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
aap_utils/__init__.py,sha256=g6G3i3a5ANDJWqFX2oPsLpP93aTaoTj0gkMQzeqQIJw,172
|
|
2
|
-
aap_utils/cli.py,sha256=EALRupuiTmKYous4odICF5Udvi2X1HgBqvSlDsUtTfA,3536
|
|
3
|
-
aap_utils/register.py,sha256=J9tukByU1mcy4SoaJOoGY8jjzL9JMuNTZGtCBSwwon0,3823
|
|
4
|
-
aap_utils-0.2.13.dist-info/METADATA,sha256=yGgWQPOej-GAylbuUh3hMyP-cbrYr-JyQjtg_tMSt5c,347
|
|
5
|
-
aap_utils-0.2.13.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
6
|
-
aap_utils-0.2.13.dist-info/entry_points.txt,sha256=K-h2toLoqFxAg4Bx2r7FWggKgYnAX9zp9s4Ms4r-d6s,49
|
|
7
|
-
aap_utils-0.2.13.dist-info/top_level.txt,sha256=Qt5xmL8_0_jhMl9uA3lg-xnvs4nCEyVj1tBE4vnp36M,10
|
|
8
|
-
aap_utils-0.2.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|