-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
[BUG] Generate commands only run in context of the CWD, not the directory of the asyncapi.yaml file #1482
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
Hey, have you tried again with v2.1.1 maybe? It sounds a lot like this could be the same problem that was fixed in that release. |
@adammfrank can you confirm if you still have this error, we will close the issue if it is solved. |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
Hello @adammfrank, It seems like this issue has been resolved in earlier versions, but I tested it with the latest version (2.15.0), and it works as expected now. |
Describe the bug.
When I run a generate command from one directory up from the asyncapi.yml, it is looking for relative refs in the directory the command was run from (
cwd
) not the directory containing asyncapi.ymlThis is the asyncapi.yaml
./schemas/runCompleted
does exist and is next toasyncapi.yaml
. The generate command can't find it because it is running one directory up fromasyncapi.yaml
and is looking for./schemas
from there.If I run the command from the same directory as
asyncapi.yaml
then it worksPlease let me know if I'm doing something wrong, or if you think this should be fixed. It sounds like the type of thing I could help with.
Expected behavior
I expect generate to work from any directory as long as it is supplied a path to a valid
asyncapi.yaml
. Or it would also work if it needed a context argument likedocker build
uses.Screenshots
How to Reproduce
Create an asyncapi.yaml with relative path refs.
Run a generate command from a directory above the asyncapi.yaml file
🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: