0.5.7
- You can now use the "FROM_DOCKERFILE" keyword in place of "FROM";
my_image:
FROM_DOCKERFILE: path/to/Dockerfile
[...]
will automatically rebuild the dockerfile (using its directory as the build context)
- CLI output is cleaned up, organized, and colored