Zed is the command line interface (CLI) tool that you can use to interact with your SpiceDB cluster. With it you can easily switch between clusters, write and read schemas, write and read relationships, and check for permissions. It can be launched as a standalone binary or as a Docker container. Detailed installation options documented here.
Improvements in v0.30.2
Over the last few months we’ve been making many improvements to it, such as:
- Adding support for compilation and validation of composable schemas
- Adding automatic retries
- Adding a new
zed backup
command - Publishing the package to Chocolatey for all Windows users (currently in review)
And many other small fixes that are too many to list here. We are happy to announce that last week we released zed v0.30.2, which includes all of these changes.
In the near future we expect to be adding support for a new test syntax in schema files, which will allow you to validate that your schema and relationships work as you expect them to. Stay tuned!
As you can see, we are continuously making improvements to zed. If you see anything not working as expected, or if you have an idea for a new feature, please don’t hesitate to open an issue in https://github.com/authzed/zed. Also, while you’re at it, please give us a star!