New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aapzu/dotenvnav

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aapzu/dotenvnav - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc