From edf821bc3cee2f6c3fa789ea5e9b2f20f11795ae Mon Sep 17 00:00:00 2001 From: Jeff Roche Date: Thu, 7 Jul 2022 06:42:43 -0400 Subject: [PATCH] chore: README updates --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e2b58b9..3ab9712 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,9 @@ $ onstaging ./bin/ci/deploy-service.sh ``` ## Future Plans -- Allow inhereting from other biomes in the same file +- Allow CLI input to be a secret (for passwords) +- Potentially switching to [cobra](https://github.com/spf13/cobra) for the cli +- :white_check_mark: Allow inhereting from other biomes in the same file - :white_check_mark: Allow setting an environment variable from stdin - :white_check_mark: Implement goreleaser for binary building - :white_check_mark: Use semantic versioning @@ -98,5 +100,4 @@ $ onstaging ./bin/ci/deploy-service.sh - :white_check_mark: Loading Environment variables from a .env file - :white_check_mark: Encrypted environment variables via [dragoman](https://github.com/meltwater/dragoman) - :white_check_mark: Kubernetes context setting - - *NOTE* this is done through commands -- Potentially switching to [cobra](https://github.com/spf13/cobra) for the cli + - *NOTE* this is done through commands \ No newline at end of file