aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-11 13:30:22 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-11 13:30:22 +0200
commit7eac078e1049493d708097af69f6894d609ec6a8 (patch)
tree300b09fea14d8098333892fa166a5f9ac2059d61 /CHANGELOG.md
parentca71525e575f809c77d84550a3e8abc100dfb5a4 (diff)
Implement pkg subcommand
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dcfa169..b589d75 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,11 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
-- `var` subcommand is now referenced in `usage()`.
+- The `var` subcommand is now referenced in `usage()`.
+- A `pkg` subcommand has been added, to allow for direct interaction with the
+ `pkg_*()` utilities provided by Bashtard.
### Changed
-- `ssh` subcommand should now only check for `ssh.host`, and show an appropriate
+- The `ssh` subcommand should now only check for `ssh.host`, and show an appropriate
warning if one is not set for a node.
- `svc_enable()` now checks for the `rc.d` file to exist before running `grep`
on it.