Skip to content

asposh/deploy_tool

Repository files navigation

Deploy tool

Features

  • Create DB (PostgreSQL only sopported now)
  • Execute DB query from file
  • Build config files
  • Support macros variables replace

Install

pip3 install git+https://github.com/asposh/deploy_tool.git#egg=deploy_tool

How to use

look at example.py

Initialisation options can be defined:

  • directly as options: dict in params: dict
  • parsing from CLI, this method expect to define options_available: list in params: dict