mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
feat: add enviroments
This commit is contained in:
18
apps/docs/content/docs/cli/enviroment.mdx
Normal file
18
apps/docs/content/docs/cli/enviroment.mdx
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
title: Enviroment
|
||||||
|
description: A guide to using the Dokploy CLI to manage enviroment
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
The Dokploy CLI can be used to create, deploy, and manage enviroments.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Is required to be already authenticated with the Dokploy CLI.
|
||||||
|
|
||||||
|
|
||||||
|
## Commands
|
||||||
|
|
||||||
|
1. `dokploy env pull <file>` - Pull environment variables from Dokploy in a file.
|
||||||
|
2. `dokploy env push <file>` - Push environment variables to Dokploy from a file.
|
||||||
|
|
||||||
Reference in New Issue
Block a user