Skip to content

Commit 99e8914

Browse files
authored
Update README with new sections for WIP features
Added sections for interactive wizard and AI usage in README.
1 parent 869825b commit 99e8914

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ DevOps-OS is an open-source DevOps automation platform that scaffolds production
7878
- Docker *(for the dev container)*
7979
- VS Code + [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) *(optional)*
8080

81+
---
82+
8183
### 1 — Clone & install
8284

8385
```bash
@@ -92,6 +94,8 @@ source .venv/bin/activate # macOS / Linux
9294
pip install -r cli/requirements.txt
9395
```
9496

97+
---
98+
9599
### 2 — Learn the Process-First philosophy *(recommended first step)*
96100

97101
DevOps-OS is built on the **Process-First** SDLC philosophy from [cloudenginelabs.io](https://cloudenginelabs.io). Run the `process-first` command to understand *why* each tool exists before you start using it:
@@ -113,6 +117,8 @@ python -m cli.devopsos process-first --section tips
113117
> **Tip:** Run `--section mapping` to see exactly which `devopsos scaffold` command to use for each DevOps goal before generating any config.
114118
> See [docs/PROCESS-FIRST.md](docs/PROCESS-FIRST.md) for the full reference.
115119
120+
---
121+
116122
### 3 — Generate a GitHub Actions workflow
117123

118124
```bash
@@ -123,6 +129,8 @@ python -m cli.scaffold_gha --name my-app --languages python,javascript --type co
123129
python -m cli.scaffold_gha --name my-app --languages python --kubernetes --k8s-method kustomize
124130
```
125131

132+
---
133+
126134
### 4 — Generate other pipelines & configs
127135

128136
```bash
@@ -150,6 +158,8 @@ python kubernetes/k8s-config-generator.py --name my-app --image ghcr.io/myorg/my
150158

151159
> See [CLI Commands Reference](docs/CLI-COMMANDS-REFERENCE.md) for the full option tables and every default output path.
152160
161+
---
162+
153163
### 5 — Interactive wizard (all-in-one) - **WIP**
154164

155165
```bash
@@ -162,6 +172,10 @@ python -m cli.devopsos scaffold sre # scaffold SRE configs
162172
python -m cli.devopsos scaffold devcontainer # scaffold dev container config
163173
```
164174

175+
Single Click Platform Engineering Capabilities
176+
177+
---
178+
165179
### 6 — Use with AI (MCP Server) - **WIP**
166180

167181
```bash

0 commit comments

Comments
 (0)