zed icon indicating copy to clipboard operation
zed copied to clipboard

Official command-line tool for managing SpiceDB

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

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

kind/bug
Zed

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

kind/feature request
Zed

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

kind/bug
Zed

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

Zed

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.

Zed

The linting on this repo is currently pretty lax. We may want to start with `default: "standard"` and see where that gets us.

Zed

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

kind/feature request
kind/proposal
Zed

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

SpiceDB

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

hint/good first issue
kind/tech debt
Zed