mirror of
https://github.com/Dokploy/cli.git
synced 2026-06-24 16:45:21 +02:00
feat: add environment configuration support
- Introduced .env.example file to provide a template for environment variables. - Updated .gitignore to exclude .env files from version control. - Implemented loadEnvFile function in client.ts to load environment variables from a .env file into process.env, enhancing configuration management.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -11,5 +11,4 @@ oclif.manifest.json
|
||||
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
|
||||
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user