This is a very experimental package. Use at your own risk.
To install, use composer:
composer require flipboxlabs/evo
Run ./vendor/bin/evo
for a list of commands.
CloudFormation is still in development
- Run with
./vendor/bin/evo config
- Build your environment configurations
- Run with
./vendor/bin/evo config/cat
- Run with
./vendor/bin/evo params/delete
- Deletes the parameter from AWS Parameter Store
- Run with
./vendor/bin/evo params/set
- Sets the parameter from AWS Parameter Store
- Run with
./vendor/bin/evo params/get
- Gets the parameter from AWS Parameter Store
- Run with
./vendor/bin/evo params/print-dotenv
- Prints a .env file to standard output (sdout) that you can write to the location of your choosing. There is also an option for setting an output file.
$ ./vendor/bin/phpunit
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.