# generate

# Type: null | string

This command will start generation based on your .sgtsrc.js file.

sgts generate
sgts generate <env?>

# Exemples

sgts generate testing

TIP

The generate command will by default always load your .env and your .env.development file so you can use your environnement variables in your configuration file

See Configuration file doc (opens new window)