Installation
npx skills add https://github.com/getcolors/restate --skill package-restate-greenSKILL.md
Restate with Green
Operate one Restate deployment from non-secret colors.yml. Read
references/configuration.md before changing
configuration or running a lifecycle operation.
Safety
- Keep credentials in gitignored
.envrc.privateasCOLORS_PAR_*variables. - Never set
COLORS_PAR_PROFILEor edit/commit.colors/. - Keep
compute-prevent-destroy: true; deletion requires separate explicit authorization and a one-run environment override. - Build and dry-run before a real create.
- Never publish Restate ports 8080, 9070, or 5122.
./green build
./green create --dry-run
./green create
Real create includes public HTTPS and reboot-during-delay acceptance checks.