Releases: Mydayyy/pbcli
Releases · Mydayyy/pbcli
v2.9.0
v2.8.0
release 2.8.0
v2.7.1
- fix pbcli trying to inflate a non zlib compressed payload
v2.7.0
- Skip empty lines and lines only consisting of whitespace when parsing the config
v2.6.0
- Support scraping supported expiries
v2.5.1
- Fix an issue where the config parsing would always require mandatory args on the cli
v2.5.0
- Implement
--debugflag - Implement default locations for configs
- Implement
--no-default-config
v2.4.0
- Implement uniffi bindings gated behind a feature flag
v2.3.1
- Expose as library so others can use the defined structs and accompanying code (nain-F49FF806)
v2.3.0
Implement --size-limit argument.
Example usages:
pbcli --upload FILENAME --size-limit 1047983
pbcli --upload FILENAME --size-limit 10mb
pbcli --upload FILENAME --size-limit 2GB
pbcli --upload FILENAME --size-limit 1kb
pbcli --upload FILENAME --size-limit 500KB
If no unit is specified, the given size is interpreted as bytes