direktiv / vorteil

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

'vorteil pack' unexpected behaviour #126

Closed jensg-st closed 3 years ago

jensg-st commented 3 years ago

Problem description

vorteil pack command in project directory creates wrong file.

Expected behaviour

Running vorteil pack in a directory should create a .vorteil package with the parent's folder name, e.g. myapp.vorteil.

Actual behaviour

If I'm in a project directory and run vorteil pack it creates a ..vorteil package. I'm assuming the first dot is the current directory.

Steps to reproduce

  1. Run vorteil pack in a vorteil project directory