News

Manage Environment Variables with Eco

Published
Manage Environment Variables with Eco image

Eco allows you and your team to effortlessly and securely share non-production environment variables, without the overhead of setting up dedicated secrets servers.

It’s been a busy week, but I wanted to get this out into the wild.

Introducing Eco CLI, a tool for managing (non-production) environment variables with your team. https://t.co/65gtNXLYLH

— Adam Campbell (@hotmeteor) September 10, 2020

By design, this package isn’t meant for production secrets. Still, it provides an “easy way to securely share environment variables with other project maintainers without need to set up 3rd party secrets management” for development.

It works by storing a local “vault” file to permanently store any environment variable you don’t want to lose. In the repo, this package provides a remote .eco file in the root of the repo; the eco file is comprised of shared, encrypted keys using the same strategy used by GitHub for safely storing unique key/value pairs.

Once you have the initial setup completed, you could get a fresh .env (based on .env.example) using the following CLI command:

eco env:fresh

You can push/pull env from the remote .eco file using:

# Pull a remote key/value pair from the remote .eco file
eco env:pull
 
# Push a key/value pair to the remote eco file
eco env:push

Check out the readme for further details such as switching between GitHub organizations and repos to pull key/values from various repos. You can learn more at hotmeteor/eco-cli.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Filed in

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article