Crates.io | envop |
lib.rs | envop |
version | 1.0.5 |
source | src |
created_at | 2022-09-24 19:24:46.547522 |
updated_at | 2022-09-26 09:41:43.927633 |
description | A CLI for syncing environment variables using 1password |
homepage | https://github.com/alexanderflink/envop |
repository | https://github.com/alexanderflink/envop |
max_upload_size | |
id | 673198 |
size | 33,844 |
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.