From ccd313672e7b02a58dc2ee8583b0e69354622cd7 Mon Sep 17 00:00:00 2001 From: mishaschwartz <4380924+mishaschwartz@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:46:10 -0500 Subject: [PATCH] fix birdhouse configs command description [ci skip] --- CHANGES.md | 7 ++++++- bin/birdhouse | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b20880015..61d71b93a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,7 +15,12 @@ [Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest) ------------------------------------------------------------------------------------------------------------------ -[//]: # (list changes here, using '-' for each new entry, remove this when items are added) +## Changes + +- Fix help string description for `bin/birdhouse configs` command + + Update description of the `configs` subcommand to better describe it. + The description when calling `bin/birdhouse -h` now matches the description when calling `bin/birdhouse configs -h` [2.6.0](https://github.com/bird-house/birdhouse-deploy/tree/2.6.0) (2024-11-19) ------------------------------------------------------------------------------------------------------------------ diff --git a/bin/birdhouse b/bin/birdhouse index ba5654be7..659bc01e9 100755 --- a/bin/birdhouse +++ b/bin/birdhouse @@ -15,7 +15,7 @@ Manage the Birdhouse software stack. Commands: info Print build information compose Run a \"docker compose\" command for the Birdhouse project - configs Print a command that can be used to load configuration settings as environment variables + configs Load or execute commands in the Birdhouse configuration environment Options: -h, --help Print this message and exit