direktiv / vorteil

turn your applications and containers into micro virtual machines
https://direktiv.io
Apache License 2.0
174 stars 13 forks source link

Created the ability to run targets from a project directory #87

Closed trentis closed 4 years ago

trentis commented 4 years ago

Description

Please describe the aim of the pull request and the changes made in the commits. Changes in run.go and main.go. To provided the capability to run virtual machines using targets from a directory

vorteil run helloworld/:run
vorteil run ..\..\helloworld\:run
vorteil run C:\Users\Documents\helloworld:run

Purpose

How was this tested? (if applicable)

Tested on windows and using wsl for linux,

Checklist