@aapzu/dotenvnav
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@aapzu/dotenvnav", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -8,11 +8,23 @@ # dotenvnav | ||
```sh | ||
npx dotenvnav init | ||
npx @aapzu/dotenvnav init | ||
``` | ||
## Creating a new environment | ||
Symlinks all found `.env*` files into the config directory | ||
```sh | ||
npx dotenvnav clone-env default new-env | ||
npx @aapzu/dotenvnav clone-env default new-env | ||
``` | ||
## Using an environment | ||
```sh | ||
npx @aapzu/dotenvnav env new-env | ||
``` | ||
## Restoring old files | ||
Removes all symlinks and restores the values of the config files | ||
```sh | ||
npx @aapzu/dotenvnav restore | ||
``` | ||
## Print all commands and options | ||
@@ -19,0 +31,0 @@ |
18830
34