From b8c82aeecec8679e4700f09cde08e9d258673fd6 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Tue, 6 Aug 2024 04:31:34 -0400 Subject: [PATCH] chore: add skip existing to import command (#256) Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- cli/commands/import.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/commands/import.mdx b/cli/commands/import.mdx index 13ba368..62991ab 100644 --- a/cli/commands/import.mdx +++ b/cli/commands/import.mdx @@ -14,6 +14,7 @@ flipt import [flags] --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. ```