kontena/mortar

reverse NAME and SRC

matti opened this issue · 2 comments

matti commented
$ mortar [OPTIONS] NAME SRC

to

$ mortar [OPTIONS] SRC NAME

motivation: I want to deploy THIS as THAT, not THAT as THIS

kke commented

This way the src could also be multivalued which would thenmake it work nice with shell globbing: mortar name res/**/* (which I guess would fix #37)

Order is changed in #40