CLI API

OMGD CLI API #

OMGD is a command line interface based application. Below are the basic commands and their descriptions. Click the command for deeper information and options.

Command List #

Command
Description
build-templatesBuilds template files using OMGD profile data.
gameBuilds game projects via docker.
infraSets up cloud infrastructure and development instances via terraform and deployment scripts.
serversManages docker containers, most useful for local development, limited support for commands against cloud instances if supplied a profile attached to a cloud instance.

Global Flags #

Option Flag
DefaultDescription
-p, --profileprofiles/local.ymlThe OMGD YML profile to run command against. See profiles section for more details on profiles.
--output-dir. (current working directory)The directory that OMGD should output files into. Defaults to current directory.
--helpProvides help on any omgd command.