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

app

Main Application and Configuration module

commands

All core commands implemented in RAPyDo

deploy

Utility wrappers for Docker, Compose and Swarm

packages

Utilities to work with python packages and binaries

project

Utilities to handle projects' structure

templating

Utilities to work with jinja2 templates

utilities

A set of handling utilities like git repositories, yaml files