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 11, 2024
1 parent 664d3a3 commit 2467a63
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# envset

`envset` is a command-line tool for setting environment variables in a .env file. it allows you to easily add or update environment variables without manually editing the .env file.

this cli was thrown together quickly with [aider](https://aider.chat/), i also put up [a blog post](https://schpet.com/linklog/envset-updates-env-files) explaining why i made this.
`envset` is a CLI for setting environment variables in a .env file.

## installation

Expand Down Expand Up @@ -36,12 +34,12 @@ envset --no-overwrite KEY1=newvalue1
### get variables

```bash
# print all key value pairs
envset print

# print a single value
envset get KEY1

# print all key value pairs
envset print

# print all keys
envset keys
```
Expand All @@ -51,3 +49,7 @@ envset keys
```bash
envset delete KEY1 KEY2
```

## about

this cli was thrown together quickly with [aider](https://aider.chat/), i also put up [a blog post](https://schpet.com/linklog/envset-updates-env-files) explaining why i made this.

0 comments on commit 2467a63

Please sign in to comment.