current-cli 0.1.2__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.2 → current_cli-0.1.4}/PKG-INFO +1 -1
- {current_cli-0.1.2 → current_cli-0.1.4}/current_cli/schema.yml +11 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/llms.txt +1 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/pyproject.toml +1 -1
- {current_cli-0.1.2 → current_cli-0.1.4}/.gitignore +0 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/README.md +0 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/current_cli/__init__.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/current_cli/build.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/current_cli/config.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/current_cli/docs.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/current_cli/http.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/current_cli/main.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/current_cli/schema.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/scripts/bump_version.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/tests/__init__.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/tests/conftest.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/tests/test_auth.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/tests/test_bump_version.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/tests/test_command_tree.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.4}/tests/test_docs.py +0 -0
- {current_cli-0.1.2 → 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:
|
|
@@ -2471,12 +2476,14 @@ components:
|
|
|
2471
2476
|
- number
|
|
2472
2477
|
- boolean
|
|
2473
2478
|
- date
|
|
2479
|
+
- url
|
|
2474
2480
|
type: string
|
|
2475
2481
|
description: |-
|
|
2476
2482
|
* `text` - Text
|
|
2477
2483
|
* `number` - Number
|
|
2478
2484
|
* `boolean` - Boolean
|
|
2479
2485
|
* `date` - Date
|
|
2486
|
+
* `url` - URL
|
|
2480
2487
|
DefinitionApplyRequest:
|
|
2481
2488
|
type: object
|
|
2482
2489
|
description: |-
|
|
@@ -3759,6 +3766,9 @@ components:
|
|
|
3759
3766
|
format: uuid
|
|
3760
3767
|
readOnly: true
|
|
3761
3768
|
nullable: true
|
|
3769
|
+
workflow_name:
|
|
3770
|
+
type: string
|
|
3771
|
+
readOnly: true
|
|
3762
3772
|
definition:
|
|
3763
3773
|
type: string
|
|
3764
3774
|
format: uuid
|
|
@@ -3814,6 +3824,7 @@ components:
|
|
|
3814
3824
|
- summary
|
|
3815
3825
|
- transitions
|
|
3816
3826
|
- workflow
|
|
3827
|
+
- workflow_name
|
|
3817
3828
|
WorkflowRunCounts:
|
|
3818
3829
|
type: object
|
|
3819
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
|