# opdot This is a CLI for syncing environment variables using 1password and provisioning files. Each environment (e.g staging or production) is saved in ## Requirements [1password CLI](https://1password.com/downloads/command-line/) [npm](https://nodejs.org/en/) or [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) ## Installation ### Using npm `npm install opdot --save-dev` ### Using cargo `cargo install opdot` ### Manual installation Download the [executable]() and point to it in your $PATH.