Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make CLI location-agnostic #37

Open
beechnut opened this issue Dec 8, 2021 · 0 comments
Open

Make CLI location-agnostic #37

beechnut opened this issue Dec 8, 2021 · 0 comments

Comments

@beechnut
Copy link
Collaborator

beechnut commented Dec 8, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant