-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
With a command like codep <script with flags> <other script> I could not figure out how to get things to behave correctly when the flags required quoting.
For instance, with codep "consul-template -template '/etc/nginx/conf.d/services.conf.ctmpl:/etc/nginx/conf.d/services.conf:nginx -s reload'" I could not for the life of me figure out the quoting that would work correctly. Part of the issue might be that the ENTRYPOINT from Dockerfile makes this even more complicated, but I haven't tried codep directly yet.
I ended up just using an HCL file so I wouldn't need to quote the spaces around "nginx -s reload".
Metadata
Metadata
Assignees
Labels
No labels