Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brouberol/marcel
/ functions
Functions
13 in github.com/brouberol/marcel
⨍
Functions
13
◇
Types & classes
0
↳
Endpoints
1
↓ 3 callers
Function
use_marcelfile
Detect if a RecettesÀMarcel file is present in the current directory. If so, inject a "-f ./RecettesÀMarcel" argument in the docker build com
marcel.py:112
↓ 2 callers
Function
build_command
Translate the command from marcel syntax to docker.
marcel.py:153
↓ 2 callers
Function
replace_command
Replace the executable itself for given values of the first command.
marcel.py:137
↓ 2 callers
Function
translate_command
Translate the french parts of the command to docker syntax.
marcel.py:147
↓ 2 callers
Function
translate_marcelfile
Converts a RecetteÀMarcel to a Dockerfile :param input_file: Input filename :param output_file: Output filename :return: The transla
marcel.py:97
↓ 1 callers
Function
main
()
marcel.py:163
↓ 1 callers
Function
output_completion
(shell)
marcel.py:80
Function
test_build_command
(tmpdir)
tests/test_translation.py:132
Function
test_replace_command
Check the logic behing the command replacement.
tests/test_translation.py:61
Function
test_translate_command
Check the marcel --> docker command translation.
tests/test_translation.py:52
Function
test_translate_marcefile
Test the RecetteÀMarcel --> Dockerfile translation.
tests/test_translation.py:66
Function
test_use_marcelfile
(tmpdir)
tests/test_translation.py:105
Function
test_use_marcelfile_with_provided_marcefile
()
tests/test_translation.py:127