openfga / cli

A cross-platform CLI to interact with an OpenFGA server
https://openfga.dev
Apache License 2.0
47 stars 22 forks source link

Support importing assertions along with the store #224

Open poovamraj opened 8 months ago

poovamraj commented 8 months ago

Currently we support importing a store file using

fga import store --file=store.fga.yaml

But this doesn't import the assertions present along with the store.

Importing the assertions can be helpful to be accessed from the playground and do the checks.

rhamzeh commented 7 months ago

Blocked by:

KamalAman commented 5 months ago

I would also love a fga model test --upload command to upload the assertions into the playground