Microsoft.Extensions.Configuration.CommandLine 10.0.0-rc.2.25502.107

About

Command line configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from the command line arguments of your application. You can use CommandLineConfigurationExtensions.AddCommandLine extension method on IConfigurationBuilder to add the command line configuration provider to the configuration builder.

How to Use

The following example shows how to read application configuration from the command line. You can use a command like dotnet run --InputPath "c:\fizz" --OutputPath "c:\buzz" to run it.

using System;
using Microsoft.Extensions.Configuration;

class Program
{
    static void Main(string[] args)
    {
        // Build a configuration object from command line
        IConfiguration config = new ConfigurationBuilder()
            .AddCommandLine(args)
            .Build();

        // Read configuration values
        Console.WriteLine($"InputPath: {config["InputPath"]}");
        Console.WriteLine($"OutputPath: {config["OutputPath"]}");
    }
}

Additional Documentation

Feedback & Contributing

Microsoft.Extensions.Configuration.CommandLine is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.Extensions.Configuration.CommandLine.

Packages Downloads
R4Mvc.Tools
R4Mvc is a tool that generates strongly typed helpers for ASP.NET Core MVC.
118
R4Mvc.Tools
R4Mvc is a tool that generates strongly typed helpers for ASP.NET Core MVC.
103
R4Mvc.Tools
R4Mvc is a tool that generates strongly typed helpers for ASP.NET Core MVC.
100
R4Mvc.Tools
R4Mvc is a tool that generates strongly typed helpers for ASP.NET Core MVC.
99
R4Mvc.Tools
R4Mvc is a tool that generates strongly typed helpers for ASP.NET Core MVC.
94
R4Mvc.Tools
R4Mvc is a tool that generates strongly typed helpers for ASP.NET Core MVC.
93
R4Mvc.Tools
R4Mvc is a tool that generates strongly typed helpers for ASP.NET Core MVC.
92
R4Mvc.Tools
R4Mvc is a tool that generates strongly typed helpers for ASP.NET Core MVC.
85
R4Mvc.Tools
R4Mvc is a tool that generates strongly typed helpers for ASP.NET Core MVC.
79
R4Mvc.Tools
R4Mvc is a tool that generates strongly typed helpers for ASP.NET Core MVC.
75

.NET Framework 4.6.2

.NET 8.0

.NET 9.0

.NET 10.0

.NET Standard 2.0

