mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-06 04:21:15 +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",
|
||||
Example: "sail spconfig import",
|
||||
Aliases: []string{"imp"},
|
||||
Args: cobra.ExactArgs(1),
|
||||
Args: cobra.NoArgs,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
|
||||
apiClient, err := config.InitAPIClient()
|
||||
|
||||
Reference in New Issue
Block a user