We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1655c commit 1e57b25Copy full SHA for 1e57b25
README.md
@@ -1,2 +1,35 @@
1
-# Operations Management System Command Line Interface - OMS CLI
+# 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
25
26
27
+make build service
28
29
30
31
32
33
34
35
0 commit comments