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
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@idearium/cli - npm Package Versions

1
45

1.0.0-alpha.9

Diff

Changelog

Source

v1.0.0-alpha.9

  • Bug fix.

Fixes

  • Fixes c dc env file errors when a .env file doesn't exist.
smebberson
published 1.0.0-alpha.8 •

Changelog

Source

v1.0.0-alpha.8

  • Bug fix.

Fixes

  • Updated the logic for c dc env file so that it produces more consistent results.
smebberson
published 1.0.0-alpha.7 •

Changelog

Source

v1.0.0-alpha.7

  • Improvements.

Improvements

  • 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
smebberson
published 1.0.0-alpha.6 •

Changelog

Source

v1.0.0-alpha.6

  • 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.
smebberson
published 1.0.0-alpha.5 •

Changelog

Source

v1.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.
smebberson
published 1.0.0-alpha.4 •

Changelog

Source

v1.0.0-alpha.4

  • Bug fix release.

Bugs

  • Fixed an issue with package.json.
smebberson
published 1.0.0-alpha.3 •

Changelog

Source

v1.0.0-alpha.3

  • First published version of the cli.
smebberson
published 1.0.0-alpha.2 •

1
45
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