The SailPoint Command Line Interface (CLI) makes it easy to interact with SailPoint's SaaS Platform in a programmatic way. Many functions that use to be accomplished through tools like Postman or from custom scripts can now be done directly on the command line with minimal setup.
Also, I updated the CLI version to 0.2.2 since the last release tag doesn't follow the same version as the current CLI version. Once this PR is approved, we can generate a new release with the correct CLI executable name and the correct version.
How Has This Been Tested?
I installed goreleaser CLI on my Mac and ran the releaser locally. I confirmed that running goreleaser locally with a project name of sailpoint-cli created an executable output in my "dist" folder called sailpoint-cli. I then verified that changing the name to sail created the correct executable name in the "dist" folder.
Description
This is a fix for issue #17.
Also, I updated the CLI version to 0.2.2 since the last release tag doesn't follow the same version as the current CLI version. Once this PR is approved, we can generate a new release with the correct CLI executable name and the correct version.
How Has This Been Tested?
I installed goreleaser CLI on my Mac and ran the releaser locally. I confirmed that running goreleaser locally with a project name of
sailpoint-cli
created an executable output in my "dist" folder calledsailpoint-cli
. I then verified that changing the name tosail
created the correct executable name in the "dist" folder.