forked from npryce/adr-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add help about the ADR_TEMPLATE environment variable
- Loading branch information
1 parent
01c2de2
commit d36ba4e
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/bin/bash | ||
set -e | ||
eval "$($(dirname $0)/adr-config)" | ||
|
||
cat <<ENDHELP | ||
usage: adr config | ||
Displays the current configuration. | ||
The adr_template_dir parameter defaults to the adr installation | ||
but can be overwriten if a custom template is required by settting the | ||
ADR_TEMPLATE environment variable to the custom file. | ||
export ADR_TEMPLATE=<adr template file> | ||
ENDHELP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters