From 74ca743a5e9902b04d806c48a2397a956c484641 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 21 Dec 2024 02:14:04 -0600 Subject: [PATCH] feat: add enviroments --- apps/docs/content/docs/cli/enviroment.mdx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 apps/docs/content/docs/cli/enviroment.mdx diff --git a/apps/docs/content/docs/cli/enviroment.mdx b/apps/docs/content/docs/cli/enviroment.mdx new file mode 100644 index 0000000..bdfbfa8 --- /dev/null +++ b/apps/docs/content/docs/cli/enviroment.mdx @@ -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 ` - Pull environment variables from Dokploy in a file. +2. `dokploy env push ` - Push environment variables to Dokploy from a file. +