0.4.5 • Published 4 years ago

aws-mf-saml v0.4.5

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

aws-mf-saml

NodeJS command line utility for setting AWS temporary credentials using federated role (SAML) of your Micro Focus credentials.

Prerequisites

AWS CLI must be installed before running this utility.

Install

$ npm install aws-mf-saml -g

Usage

ams [options]

Options

Options:
  -r, --awsRoleArn       AWS role arn
  -p, --profile          profile                               [default: "saml"]
  -g, --awsRegion        AWS region                       [default: "us-west-2"]
  -d, --duration         Credentials duration                   [default: 43200]
  -f, --awsOutputFormat  AWS output format                     [default: "json"]
  -x, --httpProxy        HTTP proxy
  -h, --help             Show help                                     [boolean]
  --version              Show version number                           [boolean]

Example

ams -r arn:aws:iam::{awsAccountID}:role/{roleName} -p smal-mf -g us-west-2 -d 43200 -f json
0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago