New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@idearium/cli

Package Overview
Dependencies
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@idearium/cli - npm Package Compare versions

Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6

bin/c-d-clean-containers.js

1

bin/c.js

@@ -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);

23

CHANGELOG.md

@@ -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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc