Learn how to deploy your applications with Valyent CLI.
curl -L https://cli.valyent.cloud | sh
Get your API key
Log in
valyent auth login --api-key <your-api-key>
Initialize your project
cd your-project
Create a Valyent configuration
valyent.yaml
valyent init
valyent deploy
valyent gateways create
<gateway_name>.valyent.app
# Set environment variables valyent env set KEY1=value1 KEY2=value2 # List environment variables valyent env list