-
### Please describe the feature that you want to propose
At the moment there is no option to run the integration other than using camel-k
It would be useful to have a functionality similar to the ka…
-
Now more developers choose [Nushell](https://www.nushell.sh/), any plan to support Nushell by default?
I think it's not hard. To create a new `jbang.nu` and append it to config.nu.
```
sourc…
-
### Describe the bug
`jbang --fresh upgrade-to-quarkus3@quarkusio` does not support Gradle with Kotlin DSL:
```
> jbang --fresh upgrade-to-quarkus3@quarkusio
[jbang] Resolving dependencies...
…
-
today you can do `jbang tech.catheu:jnotebook-distribution:RELEASE` or `jbang https://get.jnotebook.catheu.tech`.
with a cyrilou242/jbang-catalog it could be made to be `jbang jnotebook@cyrilou242`…
-
When having the typesafe client sources (an interface with the `@GraphQLClientApi` annotation and model classes) inside my quarkus project everything works great. I can inject the client like this:
`…
jmini updated
6 minutes ago
-
If you add a `jbang-catalog.json` file to the root of the project with this contents:
```
{
"aliases": {
"springjbang": {
"script-ref": "com/gomezrondon/springjbang/Application.java…
-
### Describe the bug
Secret references work in dev mode but in versions 4.7.1 and 4.8.0 secret references only return the placeholder name.
### Steps to reproduce the behavior
1. Create simple rout…
-
**If you download the latest artifact from BuildaAndRun Action, and cd into Script folder, Execution of this command :- `java -jar flyfly.jar jbang Flyopenaiwiki.java Edgechain.jar` is not working in …
-
I was playing around with jbang.dev and Java 14 for a few hours and everything was fine and dandy.
Then wanted to do a fix in jbang and what been working great before was now failing with:
…
-
### Description
Currently CLI plguins may have conflict and there is not policy / strategy in place to short this out.
# Conflict examples:
- A script called `quarkus-kill` will conflict with `quark…