From 1a680089dcf91459442d3c570ef73c561c63ccf2 Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Mon, 29 Mar 2021 00:46:14 +0200 Subject: [PATCH] Document jbang.alias --- .../configuration/pages/packagers/jbang.adoc | 22 +++++++++++++++++++ docs/modules/quick-start/pages/ant.adoc | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/docs/modules/configuration/pages/packagers/jbang.adoc b/docs/modules/configuration/pages/packagers/jbang.adoc index 0990803..a419338 100644 --- a/docs/modules/configuration/pages/packagers/jbang.adoc +++ b/docs/modules/configuration/pages/packagers/jbang.adoc @@ -36,6 +36,11 @@ packagers: # Key will be capitalized and prefixed with `jbang`, i.e, `jbangFoo`. foo: bar + # The jbang executable alias. + # If left undefined, will use `${distribution.name}` + # [optional] + alias: cli + # Git author used to commit to the catalog repository. # [optional] commitAuthor: @@ -103,6 +108,11 @@ JSON:: "foo": "bar" }, + // The jbang executable alias. + // If left undefined, will use `${distribution.name}` + // [optional] + "alias": "cli", + // Git author used to commit to the catalog repository. // [optional] "commitAuthor": { @@ -187,6 +197,13 @@ Maven:: bar + + cli +