AWS Productivity Toolset Shell for dev-ops
621
AWS Productivity Toolset Shell for dev-ops
$ ./assist shell
$ git clone https://github.com/rajasoun/snap-it
$ ./assist build
$ ./assist run
$ ./assist
$ ./assist scan
Adding Profile, Generating encrypted key File for credentials aws-vault add --backend file api
List the Available Profile aws-vault list --backend file
Injecting the environment variables Permanently export $(aws-vault exec api --backend file --no-session -- env | grep AWS | xargs)
or Chaing the aws-vault with aws aws-vault --backend file exec api -- aws s3 ls
Initialize a new secret datastore in the AWS Secrets Manager secretcli init text_api_crendentials -d "Description"
Get a specific value from the secret datastore secretcli get text_api_crendentials ckey
Content type
Image
Digest
Size
156.6 MB
Last updated
almost 6 years ago
docker pull rajasoun/snap-shell