Undocumented Gondor Commands

There a number of undocumented commands for Gondor, and I hate asking in IRC multiple times, so I’m starting this list. Please feel free to put more in the comments. I’ll add them as I discover more.

Create a new production instance on a stack:

gondor create --kind=production <instance-name>

 

Env variables:

Set an env var:

gondor env:set [instance] VARIABLE=var

instance is optional here, it will set it globally if not supplied.

Read env vars:

gondor env [instance] [VARNAME]

both instance and VARNAME are optional, using without instance will just show global vars, and without VARNAME will show all env vars set for the instance or globally.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s