From 268a4e856d66613236f1a067b00d7d094e105e36 Mon Sep 17 00:00:00 2001 From: Christina Gagnon Date: Mon, 14 Oct 2024 14:10:21 -0500 Subject: [PATCH] Added --wait flag to sail config import command docs --- docs/tools/cli/spconfig.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tools/cli/spconfig.md b/docs/tools/cli/spconfig.md index 9e8490d8c26..39ce1c064cc 100644 --- a/docs/tools/cli/spconfig.md +++ b/docs/tools/cli/spconfig.md @@ -78,6 +78,8 @@ sail spconfig import \ You can add these flags to the `import` command: - `folderPath`: Add this flag to specify the folder path to save the import job in. If the directory doesn't exist, the CLI creates it. The default folder path is the current working directory. +- `wait`: Use this boolean to specify whether the CLI should wait for the import job to finish before downloading the results. This flag is false by default. Setting it to true sets the CLI to wait until the job finishes before downloading the results. + ### Export