Add new top level field "environment"
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 455
- Avg merge
- 17h 8m
- Merged PRs (30d)
- 5
Description
I propose to add a new top level field named "environment" as discussed here: #143
This field should be reusable because usually it is needed just top level environment for everything but rarely host and app environment can be different.
I propose following fields:
- environment.name
(user-defined environment name like "test", "sandbox", "quality", "production")
- environment.type
(type of this environment like "test", "production")
Examples:
environment.name: sandbox
environment.type: test
environment.name: production
environment.type: production
Maybe there could be also environment.id for env unique identification and environment.kind with values like "onpremise", "cloud".
Contributor guide
Assessment
This issue has not been assessed yet.