-
At work we have a self-hosted bitbucket instance. I've created a jbang-catalog repo with the corresponding jbang-catalog.json file, but when I want to add the catalog, it fails because of authenticati…
-
not sure if this is a bug or not....but I can do:
`jbang catalog add --name xam.dk xam.dk` even though I can do `jbang catalog list xam.dk`
shouldn't we allow aliases with .'s or is that going …
-
Having a catalog of jbang scripts is very useful.
When you have N jbang scripts, it'd be great to be able to create a project with each script as separate module in the IDE. Reason being that each …
-
while doing quarkus-cli build command its becoming clearer that it could be nice to somehow recognize a project is a "jbang project".
for maven/gradle there is pom.xml and build.gradle - closest th…
-
so instead of:
1) find right zip to download for os x
2) unzip zip
3) fight with OSX to allow running the unsigned binary
4) run it
I can just add the jar to jbang-catalog and just do:
`jba…
-
I have been experimenting with JBang for weeks now and I really want to use it for my AWS Lambda functions, it seems super think and usable.
A few days ago a new issue was opened on JBang, it has s…
-
in the camel-catalog we know have a list of known transformer.
In the YAML for camel-k pipe then you can use those in datatype in|out,
https://github.com/apache/camel-kamelets-examples/blob/main/j…
-
today aliases/catalogs looksup using `@[/]` against github, gitlab, etc.
to locate a jbang-catalog.
wondering if we should make it that if the `` part has a dot (.) in it should treat it as a plai…
-
currently jbang create action takes out put of `jbang template list` and show to user (which is great) but
should also be possible to enter in template name to allow to mimick what `jbang init -t ju…
-
`jbang edit --open=. --live xyz.java` today requires setting JBANG_EDITOR or EDITOR or similar env to have it open correctly.
It would be nice for things that requires persistence that we could off…