Skip to content

Commit

Permalink
Merge branch 'master' into migrate-pre-cowbird-users
Browse files Browse the repository at this point in the history
  • Loading branch information
mishaschwartz authored Dec 3, 2024
2 parents 9b7121a + 19d5401 commit 6437ffd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
before without the need for manual intervention by a system administrator who would otherwise need to manually
create the symlink for them.

## 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.1](https://github.com/bird-house/birdhouse-deploy/tree/2.6.1) (2024-11-22)
------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion bin/birdhouse
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6437ffd

Please sign in to comment.