I have to find a way to use the zed cli inside of ...
# spicedb
s
I have to find a way to use the zed cli inside of a bash script to remove a resource definition from the schema (the definition already has relationships). The idea that I had was to use bulk-delete on the relationships and then removing the definition from the schema, but the bulk-delete has a Are you sure prompt, that is making my script not run properly. (This script later gets put into a docker container and deployed as a k8s job).