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

[Bug] Release build pipeline generating wrong executable name #17

Closed colin-mckibben-sp closed 2 years ago

colin-mckibben-sp commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

The release pipeline is generating an executable called "sailpoint-cli.exe", but it should be called "sail.exe".

To Reproduce Steps to reproduce the behavior:

  1. Go to the latest release: https://github.com/sailpoint-oss/sailpoint-cli/releases/tag/0.2.1
  2. Download one of the build assets and unzip. The executable will be named "sailpoint-cli.exe"

Expected behavior A clear and concise description of what you expected to happen.

The executable should be called "sail.exe" so the command will work as per the documentation.

Actual behavior A clear and concise description of what actually happens.

The executable is called "sailpoint-cli.exe".

Screenshots If applicable, add screenshots to help explain your problem.

Operating System (please complete the following information):

All

Additional context Add any other context about the problem here.