Clue - Cloudify Ultimate (Development) EnvironmentΒΆ
cluemanages your development environment.clueis particularly useful in managing Cloudify’s development environment, but it is general enough to be used in other contexts.- Your development environment is composed of:
- The GitHub repositories in use.
- Python packages that may reside in any repository.
clueis implemented usingclash.clashis a general framework that turns blueprints and their workflows into CLIs. That meansclueis mostly implemented as a blueprint but leverages some additional features provided byclash. That is not really important but I think it’s cool, so I’m mentioning it.
To get started, follow the Installation and the Getting Started pages.
The code lives here.
Documentation for clash can be found here.
- Installation
- Getting Started
- inputs.yaml
- Features
- Additional Commands
- Advanced