Welcome to pdt-client documentation!¶
pdt-client¶
pdt-client is a client tool for Paylogic Deployment Tool web application
Installation¶
pip install pdt-client
Usage¶
Client has single entry point console script:
pdt-client --help
Push migrations data¶
pdt-client migration-data push
Check not reviewed migrations¶
pdt-client migration-data get-not-reviewed
Apply migrations¶
pdt-client migrate
Report deployment status¶
pdt-client deploy
Generate a graph of the revisions¶
The same as the graph command of alembic offline, but enriched with the release from the PDT.
pdt-client graph
Get not deployed case data¶
pdt-client case-data get-not-deployed
Contact¶
If you have questions, bug reports, suggestions, etc. please create an issue on the GitHub project page.
License¶
This software is licensed under the MIT license
Please refer to the license file
© 2015 Anatoly Bubenkov, Paylogic International and others.
Internal API¶
pdt-client public interface.