Skip to content

Commit

Permalink
update docs for releasing Pkl Packages
Browse files Browse the repository at this point in the history
Signed-off-by: Tim <[email protected]>
  • Loading branch information
Avarei committed Jul 2, 2024
1 parent c62e4fe commit a21369f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a21369f

Please sign in to comment.