Skip to content

Commit 9487329

Browse files
committed
AP-24988: add register_debug_in_knime command for easy debug of the extension
AP-24988 (Add a knime.ini extension demo registration script to the bundling package)
1 parent c15e4b9 commit 9487329

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pixi.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ knime-extension-bundling = "5.7.*"
2222
debugpy = "*"
2323

2424
[feature.build.tasks]
25-
build = { args = [{ "arg" = "dest", "default" = "./local-update-site" }], cmd = "build-python-extension . {{ dest }}"}
25+
build = { args = [{ "arg" = "dest", "default" = "./local-update-site" }], cmd = "build-python-extension . {{ dest }} --update-sites-version nightly"}
26+
register_debug_in_knime = { description = "Register the current KNIME extension with a KNIME installation. Usage: 'pixi run register_debug_in_knime' (default locations) or 'pixi run register_debug_in_knime C:/' (search entire C: drive if no executables found)", args = [
27+
{ "arg" = "search_path", "default" = "" }], cmd = "python in{% if search_path %} --search-path \"{{ search_path }}\"{% endif %}" }
28+
2629

2730
[environments]
2831
build = {features = ["build"], no-default-feature = true}

0 commit comments

Comments
 (0)