Meta CLI
meta
is a command line interface for interacting with the typegate and provide a simple, yet complete, developer experience. The metatype.yml
file allows you to configure your environment and CLI settings, see configuration file.
Installationā
Metatype is only supported on macOS and Linux. Windows users should use Linux on Windows with WSL.
You can download the binary from the
releases page, make it
executable and add it to your PATH
or use the automated method below.
-
An installer script is also provided for the CLI in our repository. Curl and install in it with the following one-liner. The installer may ask for your password.
curl -fsSL https://metatype.dev/installer.sh | bash
-
For later use, you can run the following command to upgrade
Meta CLI
to a newer version. If your Meta CLI is up to date, you will get anAlready up to date!
response.meta upgrade
That's it! You are done installing Meta CLI
.
For development purposes, the cli bundles the typegate itself and this can be accessed through the meta dev
subcommand.