Skip to main content

Available commands

Managing typegraphs

CommandExample of useDescription
deploy

meta deploy --target dev --file path/to/typegraph.py

meta --dir folder/to/typegraphs dev --run-destructive-migrations

Deploy typegraph to a typegate instance
undeploy

meta undeploy --target dev --typegraph logs accounting services

Undeploy typegraphs by name
gen

meta gen mod --file path/to/typegraph.py

meta gen mdk
Generate script or files that are used in your typegraph
typegate

meta typegate --quiet

Access a minimal deno CLI
dev

meta dev

Launch CLI in dev mode
info

The typegate sub-command is not available on the thin version of the meta binary.

Troubleshooting and others

CommandExample of useDescription
doctor

meta doctor

Help troubleshoot all your installations
completion

meta completion

meta completion --shell bash

Generate shell completion (supports bash, elvish, fish, powershell, zsh)
serialize

meta serialize --file path/to/typegraph.py

Inspect serialized version of your typegraph
upgrade

meta upgrade

meta upgrade --version 0.3.4

Upgrade current cli

Feel free to use the --help flag if you want more information on each command and sub-command.

meta -h
meta deploy -h
meta gen mod -h

Environment variables

NameDescriptionDefault value
LOADER_TIMEOUT_SECSSet deploy timeout in seconds120