Open techsavvyash opened 10 months ago
This issue is getting fixed by this pr https://github.com/SamagraX-Stencil/stencil-cli/pull/34
When docker command stencil docker logging temporal
is used,
we get files structure like this docker/logging
and docker/temporal
Description
Presently the static files in the
logging
andservice-temporal
folder don't follow the same structure, in one the only the loggin folder is present while the other uses aservices/temporal
style of naming. The end goal is to have the cli generate thelogging
andtemporal
folders inside the root levelservices
folder so the method used should be same and uniform for both services.Screenshots for reference