configure-aws-credentials icon indicating copy to clipboard operation
configure-aws-credentials copied to clipboard

feat: Add cli install option

Open davidkarlsen opened this issue 3 years ago • 2 comments

It would be handy if the action could also have a flag install_cli: true|false, default false in order to install the latest cli on self-hosted runners. Related https://github.com/aws-actions/configure-aws-credentials/issues/113

davidkarlsen avatar Aug 25 '20 11:08 davidkarlsen

Thanks for the request @davidkarlsen, could you please explain why we would want to do this when runners come with this preinstalled? If the latest version is required, that could be configured through a separate step like seen here. If enough people think it would be useful for us to directly support this then we can think about implementing it 🙂

peterwoodworth avatar Oct 05 '22 22:10 peterwoodworth

Thanks for the request @davidkarlsen, could you please explain why we would want to do this when runners come with this preinstalled? If the latest version is required, that could be configured through a separate step like seen here. If enough people think it would be useful for us to directly support this then we can think about implementing it 🙂

That only holds true for [github] hosted runners, while self-hosted don't. There seems to be some wishes for this as there are 12 thumbs up.

davidkarlsen avatar Oct 06 '22 07:10 davidkarlsen

I'm going to be closing this because we've decided we will not support it. If you need to configure the latest CLI for any reason, you can do that through other means. Setting up an action that can install the CLI on any environment should be its own GitHub action; it doesn't look like any of the actions that install the CLI are both up to date and cover all platforms though.

peterwoodworth avatar Mar 22 '23 21:03 peterwoodworth

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

github-actions[bot] avatar Mar 22 '23 21:03 github-actions[bot]