UNPKG

755 BMarkdownView Raw
1# capitana [![install size](https://flat.badgen.net/packagephobia/install/capitana)](https://packagephobia.now.sh/result?p=capitana) [![XO code style](https://flat.badgen.net/xo/status/capitana)](https://github.com/xojs/xo)
2
3> A minimal, highly customisable microservice deploy helper.
4
5
6## CLI
7
8```
9$ npm install --global capitana
10```
11
12```
13$ capitana --help
14
15 Usage
16 capitana [stage] [microservices] [options]
17
18 Options
19 --break Stop execution on execution failure.
20 --all Execute program on all microservices.
21 --except Exclude [microservices] microservices from execution.
22
23 Examples
24 $ capitana deploy --all
25 executes stage 'deploy' on all microservices
26```
27
28## License
29
30MIT © [LTS Beratung](https://lts-beratung.de/en.html)