📄️ Exoframe CLI
Exoframe CLI Commands
📄️ Routing Requests to a Specific Path
Since Traefik supports routing requests to a specific path, you can achieve the same with Exoframe.
📄️ Secrets
Exoframe allows you to create server-side secret values that can be used during service deployments. To use secrets, you first need to create one. Run the following command:
📄️ Exoframe Deployment Environment Variables
Exoframe sets environment variables on each deployment to provide access to project information and settings. The variables include:
📄️ Deployment Tokens
In some cases, you may need to deploy from environments that don't have your private key, such as CI/CD services. For these situations, you can use deployment tokens. Here's how it works:
📄️ Complex Recipes
Exoframe also supports third-party complex deployment recipes, providing a quick and easy way to deploy intricate projects.