Import Flipt data from file/stdin
flipt import [flags] <file>
-a, --address string address of remote Flipt instance to import into (defaults to direct DB import if not supplied)
--config string path to config file
--drop drop database before import
-h, --help help for import
--skip-existing only import new data
--stdin import from STDIN
-t, --token string client token used to authenticate access to remote Flipt instance when importing.
Was this page helpful?