lonelyplanet/setup-aws-credentials

Custom command for Composer

0.1.0 2017-04-19 18:30 UTC

This package is auto-updated.

Last update: 2022-05-11 09:17:48 UTC


README

This is a plugin for Composer that provides a custom command.

composer setup-aws-credentials

This command will look in your home directory for your AWS MFA credentials/tokens and convert it into a credentials file for the AWS SDK to use. The new credentials.json file will be written to the .aws folder within your project.

This uses aws-mfa to prompt you for your MFA code.