File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# edera-check CLI
22
3- CLI tool to run checks and generate system reports before installing or using Edera.
3+ A CLI tool to validate your system is ready to install or use Edera, and generate local readiness reports .
44
55---
66
@@ -18,12 +18,16 @@ sudo edera-check --help
1818sudo edera-check preinstall
1919```
2020
21+ Run this on fresh system without Edera to validate it is ready for an Edera install.
22+
2123### Run postinstall checks and generate system report
2224
2325``` bash
2426sudo edera-check postinstall
2527```
2628
29+ Run this on a system that has been booted into an Edera installation to validate it is functional and ready to use.
30+
2731### Run official release via Docker
2832
2933``` bash
@@ -34,7 +38,7 @@ docker run \
3438 us-central1-docker.pkg.dev/edera-protect/staging/edera-check:main preinstall
3539```
3640
37- Podman et al should also work.
41+ ` podman ` et al should also work.
3842
3943### Run locally from repo root via Docker
4044
You can’t perform that action at this time.
0 commit comments