All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- add missing help an documentation for new commands
- "check" command that shortcuts to check-config.sh devilbox file
- "exec" command that enables command execution without entering the container
- "mysql" command that opens the mysql cli, and possibility to exec query directly
- default command shows version and help (@llaville)
- help command documentation, thanks to @llaville
- build process, thanks to @llaville
- Restart command, thanks to @thomasplevy
- Possibility to add services to docker-compose, thanks to @thomasplevy
- Failed build, clean it up
- Bin path in package.json
- Updated README.md
- Published as npm package for easier install/update
- Database path from devilbox versions prior to 1.0.0
- Build script that concatenates all source files in one dist file
- New commands: enter, config, open, run, stop, update
- Possibility to change default devilbox path with DEVILBOX_PATH in profile source
- Restructure the whole project with separate files for clarity
- Lot of good practices
- Fancy messages output
- Readme adapted to new usage
- Sed regex compatibility with characters
- Use short function declarations
- Format helpers with colors
- First version: commands for php/mysql/apache and docroot/projects/databases paths.