proper-compose

0.3.6 • Public • Published

proper-compose

Build Status NPM

Features:

  • inline imports
  • production service flag
  • disabled service flag
  • inline javascript evaluation
  • support for ./docker-compose/index.yml file
  • auto loads .env.dev when NODE_ENV === 'development' (in addition)
  • auto loads .env.prod when NODE_ENV === 'production' (in addition)
  • auto loads .env.test when NODE_ENV === 'test' (in addition)
  • extra commands/functionality
    • proper-compose *services* for a summary of all matching services
    • proper-compose *stats* for real-time service stats
    • proper-compose *status* for online/offline status for given services
    • proper-compose *online* for boolean indicating if a service is online
    • proper-compose *enter* alias for docker-compose exec <service> bash
    • proper-compose *reup* alias for docker-compose stop && docker-compose up
    • proper-compose *logs* will load last 10 lines by default (vs all)

Note: this library is still under development stage and is being processed through heavy real-world battle testing. Full documentation will be released once this module is ready for alpha release.

License

MIT © Daniel Kalen

Readme

Keywords

none

Package Sidebar

Install

npm i proper-compose

Weekly Downloads

2

Version

0.3.6

License

ISC

Unpacked Size

30.8 kB

Total Files

28

Last publish

Collaborators

  • danielkalen