awscreds

command module
v0.0.0-...-cc8df42 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

README

awscreds

GitHub Workflow Status

What is awscreds?

awscreds is a CLI tool to setup aws credentials for terminal shell with MFA device authentication.

Requirement

  • go 1.17.x or later
  • awscli (pip install awscli & aws configure)

Installation

go install github.com/jedipunkz/awscreds@latest

Usage

Options
Option Explanation Required
-m MFA Number YES
-p aws config profile name YES
-r aws region name YES
-s shell (fish, zsh, bash, sh) No
Fish
awscreds set -p <aws-config-profile-name> -r <region-name> -m <mfa-number> | source
Zsh, Bash
eval `awscreds set -p <aws-config-profile-name> -r <region-name> -m <mfa-number>`

License

Apache License 2.0

Author

jedipunkz

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
sts

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL