Workspace creation does not check if directory is empty
- Might just overwrite existing
armrax-workspace.json
- Dangerous with
axii w purge
Expected behavior: axii w create
should fail if given workspace path is not empty. It is okay that it exists and is empty though. If not existing, it will be created,