Skip to content
Vladimir Magamedov edited this page May 3, 2016 · 2 revisions

pi is a command-line tool, which will hopefully replace Makefile in your project, improve your development environment by using containerization and improve your development experience by providing nice command-line interface for your projects.

Example:

commands:
  app.run:
    image: app.env
    args:
      - config: type=file default=development.ini
    options:
      - restart: type=flag default=false
    shell: python manage.py {{options}} {{args}}
Clone this wiki locally