Docs
Referencesince 1.0.0-alpha.3

penv gen

Write the typed file for a language target

Write the typed file for a language target.

Usage

penv gen [--out <out>] [--check] [--options] [target]

Every command also takes the global options.

Arguments

ArgumentRequiredWhat it is
[target]noThe target name, such as ts or py; omit it to list the targets.

Flags

FlagWhat it does
--out <out>Write here instead, relative to the repository root.
--checkCompare with what is on disk instead of writing.
--optionsShow what this target's options change 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.