-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release note for auto_envvar_prefix support
Signed-off-by: Stephen Finucane <stephen@that.guru> Closes: #105
- Loading branch information
1 parent
25516ad
commit 089353f
Showing
2 changed files
with
12 additions
and
0 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
8 changes: 8 additions & 0 deletions
8
releasenotes/notes/add-auto_envvar_prefix-support-a08e68aba792ee26.yaml
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,8 @@ | ||
--- | ||
features: | ||
- | | ||
The ``auto_envvar_prefix`` parameter, which enables automatic environmental | ||
variables for all parameters in a click application, is now supported. For | ||
more information on this feature, refer to the `click documentation`__. | ||
.. __: https://click.palletsprojects.com/en/8.1.x/options/#values-from-environment-variables |