@idearium/cli
Advanced tools
Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6
@@ -10,2 +10,3 @@ #!/usr/bin/env node | ||
.command('dc <command>', 'Shortcuts to control Docker Compose.') | ||
.command('d <command>', 'Shortcuts to control Docker.') | ||
.parse(process.argv); |
@@ -5,11 +5,22 @@ # @ideariym/cli | ||
## 1.0.0-alpha.4 | ||
## 1.0.0-alpha.5 | ||
Bug fix release. | ||
New commands. | ||
### Improvements | ||
- Added `c d ps` to run `docker ps`. | ||
- Added `c d images` to run `docker images`. | ||
- Added `c d clean images` to remove unused Docker images. | ||
- Added `c d clean containers` to remove unused Docker containers. | ||
## 1.0.0-alpha.5 | ||
Minor improvements. | ||
### Improvements | ||
- Updated `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`. | ||
## 1.0.0-alpha.3 | ||
## 1.0.0-alpha.4 | ||
@@ -22,8 +33,4 @@ Bug fix release. | ||
## 1.0.0-alpha.2 | ||
## 1.0.0-alpha.3 | ||
First published version of the cli. | ||
## 1.0.0-alpha.1 | ||
Initial commit of the cli. |
{ | ||
"name": "@idearium/cli", | ||
"version": "1.0.0-alpha.5", | ||
"version": "1.0.0-alpha.6", | ||
"description": "The Idearium cli, which makes working with our projects much easier.", | ||
@@ -29,2 +29,3 @@ "main": "index.js", | ||
"dotenv": "4.0.0", | ||
"execa": "0.8.0", | ||
"handlebars": "4.0.10", | ||
@@ -31,0 +32,0 @@ "shelljs": "0.7.8" |
@@ -28,1 +28,2 @@ # @idearium/cli | ||
- `c dc` is for everything Docker Compose. | ||
- `c d` is for everything Docker. |
15555
24
304
29
5
+ Addedexeca@0.8.0
+ Addedcross-spawn@5.1.0(transitive)
+ Addedexeca@0.8.0(transitive)
+ Addedget-stream@3.0.0(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedlru-cache@4.1.5(transitive)
+ Addednpm-run-path@2.0.2(transitive)
+ Addedp-finally@1.0.0(transitive)
+ Addedpath-key@2.0.1(transitive)
+ Addedpseudomap@1.0.2(transitive)
+ Addedshebang-command@1.2.0(transitive)
+ Addedshebang-regex@1.0.0(transitive)
+ Addedsignal-exit@3.0.7(transitive)
+ Addedstrip-eof@1.0.0(transitive)
+ Addedwhich@1.3.1(transitive)
+ Addedyallist@2.1.2(transitive)