controller

CLI interface for RAPyDo

Functions

GREEN(msg)

Colorize a string with ANSI Green

RED(msg)

Colorize a string with ANSI Red

YELLOW(msg)

Colorize a string with ANSI Yellow

print_and_exit(message, *args, **kwargs)

Print a critical message and then exit with code 1

Modules

controller.app

Main Application and Configuration module

controller.commands

All core commands implemented in RAPyDo

controller.deploy

Utility wrappers for Docker, Compose and Swarm

controller.packages

Utilities to work with python packages and binaries

controller.project

Utilities to handle projects' structure

controller.templating

Utilities to work with jinja2 templates

controller.utilities

A set of handling utilities like git repositories, yaml files