Learn how to deploy your applications with Valyent CLI.
The Valyent CLI provides a powerful way to deploy and manage your applications directly from your terminal. This guide will walk you through the process of deploying applications using the CLI.
First, install the Valyent CLI:
Before deploying applications, authenticate with Valyent:
Get your API key
Generate an API key from the Valyent Console under API Keys section.
Log in
Let’s prepare your application for deployment:
Initialize your project
Navigate to your project directory and ensure it has a Dockerfile:
Create a Valyent configuration
Create a valyent.yaml
file in your project root:
Here are the essential commands for managing your deployments:
To make your application accessible from the internet, create a gateway:
Your application will be accessible at <gateway_name>.valyent.app
.
Manage your application’s environment variables:
Need help? Join our Discord community or check out our documentation.