This is a CLI for syncing environment variables using 1password and provisioning files. Each environment (e.g staging or production) is stored in a separate section of an item in the 1password vault. Uses .provision files as templates for the environemnt files.
envop up
, if your environment file is named something other than .env, you can pass it as an argument: --env FILE_PATH
envop down
, if your environment file is named something other than .env, you can pass it as an argument: --env FILE_PATH
brew install alexanderflink/envop/envop
npm install envop --save-dev
cargo install envop
Download the latest release, unpack the appropriate binary for your system and point to it in your $PATH.