mmaximo33 / EFDE

ToolsKit | Easy and fast development environment | is a project designed to facilitate the management of local development environments, mainly for teams that constantly have new members or beginners who are starting out in this beautiful world of programming.
MIT License
17 stars 1 forks source link

Correct use of the docker-compose command in implemention/ #41

Open mmaximo33 opened 2 months ago

mmaximo33 commented 2 months ago

Description

It was detected that there are calls to docker compose from the general command command in implementation, this variable should only be used in /service/docker to mitigate future inconveniences in subsequent updates.

image

Additional Context

This variable should only be used in service/docker scripts.

Adjust the method

mod.dp_command_run as appropriate to correct this problem possibly carried by the variables to display the command and its output

image

Observation

It would probably be recommended to modify the command common.tasks.command_line.run to receive options for parameters defined as

common.tasks.command_line.run --input true --output false --command "ls -la"

Are you interested in working on this improvement yourself?