Import AWS credentials.csv to 1Password using aws1pif
·1 min read


I’ve just open-sourced aws1pif, a command line tool that converts AWS credentials.csv to 1Password .1pif file format
Install
You can install aws1pif using Homebrew or go install command
brew install ngs/formulae/aws1pifor
go install github.com/ngs/aws1pifHow to Use
aws1pif converts CSV standard input to .1pif JSON file format as standard output.
cat ~/Downloads/credentials.csv | aws1pif > aws.1pif1Password will launch when opening .1pif file and show confirmation dialog

Currently CSV with multiple credentials is not supported.