okta / okta-aws-cli

A CLI for having Okta as the IdP for AWS CLI operations
https://github.com/okta/okta-aws-cli
Other
128 stars 34 forks source link

Remove version number from binary #154

Closed mieliespoor closed 9 months ago

mieliespoor commented 1 year ago

The release binaries for this cli have the version number in the name of the binary. Can this be removed and use standard conventions where the binary name is consistent through versions.

See: https://github.com/okta/okta-aws-cli/blob/master/.goreleaser.yaml#L18

The fix here is to change it to:

binary: '{{ .ProjectName }}'

The problem here is that when you deploy this, you also need to rename the binary as you cannot then simply call okta-aws-cli as the documentation state without renaming the binary.

I'm happy to make this pull request myself.

monde commented 9 months ago

I can make it so.