dotnet-config
1.0.6
dotnet tool install --global dotnet-config --version 1.0.6
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local dotnet-config --version 1.0.6
#tool dotnet:?package=dotnet-config&version=1.0.6
nuke :add-package dotnet-config --version 1.0.6
A global tool for managing hierarchical configurations for dotnet tools, using git config format.
Usage: dotnet config [options]
Location (uses all locations by default)
--local use .netconfig.user file
--global use global config file
--system use system config file
--path[=VALUE] use given config file or directory
Action
--get get value: name [value-regex]
--get-all get all values: key [value-regex]
--get-regexp get values for regexp: name-regex [value-regex]
--set set value: name value [value-regex]
--set-all set all matches: name value [value-regex]
--add add a new variable: name value
--unset remove a variable: name [value-regex]
--unset-all remove all matches: name [value-regex]
--remove-section remove a section: name
--rename-section rename section: old-name new-name
-l, --list list all
-e, --edit edit the config file in an editor
Other
--default[=VALUE] with --get, use default value when missing entry
--name-only show variable names only
--type[=VALUE] value is given this type, can be 'boolean', '
datetime' or 'number'
-?, -h, --help Display this help
Built from https://github.com/dotnetconfig/dotnet-config/tree/d14cb664a
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
1.0.6 | 2,693 | 7/30/2021 |
1.0.5 | 283 | 7/30/2021 |
1.0.4 | 247 | 6/12/2021 |
1.0.3 | 263 | 4/29/2021 |
1.0.2 | 244 | 4/29/2021 |
1.0.1 | 213 | 4/27/2021 |
1.0.0-rc.3 | 120 | 4/26/2021 |
1.0.0-rc.2 | 172 | 12/21/2020 |
1.0.0-rc.1 | 164 | 12/15/2020 |
1.0.0-rc | 296 | 9/6/2020 |
1.0.0-beta | 215 | 8/28/2020 |
1.0.0-alpha.13 | 190 | 8/27/2020 |
1.0.0-alpha.12 | 255 | 8/27/2020 |
1.0.0-alpha.11 | 206 | 8/25/2020 |
1.0.0-alpha.6 | 232 | 8/24/2020 |