https://github.com/youyo/awslogin
Login to the AWS management console.
https://github.com/youyo/awslogin
aws aws-cli awslogin golang
Last synced: 1 day ago
JSON representation
Login to the AWS management console.
- Host: GitHub
- URL: https://github.com/youyo/awslogin
- Owner: youyo
- License: mit
- Created: 2017-02-13T15:08:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T15:28:36.000Z (about 3 years ago)
- Last Synced: 2025-03-24T16:46:16.859Z (about 1 year ago)
- Topics: aws, aws-cli, awslogin, golang
- Language: Go
- Homepage:
- Size: 140 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# awslogin
[](https://goreportcard.com/report/github.com/youyo/awslogin)
## Description
Login to the AWS management console.
## Install
- Brew
```
$ brew install youyo/tap/awslogin
```
Other platforms are download from [github release page](https://github.com/youyo/awslogin/releases).
## Usage
```bash
$ awslogin
Login to the AWS management console.
Usage:
awslogin [flags]
Flags:
-b, --browser string Opens with the specified browse application
-h, --help help for awslogin
-O, --output-url output signin url
-p, --profile string use a specific profile from your credential file. (default "default")
-S, --select-profile interactive select profile
--version version for awslogin
```
### Login AWS management console.
```bash
$ awslogin
(open browser using default profile or $AWS_PROFILE)
```
### Login AWS management console using a specific profile.
```bash
$ awslogin --profile profile-1
(open browser using selected profile)
```
### Login AWS management console using interactive select.
```bash
$ awslogin --select-profile
(open browser using selected profile)
```
### Output SigninURL.
```bash
$ awslogin --output-url
https://signin.aws.amazon.com/federation?Action=...
```
## Author
[youyo](https://github.com/youyo)