Skip to content

Commit d6e12c4

Browse files
authored
Update token commands for token API v2 (#166) (#202)
* extend token commands * elaborate * Update changelog for PR #202
1 parent 0c132c4 commit d6e12c4

8 files changed

Lines changed: 545 additions & 146 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Add `attachment write`, `attachment ls`, `attachment read`, and `attachment rm` commands for entry attachments, [PR-184](https://github.com/reductstore/reduct-cli/pull/184)
1313
- Add global `--ca-cert` and persist alias connection options (`--ca-cert`, `--ignore-ssl`, `--timeout`, `--parallel`) in `alias add`, [PR-189](https://github.com/reductstore/reduct-cli/pull/189)
1414
- Add pre-built binary installation instructions to README for Linux and Windows and link to additional release assets, [PR-199](https://github.com/reductstore/reduct-cli/pull/199)
15+
- Update token commands for token API v2 (`token create --ttl/--expires-at/--expires-in/--ip-allow`, `token rotate`, and extended `token ls/show` metadata), [PR-202](https://github.com/reductstore/reduct-cli/pull/202)
1516

1617
### Fixed
1718

0 commit comments

Comments
 (0)