Generate App Config (gx gen app)

gx gen config [-fhV] [-c[=<YAML config>]] <filePath>

gx gen config generates a configuration file template to get started writing a Grainite application.

gx gen config <file path>

Parameters

1. Config File Name

Name of the generated file.

Options

1. --force

Overwrite an existing file if it exists.

Last updated