morph icon indicating copy to clipboard operation
morph copied to clipboard

support specifying multiple deployment files

Open adamtulinius opened this issue 7 years ago • 1 comments
trafficstars

E.g. morph build examples/simple.nix examples/secrets.nix (e.g. morph build examples/* expanded by the shell).

This should of course be support by all subcommands.

adamtulinius avatar Nov 08 '18 16:11 adamtulinius

One problem here is bash completion. Consider morph deploy examples/default.nix ... switch. It's impossible to completion suggest multiple file args, while also being able to suggest keyword args like "switch" | "dry-activate" etc. with kingpin. We might have to make a compromise here.

johanot avatar Nov 17 '18 12:11 johanot