assume-aws-role
Advanced tools
Comparing version 1.3.1 to 1.4.0
@@ -141,2 +141,3 @@ #!/usr/bin/env node | ||
modEnv.PS1 = "(assume-aws-role " + command + ")$ "; | ||
modEnv.ASSUME_AWS_ROLE = command; | ||
@@ -143,0 +144,0 @@ spawn(process.env.SHELL, { |
@@ -0,3 +1,8 @@ | ||
1.4.0 | ||
------------------ | ||
- Update contributors list | ||
- #12 Add the role to the environment of the subshell | ||
1.3.1 | ||
------------------ | ||
- Updating the aws-sdk to `2.4.3` and fs-extra to `0.30.0`, currently these are the latest for both modules, the fs-extra upgrade fixes a warning that was appearing with node v6. |
{ | ||
"name": "assume-aws-role", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "Work with multiple AWS accounts more easily", | ||
@@ -20,3 +20,5 @@ "homepage": "https://github.com/jbuck/assume-aws-role", | ||
"contributors": [ | ||
"Benson Wong <mostlygeek+git@gmail.com>" | ||
"Benson Wong <mostlygeek+git@gmail.com>", | ||
"Eric Rutherford <eric@homepage.me>", | ||
"Frank Pavageau <fpavageau@ekino.com>" | ||
], | ||
@@ -23,0 +25,0 @@ "license": "Apache-2.0", |
@@ -54,2 +54,2 @@ # assume-aws-role | ||
After receiving valid credentials `assume-aws-role` will spawn the shell specified in `$SHELL` with the environment modified to include `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_SESSION_TOKEN`. | ||
After receiving valid credentials `assume-aws-role` will spawn the shell specified in `$SHELL` with the environment modified to include `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_SESSION_TOKEN`. The environment also includes an overridden `PS1` with a minimal custom prompt, and `ASSUME_AWS_ROLE` with the role so you can fully customize the `PS1` prompt by yourself. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6752
126