2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-16 00:12:52 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Sam Likins
79481450fe
List Commands with Descriptions (#161)
* Updated `utils.sh` with `bpkg_exec_exist` and `bpkg_exec_or_exit`.
* Updated scripts with `bpkg_exec_or_exit`.
* Updated `install.sh` to utilize utility functions.
* Updated `runner` in `run.sh`.
* Added `--list` option to `run.sh`.
* Added `commands-description` to `bpkg.json`.
* Updated README TOC and missing `dependencies-dev` section.
* Added `commands-description` section to README.
* Corrected failing shellcheck.
2023-04-21 05:37:10 -07:00
Joseph Werle
7d6278ef57 fix(bpkg-package): remove '-e' in echo when outputing prop value 2022-06-13 17:30:25 +02:00
Joseph Werle
8d129a902f fix(bpkg-package): return non-zero on failure 2022-06-12 14:11:30 +02:00
Joseph Werle
1588f1edd3 feat(): introduce 'bpkg-realpath' 2022-05-28 12:04:16 +02:00
jwerle
1b097711a8 fix(lib/package/package.sh): fix infinite loop when root 2022-03-31 08:01:48 -04:00
jwerle
8595da906a fix(lib/package/package.sh): emit real path 'bpkg_package_path' 2022-03-30 18:53:09 -04:00
jwerle
29838c21f5 feat(lib/package/package.sh): introduce 'bpkg_package_path' 2022-03-30 18:38:29 -04:00
jwerle
fc6befff37 refactor(lib/package/package.sh): search for relative 'bpkg.json' 2022-03-30 18:09:46 -04:00
jwerle
7950dc0055 fix(bpkg-package): fix package value emission cleanup 2022-03-30 13:39:28 -04:00
jwerle
c6e2fd1d09 fix(): use '#!/usr/bin/env bash' 2022-03-28 06:59:13 -07:00
jwerle
5fae8a6785 fix(lib/package/package.sh): correctly handle package introspection 2022-03-23 15:12:14 -04:00
jwerle
aee770b699 fix(): fix stderr output redirection 2022-03-23 14:55:30 -04:00
jwerle
edaf0cab93 refactor(): support 'commands' for 'bpkg run' and 'BPKG_SCRIPT_SOURCES' env var 2022-03-23 11:16:59 -07:00
jwerle
f4665a5b74 refactor(lib): cleanup, remove useless code, fix lint 2022-03-23 11:16:59 -07:00
jwerle
9ea0f02b76 feat(): introduce 'bpkg-run' 2022-03-23 11:16:59 -07:00
jwerle
de503e955e refactor(): support 'bpkg.json' 2022-03-23 11:16:59 -07:00
Ben Peachey
574a928de8 Fix various Shellcheck violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
a53a6648cc Fix all Shellcheck SC2155 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
2e17e87472 Fix all Shellcheck SC2053 violations. 2022-03-23 11:16:59 -07:00
Ben Peachey
ca20c53aff Add support for bpkg.json, next to package.json. 2022-03-23 11:16:59 -07:00
Abdelkafi Ahmed
0617f26461 Replace with $( ) inside strings and in commands (#77)
* Changed how to execute shell commands inside output strings

* Removed the extra { }

* Drop changes to JSON files inside lib/json
2017-02-06 10:28:58 -05:00
Joseph Werle
497a0e76de fix stuffz 2014-05-22 16:34:28 -04:00
Joseph Werle
16a53e5bcb init 2014-05-22 15:52:58 -04:00