We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c5cbc commit ba19a6aCopy full SHA for ba19a6a
contentctl/actions/build.py
@@ -84,3 +84,5 @@ def execute(self, input_dto: BuildInputDto) -> DirectorOutputDto:
84
json.dump(version_dict,version_f)
85
86
print(f"Build of '{input_dto.config.app.title}' API successful to {input_dto.config.getAPIPath()}")
87
+
88
+ return input_dto.director_output_dto
0 commit comments