Wingetlywingetly
← All apps
S

SailPoint CLI

by SailPoint Technologies.v2.5.0

Last updated

Make it easy to interact with SailPoint's SaaS Platform in a programmatic way.

Install with winget

$ winget install --id SailPoint.SailPointCLI --exact --version 2.5.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for SailPoint CLI

SailPoint CLI uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i sail_2.5.0_windows_amd64.msi /quiet /norestart

See the full silent install reference for SailPoint CLI

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

The SailPoint CLI is a terminal-based tool you can use to to interact with your Identity Security Cloud (ISC) tenant. The CLI provides a text-based environment you can use to run operations known as "commands" to interact with your tenant however you want.

You can use the CLI to perform many functions you would have otherwise used Postman or custom scripts to perform before. For example, you can use the CLI to call the SailPoint APIs to do whatever you want in your ISC tenant, and you can do all this directly on the command line, with minimal setup.

Installers · v2.5.0

ArchitectureTypeScopeInstallDownload
x86Portable
in ZIP
-Direct
x64Portable
in ZIP
-Direct
x64MSI
WiX
machineDirect
arm64Portable
in ZIP
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for SailPoint CLI.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Frequently asked questions

How do I install SailPoint CLI on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id SailPoint.SailPointCLI --exact --version 2.5.0. winget downloads the installer from SailPoint Technologies. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install SailPoint CLI silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id SailPoint.SailPointCLI --exact 2.5.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for SailPoint CLI?
SailPoint CLI uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i sail_2.5.0_windows_amd64.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall SailPoint CLI via winget?
Run: winget uninstall --id SailPoint.SailPointCLI --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from SailPoint CLI's Apps & Features entry.
Is SailPoint CLI free?
SailPoint CLI is distributed under MIT. Refer to the publisher (https://github.com/sailpoint-oss/sailpoint-cli) for the full license terms - Wingetly itself does not charge for installation.
Does SailPoint CLI work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls SailPoint CLI directly from the publisher.
How do I keep SailPoint CLI up to date?
Run winget upgrade --id SailPoint.SailPointCLI --exact, or winget upgrade --all to update everything winget tracks. We index 4 versions of SailPoint CLI from microsoft/winget-pkgs.

Recent versions

  • 2.5.0latest
  • 2.4.0
  • 2.3.0
  • 2.2.12