You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2025. It is now read-only.
New features:
- izk is now installable via docker
- allow configuration via environment variables, to ease docker usage
Improvements:
- Run flake8 checks as part of the CI
- Use pipenv to lock and install the development environment
Improvements:
- Enable vi mode by default
- Don't display a traceback when mashing Ctrl-D on exit confirmation message
Fixes:
- `raw` commands are now usable (reported by @hzluyang)
New command:
- `edit`: opens an editor to edit the content of a znode
Improvements:
- If only a path is given to `set`, an editor will be opened to type-in the ZNode data
- Command validation refactoring