package
0.0.0-20241010123658-74cc21091c2a
Repository: https://github.com/sailpoint-oss/sailpoint-cli.git
Documentation: pkg.go.dev

# README

SP-Config

The spconfig command makes it easy to perform import and export operations in Identity Security Cloud using the SailPoint CLI.

Download

Command

Run the following command to download the results of import of export jobs

Windows

sail spconfig download
-export <export job id>
-import <import job id>

MacOS/Linux

sail spconfig download \
  -export <export job id> \
  -export <export job id>

Flags

Import

Specifies the ids of the import jobs to download

sail spconfig download \
  -import <import job id> \
  -import <import job id>

Export

Specifies the ids of the export jobs to download

sail spconfig download \
  -export <export job id> \
  -export <export job id>

Folder Path

Specify the folder path to save the search results in

sail spconfig download \
  -export <export job id> \
  -export <export job id> \
  -folderPath ./local/folder/path

Export

Command

Run the following command to begin an spconfig export job in Identity Security Cloud

sail spconfig export \
  -includeTypes <types to include> \
  -excludeTypes <types to exclude> \
  -description "optional description for the export job"

Use the following command syntax to download the results from multiple import or export jobs

sail spconfig download -export <export job id> -export <export job id>

Flags

Import

Specifies the ids of the import jobs to download

sail spconfig download -import <import job id> -import <import job id>

Export

Specifies the ids of the export jobs to download

sail spconfig download -export <export job id> -export <export job id>

Folder Path

Specify the folder path to save the search results in

sail spconfig download -export <export job id> -export <export job id> -folderPath ./local/folder/path

# Functions

No description provided by the author