zed icon indicating copy to clipboard operation
zed copied to clipboard

Official command-line tool for managing SpiceDB

Results 38 zed issues
Sort by recently updated
recently updated
newest added

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...

area/CLI
priority/4 maybe
kind/tech debt
state/needs discussion

Many tools (e.g. [homebrew](https://brew.sh)) have a `doctor` command that evaluates the state of the world and prints useful warnings.

area/CLI
area/tooling
state/needs discussion

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...

kind/bug
priority/2 medium
area/storage

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": {} }...

area/CLI
priority/2 medium
kind/tech debt
area/dependencies

priority/3 low
area/tooling
kind/tech debt

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.