Commit Graph

24 Commits (master)

Author SHA1 Message Date
Sam Likins 91ef3ff1c8
Fix run passing parameters to command. (#162) 12 months ago
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 d02dc66d15 fix(bpkg-run): propgate exit code in command 2 years ago
Joseph Werle 1588f1edd3 feat(): introduce 'bpkg-realpath' 2 years ago
jwerle 1bfbdaa125 fix(bpkg-run): fix glob lookup in command runner 2 years ago
Ben Peachey b2a2e0aa65
Remove `# shellcheck disable=SC2230` directives
This has been resolved from `.shellcheckrc`.
2 years ago
jwerle 39961dc9f6 fix(lib/run/run.sh): encapsulate commands in runner 2 years ago
jwerle 4eff8f7192 fix(lib/run/run.sh): change directory before running local commnd 2 years ago
jwerle 8eaa0ac051 fix(bpkg-run): use 'eval' for package commands 2 years ago
jwerle 4c854bd241 fix(bpkg-run): fix default arg 2 years ago
jwerle ec8065c22e fix(bpkg-run): fix source emission 2 years ago
jwerle 619edf76ea fix(): fix source emission and errors 2 years ago
jwerle 387c9e93af refactor(): clean up output 2 years ago
jwerle c2f8a2c2be fix(): fix suggestions and false positive 'bpkg-run' rc 2 years ago
jwerle c6e2fd1d09 fix(): use '#!/usr/bin/env bash' 2 years ago
jwerle fea1bc2690 fix(lib/run/run.sh): use '-path' instead of '-wholename' 2 years ago
jwerle c5ecb73298 (bpkg-env): introduce 'bpkg-env 2 years ago
jwerle 2b038c3ffe refactor(lib/run/run.sh): add more env vars for runner 2 years ago
jwerle 702af11418 fix(lib/run/run.sh): fix preemptive 'BPKG_SCRIPT_SOURCES' 2 years ago
jwerle 2324a0ebd7 fix(lib/run/run.sh): fix typo 2 years ago
jwerle edaf0cab93 refactor(): support 'commands' for 'bpkg run' and 'BPKG_SCRIPT_SOURCES' env var 2 years ago
jwerle dfb978c167 fix(install.sh,run.sh): fix output 2 years ago
jwerle 1d6eeb6529 feat(): introduce 'bpkg source <name>' 2 years ago
jwerle 9ea0f02b76 feat(): introduce 'bpkg-run' 2 years ago