Skip to content

Commit

Permalink
Merge pull request #145 from dannleed/master
Browse files Browse the repository at this point in the history
HCK-4279: add cli useContainerNameAsPartOfFileName param and feature flag
  • Loading branch information
VitaliiBedletskyi authored Nov 24, 2023
2 parents 740e54a + 820df74 commit d013339
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forward_engineering/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"resolvedDefinitions": false,
"validation": true,
"applyScriptToInstance": true,
"enableUseContainerNameAsPartOfFileName": true,
"splitView": {
"byAdditionalOptions": [
"INCLUDE_SAMPLES"
Expand Down Expand Up @@ -86,7 +87,7 @@
}
},
{
"id": "useBucketNameAsPartOfFileName",
"id": "useContainerNameAsPartOfFileName",
"value": true,
"name": "Use namespace as part of file name",
"level": {
Expand Down

0 comments on commit d013339

Please sign in to comment.