Version Downloads Last updated
10.0.0-rc.2.25502.107 19 10/14/2025
10.0.0-rc.1.25451.107 24 9/10/2025
10.0.0-preview.7.25380.108 25 8/13/2025
10.0.0-preview.6.25358.103 24 7/16/2025
10.0.0-preview.5.25277.114 24 6/8/2025
10.0.0-preview.4.25258.110 45 5/15/2025
10.0.0-preview.3.25171.5 37 4/11/2025
10.0.0-preview.2.25163.2 37 3/20/2025
10.0.0-preview.1.25080.5 39 2/26/2025
9.0.10 10 10/14/2025
9.0.9 23 9/10/2025
9.0.8 28 8/5/2025
9.0.7 28 7/12/2025
9.0.6 26 6/12/2025
9.0.5 41 5/16/2025
9.0.4 43 4/9/2025
9.0.3 45 3/13/2025
9.0.2 54 2/12/2025
9.0.1 64 1/18/2025
9.0.0 58 11/15/2024
9.0.0-rc.2.24473.5 56 10/15/2024
9.0.0-rc.1.24431.7 64 9/11/2024
9.0.0-preview.7.24405.7 76 8/15/2024
9.0.0-preview.6.24327.7 75 7/10/2024
9.0.0-preview.5.24306.7 70 6/14/2024
9.0.0-preview.4.24266.19 74 5/24/2024
9.0.0-preview.3.24172.9 79 4/16/2024
9.0.0-preview.2.24128.5 71 3/29/2024
9.0.0-preview.1.24080.9 78 2/19/2024
8.0.0 87 11/16/2023
8.0.0-rc.2.23479.6 87 10/24/2023
8.0.0-rc.1.23419.4 92 9/17/2023
8.0.0-preview.7.23375.6 92 8/23/2023
8.0.0-preview.6.23329.7 88 7/22/2023
8.0.0-preview.5.23280.8 95 8/3/2023
8.0.0-preview.4.23259.5 96 8/3/2023
8.0.0-preview.3.23174.8 89 5/14/2023
8.0.0-preview.2.23128.3 85 5/17/2023
8.0.0-preview.1.23110.8 72 2/24/2023
7.0.0 83 12/5/2022
7.0.0-rc.2.22472.3 78 12/5/2022
7.0.0-rc.1.22426.10 93 9/16/2022
7.0.0-preview.7.22375.6 81 8/16/2022
7.0.0-preview.6.22324.4 88 9/16/2022
7.0.0-preview.5.22301.12 87 6/29/2022
7.0.0-preview.4.22229.4 92 6/29/2022
7.0.0-preview.3.22175.4 78 6/29/2022
7.0.0-preview.2.22152.2 100 6/29/2022
7.0.0-preview.1.22076.8 99 6/29/2022
6.0.2-mauipre.1.22102.15 102 6/29/2022
6.0.2-mauipre.1.22054.8 102 6/29/2022
6.0.1 59 11/18/2024
6.0.0 94 6/29/2022
6.0.0-rc.2.21480.5 98 6/29/2022
6.0.0-rc.1.21451.13 84 6/29/2022
6.0.0-preview.7.21377.19 89 8/29/2022
6.0.0-preview.6.21352.12 93 10/6/2022
6.0.0-preview.5.21301.5 97 10/10/2022
6.0.0-preview.4.21253.7 83 9/26/2022
6.0.0-preview.3.21201.4 75 10/23/2022
6.0.0-preview.2.21154.6 97 9/13/2022
6.0.0-preview.1.21102.12 79 2/14/2023
5.0.0 88 2/22/2023
5.0.0-rc.2.20475.5 95 12/19/2022
5.0.0-rc.1.20451.14 84 7/31/2022
5.0.0-preview.8.20407.11 98 1/27/2023
5.0.0-preview.7.20364.11 97 9/2/2022
5.0.0-preview.6.20305.6 90 9/22/2022
5.0.0-preview.5.20278.1 75 2/5/2023
5.0.0-preview.4.20251.6 82 10/9/2022
5.0.0-preview.3.20215.2 96 2/24/2023
5.0.0-preview.2.20160.3 77 10/17/2022
5.0.0-preview.1.20120.4 103 10/17/2022
3.1.32 95 1/27/2023
3.1.31 98 11/23/2022
3.1.30 83 10/23/2022
3.1.29 84 9/16/2022
3.1.28 83 9/16/2022
3.1.27 95 9/16/2022
3.1.26 74 2/24/2023
3.1.25 94 9/26/2022
3.1.24 66 1/4/2023
3.1.23 77 2/24/2023
3.1.22 79 7/26/2022
3.1.21 95 6/29/2022
3.1.20 102 6/29/2022
3.1.19 93 6/29/2022
3.1.18 86 6/29/2022
3.1.17 83 6/29/2022
3.1.16 86 6/29/2022
3.1.15 91 6/29/2022
3.1.14 87 6/29/2022
3.1.13 83 6/29/2022
3.1.12 92 6/29/2022
3.1.11 87 6/29/2022
3.1.10 88 6/29/2022
3.1.9 84 10/16/2022
3.1.8 84 9/2/2022
3.1.7 90 8/31/2022
3.1.6 81 8/12/2022
3.1.5 87 10/18/2022
3.1.4 89 2/24/2023
3.1.3 92 11/29/2022
3.1.2 87 6/29/2022
3.1.1 91 6/29/2022
3.1.0 87 6/29/2022
3.1.0-preview3.19553.2 80 6/29/2022
3.1.0-preview2.19525.4 82 6/29/2022
3.1.0-preview1.19506.1 82 6/29/2022
3.0.3 81 6/29/2022
3.0.2 82 6/29/2022
3.0.1 77 6/29/2022
3.0.0 86 6/29/2022
3.0.0-rc1.19456.10 97 6/29/2022
3.0.0-preview9.19423.4 72 6/29/2022
3.0.0-preview8.19405.4 86 6/29/2022
3.0.0-preview7.19362.4 84 6/29/2022
3.0.0-preview6.19304.6 74 6/29/2022
3.0.0-preview5.19227.9 85 6/29/2022
3.0.0-preview4.19216.2 93 6/29/2022
3.0.0-preview3.19153.1 85 6/29/2022
3.0.0-preview.19074.2 86 6/29/2022
3.0.0-preview.18572.1 81 6/29/2022
2.2.0 93 6/29/2022
2.2.0-preview3-35497 82 6/29/2022
2.2.0-preview2-35157 103 6/29/2022
2.2.0-preview1-35029 77 6/29/2022
2.1.1 75 6/29/2022
2.1.0 93 6/29/2022
2.1.0-rc1-final 95 6/29/2022
2.1.0-preview2-final 100 6/29/2022
2.1.0-preview1-final 85 6/29/2022
2.0.2 91 6/29/2022
2.0.1 87 6/29/2022
2.0.0 77 6/29/2022
2.0.0-preview2-final 79 6/29/2022
2.0.0-preview1-final 90 6/29/2022
1.1.2 105 6/29/2022
1.1.1 85 6/29/2022
1.1.0 90 6/29/2022
1.1.0-preview1-final 83 6/29/2022
1.0.2 100 6/29/2022
1.0.1 96 6/29/2022
1.0.0 91 6/29/2022
1.0.0-rc2-final 84 6/29/2022
1.0.0-rc1-final 78 6/29/2022