Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart authored Dec 14, 2022
1 parent ae3cd4d commit fd1c6d7
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,6 @@ Deploy new docker image to ECS cluster and service. This will create a new task
selleo aws ecs deploy --cluster CLUSTER_ID --service SERVICE_NAME --docker-image DOCKER_IMAGE --region AWS_REGION
```

### Secrets

Get all the secrets and export them in shell:

```
$(selleo aws secrets kv export --region REGION --id SECRET_ID)
```

And new secret (KEY/VALUE are positional arguments):

```
aws secrets kv set --region REGION --id SECRET_ID KEY VALUE
```

Get binary secret:
```
aws secrets bin get --region REGION --id SECRET_ID
```

## About Selleo

![selleo](https://raw.githubusercontent.com/Selleo/selleo-resources/master/public/github_footer.png)
Expand Down

0 comments on commit fd1c6d7

Please sign in to comment.