authzed / zed

Official command-line tool for managing SpiceDB
https://authzed.com/docs/reference/clients
Apache License 2.0
118 stars 26 forks source link

Fix lookup and add deprecation warning #426

Closed tstirrat15 closed 1 month ago

tstirrat15 commented 1 month ago

Description

We got a user report that lookup was broken. It's been broken since #395 and lookup is hidden/deprecated in favor of lookup-resources. This fixes lookup to satisfy the user complaint and adds a deprecation warning to the output of the command.

I'd recommend that we remove this in v1.

Changes