bt-cli 0.4.16__py3-none-any.whl → 0.4.18__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 CHANGED
@@ -1,3 +1,3 @@
1
1
  """BeyondTrust Unified Admin CLI."""
2
2
 
3
- __version__ = "0.4.13"
3
+ __version__ = "0.4.18"
@@ -179,8 +179,8 @@ def _configure_interactive(product: Optional[str] = None, profile: Optional[str]
179
179
  default=str(default) if default else ""
180
180
  )
181
181
 
182
- # Skip empty optional fields
183
- if not value and not field_info.get("required"):
182
+ # Skip empty optional fields (but keep False booleans - they're valid)
183
+ if value is None or (value == "" and not field_info.get("required")):
184
184
  continue
185
185
 
186
186
  # Store secrets in keyring if enabled
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bt-cli
3
- Version: 0.4.16
3
+ Version: 0.4.18
4
4
  Summary: BeyondTrust Platform CLI (unofficial) - Password Safe, Entitle, PRA, EPM
5
5
  Author-email: Dave Grendysz <dgrendysz@beyondtrust.com>
6
6
  License: MIT
@@ -1,7 +1,7 @@
1
- bt_cli/__init__.py,sha256=2Ec_fVFIfrTcwoI2dlXG3AashEKBkbaNUp9YUdyZiOw,61
1
+ bt_cli/__init__.py,sha256=S5gr0ypLnqo6MYb0OyDoNIJPIuUzCS9cUbZTLRgVZGo,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=GWCGeBjySjH6p_BlIHFa7rqFZog12soVSnvLPeFI6Y0,14301
4
+ bt_cli/commands/configure.py,sha256=WElK9grslla0_rqdAmDh0vYpLVH5jP21l1fiYl7vvOw,14364
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.16.dist-info/METADATA,sha256=drjuINJj8mFW6X6dFaNBsj4T84z8Mmv_Ngic0Kizx0s,11803
119
- bt_cli-0.4.16.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
120
- bt_cli-0.4.16.dist-info/entry_points.txt,sha256=NCOEqTI-XKpJOux0JKKhbRElz0B7upayh_d99X5hoLs,38
121
- bt_cli-0.4.16.dist-info/RECORD,,
118
+ bt_cli-0.4.18.dist-info/METADATA,sha256=LC_5C4elvrRj07V85KmVqXrRAS2JsV2Sn46WvU89kxg,11803
119
+ bt_cli-0.4.18.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
120
+ bt_cli-0.4.18.dist-info/entry_points.txt,sha256=NCOEqTI-XKpJOux0JKKhbRElz0B7upayh_d99X5hoLs,38
121
+ bt_cli-0.4.18.dist-info/RECORD,,