You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: