Commit Graph

23 Commits (79481450fe2e28953f23d6b9ce90ccc73fbeee79)

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.
1 year ago
Joseph Werle 7d6278ef57 fix(bpkg-package): remove '-e' in echo when outputing prop value 2 years ago
Joseph Werle 8d129a902f fix(bpkg-package): return non-zero on failure 2 years ago
Joseph Werle 1588f1edd3 feat(): introduce 'bpkg-realpath' 2 years ago
jwerle 1b097711a8 fix(lib/package/package.sh): fix infinite loop when root 2 years ago
jwerle 8595da906a fix(lib/package/package.sh): emit real path 'bpkg_package_path' 2 years ago
jwerle 29838c21f5 feat(lib/package/package.sh): introduce 'bpkg_package_path' 2 years ago
jwerle fc6befff37 refactor(lib/package/package.sh): search for relative 'bpkg.json' 2 years ago
jwerle 7950dc0055 fix(bpkg-package): fix package value emission cleanup 2 years ago
jwerle c6e2fd1d09 fix(): use '#!/usr/bin/env bash' 2 years ago
jwerle 5fae8a6785 fix(lib/package/package.sh): correctly handle package introspection 2 years ago
jwerle aee770b699 fix(): fix stderr output redirection 2 years ago
jwerle edaf0cab93 refactor(): support 'commands' for 'bpkg run' and 'BPKG_SCRIPT_SOURCES' env var 2 years ago
jwerle f4665a5b74 refactor(lib): cleanup, remove useless code, fix lint 2 years ago
jwerle 9ea0f02b76 feat(): introduce 'bpkg-run' 2 years ago
jwerle de503e955e refactor(): support 'bpkg.json' 2 years ago
Ben Peachey 574a928de8 Fix various Shellcheck violations. 2 years ago
Ben Peachey a53a6648cc Fix all Shellcheck SC2155 violations. 2 years ago
Ben Peachey 2e17e87472 Fix all Shellcheck SC2053 violations. 2 years ago
Ben Peachey ca20c53aff Add support for bpkg.json, next to package.json. 2 years ago
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
7 years ago
Joseph Werle 497a0e76de fix stuffz 10 years ago
Joseph Werle 16a53e5bcb init 10 years ago