You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-10Lines changed: 25 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,28 @@ source .venv/bin/activate # macOS / Linux
91
91
pip install -r cli/requirements.txt
92
92
```
93
93
94
-
### 2 — Generate a GitHub Actions workflow
94
+
### 2 — Learn the Process-First philosophy *(recommended first step)*
95
+
96
+
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:
97
+
98
+
```bash
99
+
# Full overview — what Process-First is, how it maps to DevOps-OS, and learning tips
100
+
python -m cli.devopsos process-first
101
+
102
+
# Just the 5 core principles
103
+
python -m cli.devopsos process-first --section what
104
+
105
+
# Table: which scaffold command encodes which principle
0 commit comments