cli icon indicating copy to clipboard operation
cli copied to clipboard

"fn deploy --app testapp --all --local" creates additional empty application

Open CWiesbaum opened this issue 5 years ago • 0 comments

Expected behaviour: fn deploy traverses the directory tree starting at the app.yaml's directory and deploys all functions it can find in application "testapp". If the application does not exist, it is created.

Actual behaviour: Exactly what it should do, however another empty application named according to app.yaml is created.

CWiesbaum avatar Nov 15 '18 15:11 CWiesbaum