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

Bumps the go-mod group with 2 updates: [github.com/hamba/avro/v2](https://github.com/hamba/avro) and google.golang.org/protobuf. Updates `github.com/hamba/avro/v2` from 2.21.0 to 2.21.1 Release notes Sourced from github.com/hamba/avro/v2's releases. v2.21.1 What's Changed fix: Union Decoder uses readInt...

area/dependencies

This introduces support for optional resource type, recently introduced in SpiceDB 1.30.0. since the CLI contract has ambiguity, as a tradeoff, the contract will break by requiring clients to specify...

It's a common practice for a CLI tool to support shorthands, e.g. `kubectl get services` is the same as `kubectl get svc`, `nats context` is the same as `nats ctx`...

hint/good first issue
area/CLI
priority/3 low

With file import.yaml as: ```yaml schema: |-2 definition user {} caveat only_on_tuesday(day_of_week string) { day_of_week == 'tuesday' } definition document { relation reader: user | user with only_on_tuesday permission view...

Example: ```sh $ zed --insecure --token=test --endpoint=localhost:50051 lookup-subjects {"level":"error","error":"unknown command \"lookup-subjects\" for \"zed\"","time":"2024-04-05T14:03:14-04:00","message":"terminated with errors"} ```

kind/bug

folks may use `zed` to run scripts with invocations happening in parallel. When these are taking place, there may be increased chances of a serialization error happening on the server...

Hi, I've reported this already in #284, but I found the solution and implementation there insufficient. I'd love `zed backup create` to write to an existing file, maybe protected by...

Right now only homebrew is shipping shell completion: ```console $ dpkg -c zed_0.16.4_linux_amd64.deb drwxr-xr-x root/root 0 2024-01-22 16:10 ./usr/ drwxr-xr-x root/root 0 2024-01-22 16:10 ./usr/bin/ -rwxr-xr-x root/root 27877376 2024-01-20 01:11...

Current status: - develop schema with assertions and tests - run `zed validate filename` and get errors - manually import file into Playground - click share to share it with...

It looks like long-running backup and restore operations don't respond to interrupt signals, i.e. I can't Ctrl-C to abort. One issue was that these commands were not using the context...