Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
schpet committed Sep 7, 2024
1 parent 1dd60f3 commit bdfd9cd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ echo -e "KEY1=value1\nKEY2=value2" | envset
envset --file /path/to/.env KEY1=value1
```

4. Prevent overwriting existing variables:

```
envset --no-overwrite KEY1=value1
```

By default, `envset` will create or update a `.env` file in the current directory. If you want to use a different file, you can specify it with the `--file` option.

For more information on available options, run:
Expand Down

0 comments on commit bdfd9cd

Please sign in to comment.