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.Documentation Index
Fetch the complete documentation index at: https://docs.valyent.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Installation
First, install the Valyent CLI:Authentication
Before deploying applications, authenticate with Valyent:Get your API key
Generate an API key from the Valyent Console under API Keys section.
Project Setup
Let’s prepare your application for deployment:Deployment Commands
Here are the essential commands for managing your deployments:Deploy an Application
Expose your application
To make your application accessible from the internet, create a gateway:<gateway_name>.valyent.app.
Environment Variables
Manage your application’s environment variables:Next Steps
- Set up continuous deployment with GitHub Actions
- Explore the Go SDK for programmatic control
- Learn about advanced deployment patterns
- Configure monitoring and alerts