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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: current-cli
3
- Version: 0.1.13
3
+ Version: 0.1.14
4
4
  Summary: Command line interface for the Current API, generated from its OpenAPI schema at runtime
5
5
  Author-email: Orin <your-email@example.com>
6
6
  License-Expression: MIT
@@ -1693,7 +1693,10 @@ paths:
1693
1693
  /api/workflows/runs/{id}/archive/:
1694
1694
  post:
1695
1695
  operationId: workflows_runs_archive_create
1696
- description: Hide the run from the default Actions list.
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
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.13"
3
+ version = "0.1.14"
4
4
  description = "Command line interface for the Current API, generated from its OpenAPI schema at runtime"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes
File without changes