zed
zed copied to clipboard
Official command-line tool for managing SpiceDB
**Summary** This PR adds --html and --html-output flags to the zed permission check and zed permission check-bulk commands. These options generate interactive HTML visualizations of permission traces, making it easier...
```shell ~ $ zed version client: zed v0.27.0 5:08PM WRN not calling a released version of SpiceDB version=v1.42.1+enterprise.devel.(devel) service: v1.42.1+enterprise.devel.(devel) ~ $ zed validate --help Validates the given validation file...
The easiest way to install clients like `zed` on Windows is to use the `winget` package installer (see: https://learn.microsoft.com/en-us/windows/package-manager/winget/) To allow for `zed` to be installable via `winget` we'd need...
I have the following structure: ``` / schema/ root.zed domain.zed tests/ test_one.yaml ``` root.zed ``` definition user {} import "./domain.zed" ``` domain.zed ``` definition domain { relation read : user;...
We have access to Depot and they're both faster and more reliable than github runners. I'm already doing it for the zed wasm tests, but we should do it for...
The built-in spicedb server that is run as part of the MCP server does not have expiration support enabled by default and this prevents using expirations in schemas.
The linting on this repo is currently pretty lax. We may want to start with `default: "standard"` and see where that gets us.
I want to use the `zed` tool for some automations. I store my credentials elsewhere so I don't want to use the context subcommand or keyring. However, I cannot seem...
See https://github.com/authzed/zed/actions/runs/14919640636/job/41912449065?pr=511 ``` --- FAIL: TestBulkDeleteForcing (0.03s) relationship_test.go:697: Error Trace: D:/a/zed/zed/internal/commands/relationship_test.go:822 D:/a/zed/zed/internal/commands/relationship_test.go:[79](https://github.com/authzed/zed/actions/runs/14919477817/job/41911991374?pr=511#step:4:81)4 D:/a/zed/zed/internal/commands/relationship_test.go:697 Error: Not equal: expected: 0 actual : 1 Test: TestBulkDeleteForcing FAIL ``` It also fails on my...
Our unit tests currently set up a full server for the client to talk to. This means that it's difficult to test things like "what happens when the response is...