lonelyplanet / setup-aws-credentials
Custom command for Composer
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 792
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: >=7.0
- composer-plugin-api: ^1.0
Requires (Dev)
- composer/composer: ^1.0
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.