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.
- {current_cli-0.1.3 → current_cli-0.1.4}/PKG-INFO +1 -1
- {current_cli-0.1.3 → current_cli-0.1.4}/current_cli/schema.yml +9 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/llms.txt +1 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/pyproject.toml +1 -1
- {current_cli-0.1.3 → current_cli-0.1.4}/.gitignore +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/README.md +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/current_cli/__init__.py +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/current_cli/build.py +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/current_cli/config.py +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/current_cli/docs.py +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/current_cli/http.py +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/current_cli/main.py +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/current_cli/schema.py +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/scripts/bump_version.py +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/tests/__init__.py +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/tests/conftest.py +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/tests/test_auth.py +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/tests/test_bump_version.py +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/tests/test_command_tree.py +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/tests/test_docs.py +0 -0
- {current_cli-0.1.3 → current_cli-0.1.4}/tests/test_requests.py +0 -0
|
@@ -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
|
|
|
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
|