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
If a dependency is referenced with git@github release location instead of a relative reference ../versions, then schema generation will fail.
git@github
../versions
Solution: ensure that schema generation will work with both relative and github release:
dependencies: - name: versions template-url: "[email protected]:oslokommune/golden-path-boilerplate//boilerplate/terraform/versions?ref=versions-v3.0.6"
dependencies: - name: versions template-url: "../versions"
The text was updated successfully, but these errors were encountered:
Schema generation should never make a main command to fail.
This could be decoupled from the CLI by hosting the schemas over HTTP.
Sorry, something went wrong.
Når man kjører ok pkg install så kræsjer den fordi den ikke støtter remote reference (kun lokal path)
No branches or pull requests
If a dependency is referenced with
git@github
release location instead of a relative reference../versions
, then schema generation will fail.Solution: ensure that schema generation will work with both relative and github release:
The text was updated successfully, but these errors were encountered: