Error when running sail anything

Good morning,

I feel like this is going to be an easy fix but I may be wrong. Here is my issue, I have installed the CLI from this link and get this error when running anything on the sail command:
image

This part is also a little unclear but I have both GoLang and NodeJs installed because they are both “required” in two different CLI documentations:
Here is where it says NodeJS is required
Here is where it says GoLang is required

image

If I do not need either of these installed please let me know, but I do know that on my Macbook I have only NodeJs installed and this is working.

Thanks to everyone in advance! Really appreciate any help you can give me.

Regards,

Matt

Hey @mwander,

Thanks for posting in the forums!

It seems like an issue occurred in your configuration file.

You should be able to overwrite the environment with a fresh one by running sail environment {environment-name} --overwrite with {environment-name} being the name of the environment you are using.

So let me ask you this, cause I have yet to get SailPoint CLI configured at all. It just doesn’t allow me to enter anything, even when I use the command overwrite.image

Here is the question, does this use the same config file that the PowerShell SDK uses? Because that may be whats causing this?

Matt

Yes for now they do use the same configuration file, that definitely could be the issue

I deleted the .sailpoint/config.yaml file and started sail up again and I was able to configure it with the CLI this time =) Thanks for your help!

1 Like

Happy to help anytime :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.