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

Improve handling of running hs create function when other .functions folders exist #179

Closed
williamspiro opened this issue Apr 24, 2020 · 3 comments
Assignees

Comments

@williamspiro
Copy link

If you run hs create function in a directory where an existing .functions folder might already exist, an error is thrown as we try and create the function inside the pre-existing .functions folder, even if it is not the CWD

Screen Shot 2020-04-24 at 11 35 51 AM

In the above case, I would expect a /folder/b.functions folder be created, not /folder/a.functions/b.functions

@TheWebTech
Copy link
Contributor

cc: @gcorne as we discussed this issue in the past

@williamspiro
Copy link
Author

williamspiro commented Aug 4, 2020

I just ran into this again and I think this is worth prioritizing fixing (after explore week 😄) as we work on increasing serverless adoption.

cc @gcorne @anthmatic @drewjenkins @miketalley @kemmerle

@drewjenkins
Copy link
Contributor

After talking with @williamspiro we are unable to reproduce anymore

2020-08-26 08 41 19

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

No branches or pull requests

4 participants