prelude-cli-beta 1400__py3-none-any.whl → 1401__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.

Potentially problematic release.


This version of prelude-cli-beta might be problematic. Click here for more details.

@@ -213,7 +213,9 @@ def export(controller, type, output_file, limit, odata_filter, odata_orderby):
213
213
  def list_partner_groups(controller, odata_filter, odata_orderby):
214
214
  """List all partner groups"""
215
215
  with Spinner(description="Fetching partner groups"):
216
- return controller.list_partner_groups(filter=odata_filter, orderby=odata_orderby)
216
+ return controller.list_partner_groups(
217
+ filter=odata_filter, orderby=odata_orderby
218
+ )
217
219
 
218
220
 
219
221
  @scm.command("sync-groups")
@@ -593,6 +595,7 @@ def upsert_notification(
593
595
  title=title,
594
596
  )
595
597
 
598
+
596
599
  @scm.command("notations")
597
600
  @click.pass_obj
598
601
  @pretty_print
@@ -600,3 +603,15 @@ def list_notations(controller):
600
603
  """List all notations"""
601
604
  with Spinner("Fetching notations"):
602
605
  return controller.list_notations()
606
+
607
+
608
+ @scm.command("history")
609
+ @click.option("--odata_filter", help="OData filter string", default=None)
610
+ @click.option("--start", type=str, default=None, help="start date")
611
+ @click.option("--end", type=str, default=None, help="end date")
612
+ @click.pass_obj
613
+ @pretty_print
614
+ def list_history(controller, odata_filter, start, end):
615
+ """List history"""
616
+ with Spinner("Fetching SCM history"):
617
+ return controller.list_history(start, end, filter=odata_filter)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prelude-cli-beta
3
- Version: 1400
3
+ Version: 1401
4
4
  Summary: For interacting with the Prelude SDK
5
5
  Home-page: https://github.com/preludeorg
6
6
  Author: Prelude Research
@@ -11,7 +11,7 @@ Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.10
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
- Requires-Dist: prelude-sdk-beta==1400
14
+ Requires-Dist: prelude-sdk-beta==1401
15
15
  Requires-Dist: click>8
16
16
  Requires-Dist: rich
17
17
  Requires-Dist: python-dateutil
@@ -10,11 +10,11 @@ prelude_cli_beta/views/generate.py,sha256=hfrlmRkb6aSo4LPaPVLhTRUFm8cxZwDqTEjLEP
10
10
  prelude_cli_beta/views/iam.py,sha256=J8y6kJGbQkEexcia69q6vLJ3aEhLyUFteCylTptBHBQ,10013
11
11
  prelude_cli_beta/views/jobs.py,sha256=2FeiJxHrw4zfgtUJq_bEoG84i_9TqZ5w6CulA80WoNA,1455
12
12
  prelude_cli_beta/views/partner.py,sha256=16zXcX5ZhiNZqKSXG9ePPGB9K3A-OgrVIdJGDJhB6f0,6379
13
- prelude_cli_beta/views/scm.py,sha256=Lqr9fHC8zrUEmy_pa22DILpGLmSJevh1tuUNb_kvTeQ,19717
13
+ prelude_cli_beta/views/scm.py,sha256=E2esduG4ls-byj7aAXZLM6knBBfGJPIA2ml_8MGmk3c,20195
14
14
  prelude_cli_beta/views/shared.py,sha256=ZKvY8N1Vi6RtEbJli5PDzJ9R6L_bX2F27n1tm6Knvgs,1101
15
- prelude_cli_beta-1400.dist-info/licenses/LICENSE,sha256=ttdT5omfN6LNmtQoIjUhkkFhz6i44SDMRNwKrbfyTf8,1069
16
- prelude_cli_beta-1400.dist-info/METADATA,sha256=-fO4VNg7T-U0EkyWoS_J_wiD54IRo--AWQGsfhZkdZg,993
17
- prelude_cli_beta-1400.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
18
- prelude_cli_beta-1400.dist-info/entry_points.txt,sha256=WowrC6fz2D6S8S-5OY0g-bxUGGSZZ_Z6KzSXXd34pC4,88
19
- prelude_cli_beta-1400.dist-info/top_level.txt,sha256=j50aCGsQamLMiQh9PcolDBCAeUJzi9y08e0i9Gqshkk,17
20
- prelude_cli_beta-1400.dist-info/RECORD,,
15
+ prelude_cli_beta-1401.dist-info/licenses/LICENSE,sha256=ttdT5omfN6LNmtQoIjUhkkFhz6i44SDMRNwKrbfyTf8,1069
16
+ prelude_cli_beta-1401.dist-info/METADATA,sha256=Q5i1HnrCDuW-F-kyXm0f8zhuOP2rFtsYqbtCy05h-cI,993
17
+ prelude_cli_beta-1401.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
18
+ prelude_cli_beta-1401.dist-info/entry_points.txt,sha256=WowrC6fz2D6S8S-5OY0g-bxUGGSZZ_Z6KzSXXd34pC4,88
19
+ prelude_cli_beta-1401.dist-info/top_level.txt,sha256=j50aCGsQamLMiQh9PcolDBCAeUJzi9y08e0i9Gqshkk,17
20
+ prelude_cli_beta-1401.dist-info/RECORD,,