@wdalmut/config-creator

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @wdalmut/config-creator

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

3.51 kB

Total Files

4

Last publish

Collaborators

  • wdalmut