Commit Graph

19 Commits (master)

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 2148b2e06b refactor(): clean up useless versions in subcommands 2 years ago
Ben Peachey b2a2e0aa65
Remove `# shellcheck disable=SC2230` directives
This has been resolved from `.shellcheckrc`.
2 years ago
jwerle c6e2fd1d09 fix(): use '#!/usr/bin/env bash' 2 years ago
jwerle c5ecb73298 (bpkg-env): introduce 'bpkg-env 2 years ago
jwerle de503e955e refactor(): support 'bpkg.json' 2 years ago
Ben Peachey 4af346da14 Fix more Shellcheck violations. 2 years ago
Ben Peachey af4d935075 Fix more Shellcheck SC2034 violations. 2 years ago
Ben Peachey 447269a7ff Fix more Shellcheck SC2155 violations. 2 years ago
Ben Peachey 574a928de8 Fix various Shellcheck violations. 2 years ago
Ben Peachey 427ad007be Fix all Shellcheck SC2230 violations. 2 years ago
Ben Peachey 355a1bd49d Fix all Shellcheck SC2086 violations. 2 years ago
Ben Peachey 2e17e87472 Fix all Shellcheck SC2053 violations. 2 years ago
Ben Peachey dd4bfbd678 Fix all Shellcheck SC1090 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
Chris Carpita cc6d9dd6fe Separate command doc from option doc 10 years ago
Chris Carpita 8b9c57cfbf Use ordered parameters for readme/sources, fix for git remote auth disclosure 10 years ago
Chris Carpita 9c537d7b73 Add command (show) to display package details from remote
- Use --details flag to print remote README.md
- Use --source flag to print scripts sources
10 years ago