current-cli 0.1.13__tar.gz → 0.1.15__tar.gz
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.
- {current_cli-0.1.13 → current_cli-0.1.15}/PKG-INFO +1 -1
- {current_cli-0.1.13 → current_cli-0.1.15}/current_cli/schema.yml +9 -1
- {current_cli-0.1.13 → current_cli-0.1.15}/llms.txt +3 -1
- {current_cli-0.1.13 → current_cli-0.1.15}/pyproject.toml +1 -1
- {current_cli-0.1.13 → current_cli-0.1.15}/.gitignore +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/README.md +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/current_cli/__init__.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/current_cli/build.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/current_cli/config.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/current_cli/docs.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/current_cli/http.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/current_cli/main.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/current_cli/schema.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/scripts/bump_version.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/tests/__init__.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/tests/conftest.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/tests/test_auth.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/tests/test_bump_version.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/tests/test_command_tree.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/tests/test_docs.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.15}/tests/test_requests.py +0 -0
|
@@ -1693,7 +1693,10 @@ paths:
|
|
|
1693
1693
|
/api/workflows/runs/{id}/archive/:
|
|
1694
1694
|
post:
|
|
1695
1695
|
operationId: workflows_runs_archive_create
|
|
1696
|
-
description:
|
|
1696
|
+
description: |-
|
|
1697
|
+
Hide the run from the default Actions list. Only finished (terminal-status)
|
|
1698
|
+
runs may be archived — archiving a run that's still in flight would hide it
|
|
1699
|
+
while dispatch keeps working on it.
|
|
1697
1700
|
parameters:
|
|
1698
1701
|
- in: path
|
|
1699
1702
|
name: id
|
|
@@ -3522,6 +3525,10 @@ components:
|
|
|
3522
3525
|
produced_at:
|
|
3523
3526
|
type: string
|
|
3524
3527
|
format: date-time
|
|
3528
|
+
supersedes:
|
|
3529
|
+
type: string
|
|
3530
|
+
format: uuid
|
|
3531
|
+
nullable: true
|
|
3525
3532
|
required:
|
|
3526
3533
|
- data
|
|
3527
3534
|
- produced_at
|
|
@@ -3607,6 +3614,7 @@ components:
|
|
|
3607
3614
|
$ref: '#/components/schemas/RunApproval'
|
|
3608
3615
|
trigger:
|
|
3609
3616
|
nullable: true
|
|
3617
|
+
workflow_config: {}
|
|
3610
3618
|
required:
|
|
3611
3619
|
- approvals
|
|
3612
3620
|
- definition
|
|
@@ -584,7 +584,9 @@ GET /api/workflows/workflows/{id}/
|
|
|
584
584
|
|
|
585
585
|
### current workflows runs archive create <id>
|
|
586
586
|
|
|
587
|
-
Hide the run from the default Actions list.
|
|
587
|
+
Hide the run from the default Actions list. Only finished (terminal-status)
|
|
588
|
+
runs may be archived — archiving a run that's still in flight would hide it
|
|
589
|
+
while dispatch keeps working on it.
|
|
588
590
|
|
|
589
591
|
POST /api/workflows/runs/{id}/archive/
|
|
590
592
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|