bt-cli 0.4.15__py3-none-any.whl → 0.4.17__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.
- bt_cli/__init__.py +1 -1
- bt_cli/commands/configure.py +1 -1
- {bt_cli-0.4.15.dist-info → bt_cli-0.4.17.dist-info}/METADATA +1 -1
- {bt_cli-0.4.15.dist-info → bt_cli-0.4.17.dist-info}/RECORD +6 -6
- {bt_cli-0.4.15.dist-info → bt_cli-0.4.17.dist-info}/WHEEL +0 -0
- {bt_cli-0.4.15.dist-info → bt_cli-0.4.17.dist-info}/entry_points.txt +0 -0
bt_cli/__init__.py
CHANGED
bt_cli/commands/configure.py
CHANGED
|
@@ -285,7 +285,7 @@ def _test_connection(product: str, profile: str) -> None:
|
|
|
285
285
|
elif product == "epmw":
|
|
286
286
|
from ..epmw.client import get_client
|
|
287
287
|
with get_client() as client:
|
|
288
|
-
|
|
288
|
+
# EPMW auto-authenticates on first request via OAuth
|
|
289
289
|
client.get("/Computers", params={"pageSize": 1})
|
|
290
290
|
print_success("EPM Windows connection successful!")
|
|
291
291
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
bt_cli/__init__.py,sha256=
|
|
1
|
+
bt_cli/__init__.py,sha256=GhcEfs7AtNif1d6QI0Fi_pTHHm-vGv8pnU9Ugza0p18,61
|
|
2
2
|
bt_cli/cli.py,sha256=-V7Q_DcP7Ryw-mRBLMyj-iwlFpof8_eLgFAx-fN5seM,29640
|
|
3
3
|
bt_cli/commands/__init__.py,sha256=Wrf3ZV1sf7JCilbv93VqoWWTyj0d-y4saAaVFD5apU8,38
|
|
4
|
-
bt_cli/commands/configure.py,sha256=
|
|
4
|
+
bt_cli/commands/configure.py,sha256=GWCGeBjySjH6p_BlIHFa7rqFZog12soVSnvLPeFI6Y0,14301
|
|
5
5
|
bt_cli/commands/learn.py,sha256=BHt4bTH3orQfR-eB9FMGPQZVfTrwakHNYi0QkHQLOy0,7228
|
|
6
6
|
bt_cli/commands/quick.py,sha256=cAQfJgkdxJcWZ4OLasmWoXVyiDjydwD6Nv0AyKLqsNc,32806
|
|
7
7
|
bt_cli/core/__init__.py,sha256=Yv_0gTKQcbEYNbNQ07YiK4sC8ueHktI-D20YlPWlT7g,49
|
|
@@ -115,7 +115,7 @@ bt_cli/pws/models/account.py,sha256=OSCMyULPOH1Yu2WOzK0ZQhSRrggGpb2JPHScwGLqUgI,
|
|
|
115
115
|
bt_cli/pws/models/asset.py,sha256=Fl0AlR4_9Yyyu36FL1eKF29DNsxsB-r7FaOBRlfOg2Q,4081
|
|
116
116
|
bt_cli/pws/models/common.py,sha256=D9Ah4ob5CIiFhTt_IR9nF2cBWRHS2z9OyBR2Sss5yzw,3487
|
|
117
117
|
bt_cli/pws/models/system.py,sha256=D_J0x1A92H2n6BsaBEK9PSAAcs3BTifA5-M9SQqQFGA,5856
|
|
118
|
-
bt_cli-0.4.
|
|
119
|
-
bt_cli-0.4.
|
|
120
|
-
bt_cli-0.4.
|
|
121
|
-
bt_cli-0.4.
|
|
118
|
+
bt_cli-0.4.17.dist-info/METADATA,sha256=-SlO3oDVcE0vt8aZHi3FjSdR7EsHE0IGLt-nANNuiZQ,11803
|
|
119
|
+
bt_cli-0.4.17.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
120
|
+
bt_cli-0.4.17.dist-info/entry_points.txt,sha256=NCOEqTI-XKpJOux0JKKhbRElz0B7upayh_d99X5hoLs,38
|
|
121
|
+
bt_cli-0.4.17.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|