sailpoint-oss / sailpoint-cli

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.
https://developer.sailpoint.com/discuss
MIT License
25 stars 19 forks source link

Changed goreleaser project name to sail #20

Closed colin-mckibben-sp closed 2 years ago

colin-mckibben-sp commented 2 years ago

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 called sailpoint-cli. I then verified that changing the name to sail created the correct executable name in the "dist" folder.

image

fangming-ning-sp commented 2 years ago

https://github.com/sailpoint-oss/sailpoint-cli/blob/9701e777dfd963623fe80274cd4659b2f76d14eb/Dockerfile#L23

This needs to be renamed as well for it to work

colin-mckibben-sp commented 2 years ago

https://github.com/sailpoint-oss/sailpoint-cli/blob/9701e777dfd963623fe80274cd4659b2f76d14eb/Dockerfile#L23

This needs to be renamed as well for it to work

Good catch. I updated it and now the goreleaser passes locally with the docker build as well.