Skip to content

Commit 34753b1

Browse files
authored
feat: add command to generate license (#392)
1 parent d519c48 commit 34753b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bottlecap-run/bottlecap_dev.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ build_dockerized(){
5252
cd -
5353
}
5454

55+
license() {
56+
cargo bundle-licenses --format yaml --output LICENSE-3rdparty.yml
57+
}
58+
5559
publish() {
5660
_require_argument ARCH
5761
_require_argument LAYER_NAME

0 commit comments

Comments
 (0)