Skip to content

mi-wada/aps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aps - AWS Profile Switcher

aps is a TUI-based tool for simply switching AWS profiles.

Usage

$ aps
AWS Profile Switcher
> default [current]
  production
  staging

(Use ↑/↓ or j/k to navigate, Enter to select, q to quit)

Install

  1. Install binary:
go install github.com/mi-wada/aps@latest
  1. Add this function to your shell:
aps() {
  eval $(command aps)
}

Development

For development, use:

eval $(go run .)

About

aps - AWS Profile Switcher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages