zed
zed copied to clipboard
Official command-line tool for managing SpiceDB
Presently, nothing is printed to stdout if a write is successful. We could enhance the usability of Zed by printing a success message after a write returns error code 0.
When using a context or any command with a custom CA via `--certificate-path` it seems to not be respected. I tested with zed v0.10.1 but I think it also appears...
The idea is to add a command that's a low-level way to construct requests, but reusing the zed context. An example of this functionality is this [plugin for heroku](https://github.com/heroku/heroku-api-plugin): ```command...
Many tools (e.g. [homebrew](https://brew.sh)) have a `doctor` command that evaluates the state of the world and prints useful warnings.
For users without a keychain, zed encrypts a file in `~/.zed`. I think right now it's possible to accidentally enter your initial password as empty string, which breaks future attempts...
First off, SpiceDB is very cool and seemingly the best Zanzibar implementation there is. Thanks for that! It's a fun product that I'm still wrapping my head around. Now, a...
The JSON output of `zed expand` returns something like: ```json { "expandedAt": { "token": "GgMKATY=" }, "treeRoot": { "expandedObject": { "objectId": "aae48b55-ad96-11eb-a562-06368a59bfb7", "objectType": "care_recipient" }, "expandedRelation": "agency", "leaf": {} }...
There needs to be a GitHub action on this repository that uses [action-spicedb](https://github.com/authzed/action-spicedb) for end-to-end testing of the CLI commands and flags.