[PR #655] [MERGED] add jbang catalog #657

Closed
opened 2025-12-30 01:25:59 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/655
Author: @maxandersen
Created: 9/20/2024
Status: Merged
Merged: 10/7/2024
Merged by: @stackoverflow

Base: mainHead: jbang


📝 Commits (2)

📊 Changes

1 file changed (+18 additions, -0 deletions)

View changed files

jbang-catalog.json (+18 -0)

📄 Description

This makes it possible to use jbang to easily run and install pkl jar based cli.

Once merged you will be able to run it like this:

jbang pkl@apple/pkl

you can also install it and then just use it as a script from wherever:

jbang app install pkl@apple/pkl
pkl --version

I include in this pr a renovate.json that enables automatic PR updates if you are able to install https://github.com/apps/forking-renovate on this repo.

if not, you will have to manually update the version - or we change the version used in jbang-catalog to RELEASE and it will fetch latest release always.

the build.yml is used to validate prs opened by renovate.

Thus if renovate is not an option I would remove those - for now just include it. Let me know and I can adjust PR.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/655 **Author:** [@maxandersen](https://github.com/maxandersen) **Created:** 9/20/2024 **Status:** ✅ Merged **Merged:** 10/7/2024 **Merged by:** [@stackoverflow](https://github.com/stackoverflow) **Base:** `main` ← **Head:** `jbang` --- ### 📝 Commits (2) - [`72190e1`](https://github.com/apple/pkl/commit/72190e17b90b406cf6e98cae84e9a0b62860f6ac) add jbang catalog - [`842cb26`](https://github.com/apple/pkl/commit/842cb265cfe01ec9ab27b5b3b50b79e5315c7458) remove .github ### 📊 Changes **1 file changed** (+18 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `jbang-catalog.json` (+18 -0) </details> ### 📄 Description This makes it possible to use [jbang](https://jbang.dev) to easily run and install `pkl` jar based cli. Once merged you will be able to run it like this: `jbang pkl@apple/pkl` you can also install it and then just use it as a script from wherever: ``` jbang app install pkl@apple/pkl pkl --version ``` I include in this pr a `renovate.json` that enables automatic PR updates if you are able to install https://github.com/apps/forking-renovate on this repo. if not, you will have to manually update the version - or we change the version used in jbang-catalog to `RELEASE` and it will fetch latest release always. the `build.yml` is used to validate prs opened by renovate. Thus if renovate is not an option I would remove those - for now just include it. Let me know and I can adjust PR. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:25:59 +01:00
adam closed this issue 2025-12-30 01:25:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#657