Available commands
Managing typegraphs
Command | Example of use | Description |
---|---|---|
deploy |
| Deploy typegraph to a typegate instance |
undeploy |
| Undeploy typegraphs by name |
gen |
| Generate script or files that are used in your typegraph |
typegate |
| Access a minimal deno CLI |
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
Command | Example of use | Description |
---|---|---|
doctor |
| Help troubleshoot all your installations |
completion |
| Generate shell completion (supports bash, elvish, fish, powershell, zsh) |
serialize |
| Inspect serialized version of your typegraph |
upgrade |
| 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
Name | Description | Default value |
---|---|---|
LOADER_TIMEOUT_SECS | Set deploy timeout in seconds | 120 |