Skip to content

Commit 1e57b25

Browse files
author
Rick Rackow
committed
chore(readme): add more details
1 parent ae1655c commit 1e57b25

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,35 @@
1-
# Operations Management System Command Line Interface - OMS CLI
1+
# Operations Management System - OMS
2+
3+
This repository contains the source for the operations management system. It
4+
contains the sources for both the CLI and the Service.
5+
6+
## CLI
7+
The CLI tool is used to bootstrap Codesphere cluster on customer sites and
8+
replaces the formerly used private cloud installer.
9+
10+
### How to Build?
11+
12+
```shell
13+
make build cli
14+
```
15+
16+
### How to Test?
17+
18+
19+
### How to Use?
20+
21+
22+
## Service
23+
24+
### How to Build?
25+
26+
```shell
27+
make build service
28+
```
29+
30+
### How to Test?
31+
32+
33+
### How to Use?
34+
235

0 commit comments

Comments
 (0)