Documentation
¶
Overview ¶
Command dumptest dumps OpenFGA test cases in a human-readable format.
Usage:
dumptest # List all available test names dumptest <name> # Dump a specific test by exact name dumptest -pattern <regex> # Dump tests matching a regex pattern dumptest -all # Dump all tests (warning: very long output)
Examples:
dumptest wildcard_direct dumptest -pattern "^userset" dumptest -pattern "computed_userset|ttu_"
Click to show internal directories.
Click to hide internal directories.