I’ve read every doc I can find on the subject of setting up the Windows environment for Sailpoint CLI/SDK tools.
after installation of the module:
(works) Get-module -ListAvailable PSSailPoint
(works) Get-Command -Module PSSailpoint
however it seems that when I run the basic command of “sail” …
nothing happens except for an error “sail: The term ‘sail’ is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.”
If you have any other questions, feel free to post them on this thread and I’d be more than happy to lend a hand. If you feel this or another post solves your problem, please mark that as a solution so others can easily find the help they need.
Hey @wle831, welcome to the SailPoint Developer Community, and thanks for posting this question.
It looks like you are running into this error because sail is an application that you are trying to execute that PowerShell (and your entire computer) is not sure of the file path in which it is stored. To solve this, we need to add the folder containing the sail application and associated files to the Environment Path.
You can do this by executing the following command in PowerShell with administrative rights:
Usually you have this error because you havent map this command like evironment variable or the installation was wrong. Try to reinstall or launch this command from own directory