X Tutup
The Wayback Machine - https://web.archive.org/web/20200912121137/https://github.com/DBCDK/morph/issues/19
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support specifying multiple deployment files #19

Open
adamtulinius opened this issue Nov 8, 2018 · 1 comment
Open

support specifying multiple deployment files #19

adamtulinius opened this issue Nov 8, 2018 · 1 comment

Comments

@adamtulinius
Copy link
Contributor

@adamtulinius adamtulinius commented Nov 8, 2018

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 adamtulinius added this to the 1.2 milestone Nov 15, 2018
@johanot
Copy link
Contributor

@johanot johanot commented Nov 17, 2018

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 johanot modified the milestones: 1.2, 1.3 Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.
X Tutup