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 fe0d4f5 commit 1f84b1cCopy full SHA for 1f84b1c
src/jote/compose.py
@@ -234,6 +234,8 @@ def run(
234
if self._test_environment:
235
env = os.environ.copy()
236
env.update(self._test_environment)
237
+ print(f"# Compose: env={env}")
238
+
239
# By using '-p' ('--project-name')
240
# we set the prefix for the network name and can use compose files
241
# from different directories. Without this the network name
0 commit comments