openfga / cli

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

fix(import): output store and model information when including a store id #336

Closed ewanharris closed 5 months ago

ewanharris commented 6 months ago

Description

When we're performing an import to an existing store, first perform a lookup of the store so that we can:

Also refactors the code a little to remove some of the unnecessary nolint directives

References

Closes #334

Review Checklist