Import AWS credentials.csv to 1Password using aws1pif

 日本語

I’ve just open-sourced aws1pif, a command line tool that converts AWS credentials.csv to 1Password .1pif file format

ngs/aws1pif

Install

You can install aws1pif using Homebrew or go install command

brew install ngs/formulae/aws1pif

or

go install github.com/ngs/aws1pif

How to Use

aws1pif converts CSV standard input to .1pif JSON file format as standard output.

cat ~/Downloads/credentials.csv | aws1pif > aws.1pif

1Password will launch when opening .1pif file and show confirmation dialog

Currently CSV with multiple credentials is not supported.

comments powered by Disqus