/syncret

A cli tool that lets you sync LastPass secure notes as files to your filesystem

Primary LanguageTypeScript

Syncret

Syncret is a cli tool that lets you sync LastPass secure notes as files to your filesystem. My use case for this was wanting to find a way to store secrets and sensitive data in a way similar to RCM. For example, syncing my AWS credentials, secure tokens (like GitHub tokens). This piece plays a crucial role in automating my entire development environment configuration.

Setup & requirements

TODO: Install info

Syncret uses the lpass LastPass CLI tool under the hood to communicate with LastPass.

Usage

syncret init

This will create a .syncret.json in your home directory, you can then store this dotfile in RCM or your own dotfile system.