0.3.6 • Published 5 years ago

proper-compose v0.3.6

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago