@idearium/cli
Advanced tools
Changelog
v1.0.0-alpha.9
c dc env file
errors when a .env
file doesn't exist.Changelog
v1.0.0-alpha.8
c dc env file
so that it produces more consistent results.Changelog
v1.0.0-alpha.7
c dc env file
now requires you provide, in addition to ./devops/templates/.env.tmpl
a ./devops/templates/.env.defaults
file, for a list of default values to provide to the template. Example files below..env.tmpl
COMPOSE_PROJECT_NAME={{COMPOSE_PROJECT_NAME}}
COMPOSE_FILE={{COMPOSE_FILE}}
.env.defaults
COMPOSE_PROJECT_NAME=cp
COMPOSE_FILE=docker-compose.yml
Changelog
v1.0.0-alpha.6
c d ps
to run docker ps
.c d images
to run docker images
.c d clean images
to remove unused Docker images.c d clean containers
to remove unused Docker containers.Changelog
v1.0.0-alpha.5
c dc env file
to work more like the original from c.sh
. If you pass reset
it will reset the COMPOSE_FILE
entry to be docker-compose.yml
. If you pass show
and the docker-compose.show.yml
file exists, it will set the COMPOSE_FILE
entry to be docker-compose.yml:docker-compose.show.yml
.Changelog
v1.0.0-alpha.4
package.json
.Changelog
v1.0.0-alpha.3