Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.7 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.7 KB

Docker Odoo Environment

Build Status codecov CodeFactor

This is a small tool to manage dockerized odoo environments develop staging and production. Still in development, this is not a release.

Installation

To install with pip, run: pip install docker-odoo-env

Usage

usage: oe [-h] [--version] [-H HELP]
          {config,update,up,down,backup,restore,qa} ...

==============================================================================
Odoo Environment 0.0.a10 - by jeo Software <[email protected]>
==============================================================================

positional arguments:
  {config,update,up,down,backup,restore,qa}
                        commands
    config              config current configuration
    update              creates or updates an installation.
    up                  Start docker images
    down                Stop docker images
    backup              generates a backup in the backup_dir folder
    restore             restores a database from backup_dir
    qa                  quality analisys

optional arguments:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  -H HELP               odoo server server help