current-cli 0.1.13__tar.gz → 0.1.14__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.14}/PKG-INFO +1 -1
- {current_cli-0.1.13 → current_cli-0.1.14}/current_cli/schema.yml +4 -1
- {current_cli-0.1.13 → current_cli-0.1.14}/llms.txt +3 -1
- {current_cli-0.1.13 → current_cli-0.1.14}/pyproject.toml +1 -1
- {current_cli-0.1.13 → current_cli-0.1.14}/.gitignore +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/README.md +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/current_cli/__init__.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/current_cli/build.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/current_cli/config.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/current_cli/docs.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/current_cli/http.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/current_cli/main.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/current_cli/schema.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/scripts/bump_version.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/tests/__init__.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/tests/conftest.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/tests/test_auth.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/tests/test_bump_version.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/tests/test_command_tree.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/tests/test_docs.py +0 -0
- {current_cli-0.1.13 → current_cli-0.1.14}/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
|
|
@@ -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
|