Skip to content

Make CLI location-agnostic #37

@beechnut

Description

@beechnut

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions