Command-line usage¶
Run a stage from the directory containing its blueprint:
python -m builddrone <stage>
Replace <stage> with a top-level key from blueprint.json, for example
build, test, or cleanup.
Examples¶
| Example | Command |
|---|---|
| Python | python -m builddrone build |
| Robot Framework | python -m builddrone test |
| Archiver | python -m builddrone archive |
| AppVeyor | python -m builddrone upload |
Each example directory includes its own blueprint.json and a cleanup
stage to remove temporary artifacts.