aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-05-21 12:25:28 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-05-21 12:25:49 +0200
commit6758f4bd07eb86fd9c32adbe1107cdc1b11919e1 (patch)
treeb7c16881770f8ccd1896ce1d0938ba8000368ece /CHANGELOG.md
parent371287c03445bb24d1243a89325bb11f20d51de1 (diff)
Add top subcommand
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 976c578..2fa3655 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -53,6 +53,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
which in turn should make re-using playbooks easier.
- A convenience function has been introduced, `playbook_path()`, which can give
you the absolute path to the playbook's base or data directory.
+- A `top` subcommand has been added to give some generic information of all
+ nodes known to Bashtard. It uses information from the `sysinfo` subcommand,
+ which it will pull in through an `ssh` invocation.
### Changed