current-cli 0.1.3__tar.gz → 0.1.4__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.3
3
+ Version: 0.1.4
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
@@ -1453,6 +1453,11 @@ paths:
1453
1453
  schema:
1454
1454
  type: string
1455
1455
  description: Filter by workflow UUID
1456
+ - in: query
1457
+ name: workspace
1458
+ schema:
1459
+ type: string
1460
+ description: Filter by workspace UUID
1456
1461
  tags:
1457
1462
  - workflows
1458
1463
  security:
@@ -3761,6 +3766,9 @@ components:
3761
3766
  format: uuid
3762
3767
  readOnly: true
3763
3768
  nullable: true
3769
+ workflow_name:
3770
+ type: string
3771
+ readOnly: true
3764
3772
  definition:
3765
3773
  type: string
3766
3774
  format: uuid
@@ -3816,6 +3824,7 @@ components:
3816
3824
  - summary
3817
3825
  - transitions
3818
3826
  - workflow
3827
+ - workflow_name
3819
3828
  WorkflowRunCounts:
3820
3829
  type: object
3821
3830
  description: Run counts by status over the last 30 days.
@@ -558,6 +558,7 @@ Options:
558
558
  - `--definition` - Filter by definition UUID
559
559
  - `--project` - Filter by project UUID
560
560
  - `--workflow` - Filter by workflow UUID
561
+ - `--workspace` - Filter by workspace UUID
561
562
 
562
563
  ### current workflows runs records create <run_id>
563
564
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.3"
3
+ version = "0.1.4"
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