0.0.2 • Published 4 years ago

@wdalmut/config-creator v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

K8S secret configurations generator

Just a simple tool that merge temporary AWS credentials in a K8S Secret configuration file

node index.js update -s <development-cloudformation-stack-name>

Just check the aws.yaml file

Custom command options

Run it with help

node index.js update -s test --help

Usage: index-update [options]

Options:
  -c, --credentials <filepath>   AWS Credentials (default: "/home/ash/.aws/credentials")
  -p, --profile <profile>        AWS Profile (default: "default")
  -r, --region <region>          AWS Region (default: "eu-west-1")
  -o, --output <path>            Save aws.yaml file at give path (default: "aws.yaml")
  -S, --silent                   expose created configuration in output (default: false)
  -s, --stack-name <stack-name>  Cloud Formation Stack Name
  -h, --help                     output usage information