Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 595 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 595 Bytes

Using Raw Git References

Instead of releasing a Pkl Package this approach reads directly from a git repository.

Currently this method does ot support PklProject dependencies, meaning all dependencies must be declared explicitely.

// e.g.
amends "package://pkg.pkl-lang.org/github.com/crossplane-contrib/function-pkl/[email protected]#/CompositionResponse.pkl"

// instead of
amends "@crossplane.contrib/CompositionResponse.pkl"

For more information about Generating the Pkl Modules, XRDs, and Compositions see DEVELOP.md