prelude-cli-beta 1395__py3-none-any.whl → 1397__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.
- prelude_cli_beta/views/scm.py +9 -1
- {prelude_cli_beta-1395.dist-info → prelude_cli_beta-1397.dist-info}/METADATA +2 -2
- {prelude_cli_beta-1395.dist-info → prelude_cli_beta-1397.dist-info}/RECORD +7 -7
- {prelude_cli_beta-1395.dist-info → prelude_cli_beta-1397.dist-info}/WHEEL +0 -0
- {prelude_cli_beta-1395.dist-info → prelude_cli_beta-1397.dist-info}/entry_points.txt +0 -0
- {prelude_cli_beta-1395.dist-info → prelude_cli_beta-1397.dist-info}/licenses/LICENSE +0 -0
- {prelude_cli_beta-1395.dist-info → prelude_cli_beta-1397.dist-info}/top_level.txt +0 -0
prelude_cli_beta/views/scm.py
CHANGED
|
@@ -356,7 +356,7 @@ def parse_from_partner_advisory(controller, partner, advisory_id):
|
|
|
356
356
|
)
|
|
357
357
|
|
|
358
358
|
|
|
359
|
-
@scm.command("
|
|
359
|
+
@scm.command("notifications")
|
|
360
360
|
@click.pass_obj
|
|
361
361
|
@pretty_print
|
|
362
362
|
def list_notifications(controller):
|
|
@@ -469,3 +469,11 @@ def upsert_notification(
|
|
|
469
469
|
teams_urls=teams_urls.split(",") if teams_urls else None,
|
|
470
470
|
title=title,
|
|
471
471
|
)
|
|
472
|
+
|
|
473
|
+
@scm.command("notations")
|
|
474
|
+
@click.pass_obj
|
|
475
|
+
@pretty_print
|
|
476
|
+
def list_notations(controller):
|
|
477
|
+
"""List all notations"""
|
|
478
|
+
with Spinner("Fetching notations"):
|
|
479
|
+
return controller.list_notations()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: prelude-cli-beta
|
|
3
|
-
Version:
|
|
3
|
+
Version: 1397
|
|
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==
|
|
14
|
+
Requires-Dist: prelude-sdk-beta==1397
|
|
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=
|
|
13
|
+
prelude_cli_beta/views/scm.py,sha256=7FDwGj56g0CX2CLGo4sqyN35Vk72EkiGiAlmSW2RVec,14221
|
|
14
14
|
prelude_cli_beta/views/shared.py,sha256=ZKvY8N1Vi6RtEbJli5PDzJ9R6L_bX2F27n1tm6Knvgs,1101
|
|
15
|
-
prelude_cli_beta-
|
|
16
|
-
prelude_cli_beta-
|
|
17
|
-
prelude_cli_beta-
|
|
18
|
-
prelude_cli_beta-
|
|
19
|
-
prelude_cli_beta-
|
|
20
|
-
prelude_cli_beta-
|
|
15
|
+
prelude_cli_beta-1397.dist-info/licenses/LICENSE,sha256=ttdT5omfN6LNmtQoIjUhkkFhz6i44SDMRNwKrbfyTf8,1069
|
|
16
|
+
prelude_cli_beta-1397.dist-info/METADATA,sha256=iRSW2mVy-hUHI8DterbeMMTI7CzXBuLdnzGOtTXgL4c,993
|
|
17
|
+
prelude_cli_beta-1397.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
18
|
+
prelude_cli_beta-1397.dist-info/entry_points.txt,sha256=WowrC6fz2D6S8S-5OY0g-bxUGGSZZ_Z6KzSXXd34pC4,88
|
|
19
|
+
prelude_cli_beta-1397.dist-info/top_level.txt,sha256=j50aCGsQamLMiQh9PcolDBCAeUJzi9y08e0i9Gqshkk,17
|
|
20
|
+
prelude_cli_beta-1397.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|