thepeergroup / aspen

Aspen is a markup language for turning text into graph data (via Cypher for Neo4j).

Home Page:https://aspen-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make CLI location-agnostic

beechnut opened this issue · comments

If you're not in the root directory, CLI commands run into issues, like not being able to find config files.

/project_folder $ aspen push
-> OK

/project_folder $ cd src
/project_folder/src $ aspen push
-> Error

Instead, the CLI should work when it's anywhere inside an Aspen project.