current-cli 0.1.43__tar.gz → 0.1.44__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.43 → current_cli-0.1.44}/PKG-INFO +1 -1
- {current_cli-0.1.43 → current_cli-0.1.44}/current_cli/schema.yml +4 -2
- {current_cli-0.1.43 → current_cli-0.1.44}/llms.txt +1 -1
- {current_cli-0.1.43 → current_cli-0.1.44}/pyproject.toml +1 -1
- {current_cli-0.1.43 → current_cli-0.1.44}/.gitignore +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/README.md +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/current_cli/__init__.py +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/current_cli/build.py +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/current_cli/config.py +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/current_cli/docs.py +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/current_cli/http.py +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/current_cli/main.py +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/current_cli/schema.py +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/scripts/bump_version.py +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/tests/__init__.py +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/tests/conftest.py +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/tests/test_auth.py +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/tests/test_bump_version.py +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/tests/test_command_tree.py +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/tests/test_docs.py +0 -0
- {current_cli-0.1.43 → current_cli-0.1.44}/tests/test_requests.py +0 -0
|
@@ -2013,8 +2013,10 @@ paths:
|
|
|
2013
2013
|
type: string
|
|
2014
2014
|
description: Keep only projects whose current value matches, as 'key:value'
|
|
2015
2015
|
(for example 'status:Active'). Repeat for more fields; repeating one key
|
|
2016
|
-
accepts any of its values. An option matches by label, value, or ID.
|
|
2017
|
-
|
|
2016
|
+
accepts any of its values. An option matches by label, value, or ID. Use
|
|
2017
|
+
'key:*' for any value (is not blank) and 'key:!' for no value (is blank).
|
|
2018
|
+
A number or date value may lead with '<', '<=', '>', or '>='; two bounds
|
|
2019
|
+
on one key are a range. 'total' counts the matching projects.
|
|
2018
2020
|
- in: query
|
|
2019
2021
|
name: limit
|
|
2020
2022
|
schema:
|
|
@@ -682,7 +682,7 @@ GET /api/projects/projects/inventory/
|
|
|
682
682
|
|
|
683
683
|
Options:
|
|
684
684
|
- `--fields` - Field keys to keep; omit to return every current value
|
|
685
|
-
- `--filter` - Keep only projects whose current value matches, as 'key:value' (for example 'status:Active'). Repeat for more fields; repeating one key accepts any of its values. An option matches by label, value, or ID. 'total' counts the matching projects.
|
|
685
|
+
- `--filter` - Keep only projects whose current value matches, as 'key:value' (for example 'status:Active'). Repeat for more fields; repeating one key accepts any of its values. An option matches by label, value, or ID. Use 'key:*' for any value (is not blank) and 'key:!' for no value (is blank). A number or date value may lead with '<', '<=', '>', or '>='; two bounds on one key are a range. 'total' counts the matching projects.
|
|
686
686
|
- `--limit` - Max projects per page (default 100, max 200)
|
|
687
687
|
- `--offset` - Number of projects to skip (default 0)
|
|
688
688
|
- `--values` - Read option values as labels (default) or as option IDs
|
|
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
|