ContextStrategy
sdlc-cdk-lib / src-types/global/ContextStrategy
src-types/global/ContextStrategy
Type Aliases
GitBranches
GitBranches = typeof
GIT_BRANCHES[keyof typeofGIT_BRANCHES]
Defined in: src-types/global/ContextStrategy.ts:62
ReleaseBranches
ReleaseBranches = typeof
RELEASE_BRANCHES[keyof typeofRELEASE_BRANCHES]
Defined in: src-types/global/ContextStrategy.ts:50
ReleaseStrategy
ReleaseStrategy = typeof
RELEASE_STRATEGY[keyof typeofRELEASE_STRATEGY]
Defined in: src-types/global/ContextStrategy.ts:40
Sdlc
Defined in: src-types/global/ContextStrategy.ts:11
SdlcCore
Defined in: src-types/global/ContextStrategy.ts:20
Variables
ENV_CORE_SDLC_MAPPING
Defined in: src-types/global/ContextStrategy.ts:23
GIT_BRANCHES
constGIT_BRANCHES:object
Defined in: src-types/global/ContextStrategy.ts:53
Type Declaration
bugfix
readonlybugfix:"bugfix"='bugfix'
develop
readonlydevelop:"develop"='develop'
feature
readonlyfeature:"feature"='feature'
hotfix
readonlyhotfix:"hotfix"='hotfix'
main
readonlymain:"main"='main'
release
readonlyrelease:"release"='release'
RELEASE_BRANCHES
constRELEASE_BRANCHES:object
Defined in: src-types/global/ContextStrategy.ts:43
Type Declaration
develop
readonlydevelop:"develop"='develop'
hotfix
readonlyhotfix:"hotfix"='hotfix'
main
readonlymain:"main"='main'
release
readonlyrelease:"release"='release'
RELEASE_STRATEGY
constRELEASE_STRATEGY:object
Defined in: src-types/global/ContextStrategy.ts:33
Type Declaration
allAtOnce
readonlyallAtOnce:"all-at-once"='all-at-once'
blueGreen
readonlyblueGreen:"blue-green"='blue-green'
canary
readonlycanary:"canary"='canary'
linear
readonlylinear:"linear"='linear'
SDLC
constSDLC:object
Defined in: src-types/global/ContextStrategy.ts:2
Type Declaration
dev
readonlydev:"dev"='dev'
preprod
readonlypreprod:"preprod"='preprod'
prod
readonlyprod:"prod"='prod'
qa
readonlyqa:"qa"='qa'
staging
readonlystaging:"staging"='staging'
test
readonlytest:"test"='test'
SDLC_CORE
constSDLC_CORE:object
Defined in: src-types/global/ContextStrategy.ts:14
Type Declaration
dev
readonlydev:"dev"='dev'
prod
readonlyprod:"prod"='prod'
staging
readonlystaging:"staging"='staging'