Kubernetes ConfigMaps + summon + AWS Secrets Manager
Please see the docs for details on the commands.
$ gwsm help
NAME:
gwsm - interact with config map and secret manager variables
USAGE:
gwsm [global options] command [command options] [arguments...]
VERSION:
1.1.0
AUTHORS:
Derek Smith <[email protected]>
Goodway Group Tech
COMMANDS:
sm, secretsmanager Secrets Manager commands w/ interactive interface
env, e Commands to interact with environment variables, both local and on cluster.
s3 simple S3 commands
install-manpage Generate and install man page
version, v Print version info
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
COPYRIGHT:
(c) 2020 Goodway Group
Add plugin:
$ asdf plugin-add gwsm https://github.com/GoodwayGroup/asdf-gwsm.git
Install the latest version:
$ asdf install gwsm latest
Homebrew (for macOS users)
brew tap GoodwayGroup/gwsm
brew install gwsm
$ curl https://i.jpillora.com/GoodwayGroup/gwsm! | bash
The compiled docker images are maintained on GitHub Container Registry (ghcr.io). We maintain the following tags:
edge
: Image that is build from the currentHEAD
of the main line branch.latest
: Image that is built from the latest released versionx.y.z
(versions): Images that are build from the tagged versions within Github.
docker pull ghcr.io/goodwaygroup/gwsm
docker run -v "$PWD":/workdir ghcr.io/goodwaygroup/gwsm --version
To install man
page:
$ gwsm install-manpage
Please see the docs for details on the commands.
Each command ans subcommand has detailed help text that can be viewed using the --help, -h
flag.
- go v1.16
- make
- git-chglog
- goreleaser
Run ./release.sh $VERSION
This will update docs, changelog, add the tag, push main and the tag to the repo. The goreleaser
action will publish the binaries to the Github Release.
If you want to simulate the goreleaser
process, run the following command:
$ curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --skip-publish --snapshot
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Fork the GoodwayGroup/gwsm repo
- Use
go >= 1.16
- Branch & Code
- Run linters 🧹
golangci-lint run
- The project uses golangci-lint
- Commit with a Conventional Commit
- Open a PR
We employ git-chglog to manage the CHANGELOG.md. For the versions available, see the tags on this repository.
- Derek Smith - @clok
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details