`spicedb serve` takes two flags to help with that:...
# spicedb
e
spicedb serve
takes two flags to help with that:
Copy code
--datastore-bootstrap-files strings                       bootstrap data yaml files to load
      --datastore-bootstrap-overwrite                           overwrite any existing data with bootstrap data
the file format they take is the same that the playground exports when you save to a file
2 Views