We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i want organizate my stubb folder like this:
This is to be able to separate the endpoints from the stubby depending on the different modules and not just have a huge file with all the endpoints.
I have tried to use an additional package that to combine the .yml files but it has not worked for me. This is what i used:
Does anyone have a similar structure that works for them or is there a way to load a list of config files?
Thx
The text was updated successfully, but these errors were encountered:
I've also tried it. I want the structure in separate YAML or JSON files, but it's not working.
Sorry, something went wrong.
if the YAML files don't have --- in them, you could probably just use cat:
---
cat
stubby -s 1500 -d <(cat src/stubbs/endpoints/*.yaml)
No branches or pull requests
Hi, i want organizate my stubb folder like this:
This is to be able to separate the endpoints from the stubby depending on the different modules and not just have a huge file with all the endpoints.
I have tried to use an additional package that to combine the .yml files but it has not worked for me. This is what i used:
Does anyone have a similar structure that works for them or is there a way to load a list of config files?
Thx
The text was updated successfully, but these errors were encountered: