summaryrefslogtreecommitdiff
path: root/src/cmd/new.rs
AgeCommit message (Expand)AuthorFilesLines
2021-12-08feat: give a more useful error message when VM image already existsLars Wirzenius1-0/+4
2021-08-06feat: add progress reportingLars Wirzenius1-9/+12
2021-08-05feat: if no networks are specified, use defaultLars Wirzenius1-1/+1
2021-07-25fix: actually add networks to VMLars Wirzenius1-0/+3
2021-03-24refactor: when creating many VMs, create all before waiting for SSHLars Wirzenius1-0/+2
2021-03-21feat: optionally mark new VM as autostartedLars Wirzenius1-0/+1
2021-03-14fix: VMs can be restartedLars Wirzenius1-14/+18
2021-03-07doc: add doc comments to crateLars Wirzenius1-0/+10
2021-03-04feat! allow specification files to have any number of machinesLars Wirzenius1-24/+26
2021-03-01refactor: replace use of anyhow with custom types in library partLars Wirzenius1-5/+17
2021-03-01feat: change how command line interface worksLars Wirzenius1-0/+47