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

## Description Part of getting a v1 of Zed out the door. We want to take the opportunity to get rid of some deprecated codepaths, which will keep complexity down...

This'd be similar to eslint `// eslint-disable no-unused-vars`-type comments, which indicate that the user is intentionally using a particular syntax. There are places where our recommendations make sense to ignore,...

`zed` calls the LookupResource in a loop, and automatically provides the cursor token. This causes the `--page-limit` to have practically no effect from user's perspective.

We are liking the exhaustive checks performed for any `validations` entries in a validation YAML, to ensure more complex policies work exactly as intended (which `assertTrue` and `assertFalse` don't guarantee...

Fixes #509 ## Description There's a couple of misbehaviors around `zed import` that we want to fix: * The command fails if the validation file doesn't have a schema even...