Skip to content

Commit

Permalink
Update README.md (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
macalbert authored Oct 30, 2024
1 parent 39988c2 commit f02829c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Envilder requires two arguments:

```json
{
"NEXT_PUBLIC_CREDENTIAL_EMAIL": "/path/to/ssm/email",
"NEXT_PUBLIC_CREDENTIAL_PASSWORD": "/path/to/ssm/password"
"SECRET_TOKEN": "/path/to/ssm/token",
"SECRET_KEY": "/path/to/ssm/password"
}
```

Expand All @@ -72,8 +72,8 @@ Envilder requires two arguments:
# 📂 Sample `.env` Output

```makefile
NEXT_PUBLIC_CREDENTIAL_EMAIL[email protected]
NEXT_PUBLIC_CREDENTIAL_PASSWORD=mockedPassword
SECRET_TOKEN[email protected]
SECRET_KEY=mockedPassword
```

# 🧪 Running Tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "envilder",
"version": "0.2.1",
"version": "0.2.2",
"description": "A CLI tool to generate .env files from AWS SSM parameters",
"exports": {
".": {
Expand Down

0 comments on commit f02829c

Please sign in to comment.