Docs
Referencesince 1.0.0-alpha.3

penv guard

Write the harness rules that keep agents out of .env

Write the harness rules that keep agents out of .env.

Usage

penv guard [--all] [--check] [harness...]

Every command also takes the global options.

Arguments

ArgumentRequiredWhat it is
[harness...]noThe harnesses to write, instead of the installed ones. Takes more than one.

Flags

FlagWhat it does
--allWrite every harness penv knows, installed or not.
--checkReport coverage instead of writing.

Exit codes

CodeNameWhat it means
0okThe command did what it says.
1errorSomething went wrong.
3validationThe schema or the values did not pass.