Skip to content

Commit

Permalink
chore: README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Roche committed Jul 7, 2022
1 parent 5e82e60 commit edf821b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit edf821b

Please sign in to comment.