Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Sep 8, 2019
1 parent 5a04f7a commit 4ee711e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/sgreben/aws-secretsmanager-env.svg)](https://hub.docker.com/r/sgreben/aws-secretsmanager-env/tags)

Injects AWS Secrets Manager secrets as environment variables - or just prints them, if no command is given. (If you need secrets as **files** instead, you can use [aws-secretsmanager-files](https://github.com/sgreben/aws-secretsmanager-files))
Injects AWS Secrets Manager secrets as environment variables - or just prints them, if no command is given. (If you need secrets as **files** instead, you can use [aws-secretsmanager-files](https://github.com/keilerkonzept/aws-secretsmanager-files))

<!-- TOC -->

Expand All @@ -18,21 +18,21 @@ Injects AWS Secrets Manager secrets as environment variables - or just prints th
Using go get:

```bash
go get -u github.com/sgreben/aws-secretsmanager-env
go get -u github.com/keilerkonzept/aws-secretsmanager-env
```

Or [download the binary](https://github.com/sgreben/aws-secretsmanager-env/releases/latest) from the releases page.
Or [download the binary](https://github.com/keilerkonzept/aws-secretsmanager-env/releases/latest) from the releases page.

```bash
# Linux
curl -L https://github.com/sgreben/aws-secretsmanager-env/releases/download/1.1.0/aws-secretsmanager-env_1.1.0_linux_x86_64.tar.gz | tar xz
curl -L https://github.com/keilerkonzept/aws-secretsmanager-env/releases/download/1.1.1/aws-secretsmanager-env_1.1.1_linux_x86_64.tar.gz | tar xz

# OS X
curl -L https://github.com/sgreben/aws-secretsmanager-env/releases/download/1.1.0/aws-secretsmanager-env_1.1.0_osx_x86_64.tar.gz | tar xz
curl -L https://github.com/keilerkonzept/aws-secretsmanager-env/releases/download/1.1.1/aws-secretsmanager-env_1.1.1_osx_x86_64.tar.gz | tar xz

# Windows
curl -LO https://github.com/sgreben/aws-secretsmanager-env/releases/download/1.1.0/aws-secretsmanager-env_1.1.0_windows_x86_64.zip
unzip aws-secretsmanager-env_1.1.0_windows_x86_64.zip
curl -LO https://github.com/keilerkonzept/aws-secretsmanager-env/releases/download/1.1.1/aws-secretsmanager-env_1.1.1_windows_x86_64.zip
unzip aws-secretsmanager-env_1.1.1_windows_x86_64.zip
```

## Use it
Expand Down

0 comments on commit 4ee711e

Please sign in to comment.