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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: current-cli
3
- Version: 0.1.43
3
+ Version: 0.1.44
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
@@ -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. 'total'
2017
- counts the matching projects.
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.43"
3
+ version = "0.1.44"
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