Mick McGrath
Mick McGrath
**Describe the bug** the [requirements.txt](https://github.com/bitovi/bitops/blob/main/requirements.txt) in the base contains `boto3` which is for AWS. That package installation should be moved to the [aws plugin](https://github.com/bitops-plugins/aws) **To Reproduce** Steps to reproduce the...
**Describe the solution you'd like** DeCLI would be a tool that takes a yaml schema and a config file and outputs a cli command. Steps: - extract the schema logic...
originally mentioned here: https://github.com/bitovi/bitops/issues/136#issuecomment-1005850857 It would be nice to have an import_env or overriddeable property to the schema to essentially say if the export_env variable is already set, use it's...
from @ConnorGraham --- BitOps does a poor job passing properties from one executable to the next. This is currently possible by hardcoding the property as an `option` in `bitops.schema.yaml`: ```...
from @ConnorGraham --- Inspired by SemanticRelease in a past job, but frustrated it didn't work properly with my use case, I wrote my own lite version that generates a new...
**Why are you updating / adding this documentation?** We should have a way to aggregate the docs for plugins in github.com/bitops-plugins. Each plugin would host a `docs/` directory of markdown...
**Why are you updating / adding this documentation?** We should add a tips and tricks section (or set of pages) to highlight common patterns/use-cases like: - converting pipeline env vars...
This issue (https://github.com/bitovi/bitops/issues/32) added the ability to only deploy an environment if `$ENVIRONMENT` matches changed files in the `git diff`. @ConnorGraham brought up an advanced version of this: --- Slightly...
### Discussed in https://github.com/bitovi/bitops/discussions/232 Originally posted by **PhillypHenning** July 28, 2022 A glossary of terms used in BitOps and supporting repos will help users to understand how BitOps is used...
https://en.wikipedia.org/wiki/Operation_Repo This 'competes' with Bitops's "Operations Repository" concept. We should create a wikipedia page for "bitops" and maybe one for "operations repository" and then update the Operation Repo page to...