jseeqret - v1.0.4
    Preparing search index...

    Variable env_commandConst

    env_command: Command = ...

    Materialize an .env file in the current directory from an env.template driver file. Template entries can be raw filter specs, OUTPUT_NAME=filter renames, or @seeqret>=X.Y version guards that abort if the installed tool is too old.

    // env.template
    // @seeqret>=1.0
    // myapp:prod:*
    // DB_URL=myapp:prod:DATABASE_URL
    jseeqret env