Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yuichiro12/envelope
Browse files Browse the repository at this point in the history
  • Loading branch information
yuichiro12 committed Jul 29, 2020
2 parents dc36e06 + 1b21ea0 commit 466a1a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# envelope
.env <-> aws parameter store
.env <-> AWS Parameter Store

![envelope_list](https://user-images.githubusercontent.com/7312640/72822285-2ecaa100-3cb5-11ea-97a0-58a633438570.gif)

Expand All @@ -21,18 +21,18 @@ https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html


#### list
list all parameters in aws parameter store with given path
list all parameters in AWS Parameter Store with given path
```
envelope list /Myservice/MyApp/Dev
```

create local `.env` from parameter store:
create local `.env` from Parameter Store:
```
envelope list /Myservice/MyApp/Dev > .env
```

#### apply
apply .env to aws parameter store with given prefix and filepath
apply .env to AWS Parameter Store with given prefix and filepath
```
envelope apply -f /path/to/.env /Myservice/MyApp/Dev
```
Expand Down

0 comments on commit 466a1a0

Please sign in to comment.