ARIA is an Open Source implementation of TOSCA, that allows you to orchestrate applications on any cloud platform.
See TOSCA
ARIA's Command Line Interface.
pip install aria-tosca
- Write/Download a TOSCA blueprint - TBD
- Initialze aria with TOSCA blueprint
aria init -p blueprint.yaml --install-plugins - Install the blueprint locally
aria execute -w install
See ARIA CLI