Skip to content

Commit

Permalink
feat: add enviroments
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Dec 21, 2024
1 parent 7720687 commit 74ca743
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions apps/docs/content/docs/cli/enviroment.mdx
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.

0 comments on commit 74ca743

Please sign in to comment.