Skip to content

Add support for external recipes#16

Merged
radoslaw-panuszewski merged 4 commits intomainfrom
external-recipes
Apr 4, 2026
Merged

Add support for external recipes#16
radoslaw-panuszewski merged 4 commits intomainfrom
external-recipes

Conversation

@radoslaw-panuszewski
Copy link
Copy Markdown
Contributor

@radoslaw-panuszewski radoslaw-panuszewski commented Mar 27, 2026

Context

This PR adds support for registering external JARs to extend allwrite with additional recipes from any URL.

New commands

Add an external recipe JAR:

allwrite external add custom-recipes https://repo.com/custom-recipes-1.0.0.jar

Update an external recipe JAR with a new URL:

allwrite external update custom-recipes https://repo.com/custom-recipes-2.0.0.jar

Re-fetch an external recipe JAR from its stored URL:

allwrite external update custom-recipes

List all registered external recipe JARs:

allwrite external ls

Remove an external recipe JAR:

allwrite external rm custom-recipes

@radoslaw-panuszewski radoslaw-panuszewski marked this pull request as ready for review March 29, 2026 14:42
@radoslaw-panuszewski radoslaw-panuszewski changed the base branch from rename-package to main March 29, 2026 14:43
@radoslaw-panuszewski radoslaw-panuszewski force-pushed the external-recipes branch 3 times, most recently from aa9bcce to 19e73d2 Compare March 30, 2026 11:46
@radoslaw-panuszewski radoslaw-panuszewski merged commit be1b422 into main Apr 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants