This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Description
Server version - acorn version v0.6.0-132-gdc73d55a+dc73d55a
Steps to reproduce the problem:
acorn run --update
✗ ERROR: resource name may not be empty
% acorn run --replace
✗ ERROR: resource name may not be empty
sangeethahariharan@Sangeethas-MBP example1 %
acorn run works like acorn run . but that is not the case with acorn run --update and acorn run --replace. Why?
In the above cases , a more helpful error message to indicate that user needs to provide IMAGE|DIRECTORY if wanting to create a new app or "-n= if they want to update existing apps.