-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7720687
commit 74ca743
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|