mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-09 12:47:44 +00:00
[Bug] Resolved an issue that left the SPConfig import command unusable
This commit is contained in:
@@ -22,7 +22,7 @@ func newImportCommand() *cobra.Command {
|
|||||||
Long: "\nStart an Import job in IdentityNow\n\n",
|
Long: "\nStart an Import job in IdentityNow\n\n",
|
||||||
Example: "sail spconfig import",
|
Example: "sail spconfig import",
|
||||||
Aliases: []string{"imp"},
|
Aliases: []string{"imp"},
|
||||||
Args: cobra.ExactArgs(1),
|
Args: cobra.NoArgs,
|
||||||
RunE: func(cmd *cobra.Command, args []string) error {
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
|
|
||||||
apiClient, err := config.InitAPIClient()
|
apiClient, err := config.InitAPIClient()
|
||||||
|
|||||||
Reference in New Issue
Block a user