Environment

teststack.commands.environment.env(ctx, no_export, inside, quiet)

Output the environment variables for the teststack environment.

--no-export, -n

Do not prefix each line with export, this is good for making .env files for stuff like VSCode

--inside

export HOST and PORT values for inside of the containers. This is used to set the environment variables in the tests container.

--quiet, -q

Do not print anything out, just return the environment variables. This is for internal use so that the variables are not printed out when called inside teststack

--prefix

Prefixed name of containers for getting env from imports