From fd1c6d7491a7b50a09664c19b5d48e7a5195ff52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20W=C3=B3jtowicz?= Date: Wed, 14 Dec 2022 01:04:23 +0100 Subject: [PATCH] Update README.md --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index b6b757f..6120012 100644 --- a/README.md +++ b/README.md @@ -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)