-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update docs for releasing Pkl Packages
Signed-off-by: Tim <[email protected]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,10 +64,15 @@ $ crossplane xpkg build -f package --embed-runtime-image=runtime | |
$ crossplane xpkg push -f function-pkl*.xpkg ghcr.io/crossplane-contrib/function-pkl | ||
|
||
# Resolve Pkl Project Dependencies | ||
$ pkl project resolve ./pkl/*/ | ||
$ make pkl-resolve | ||
|
||
# Package the Pkl Project | ||
$ pkl project package ./pkl/*/ | ||
$ make pkl-package | ||
|
||
# Release a Pkl Project | ||
$ git tag [email protected] | ||
$ git push --tags | ||
$ make pkl-release [email protected] | ||
|
||
# Debugging this function | ||
# While a Debugging session is running run on the same host: | ||
|