| description | Command line reference for the 'dsc extension' command |
|---|---|
| ms.date | 03/25/2025 |
| ms.topic | reference |
| title | dsc extension |
Operations on DSC extensions.
dsc extension [Options] <COMMAND>The dsc extension command contains a subcommand for listing DSC extensions.
The list command returns the list of available DSC extensions with an optional filter. For more
information, see dsc extension list.
The help command returns help information for this command or a subcommand.
To get the help for a command or subcommand, use the syntax:
dsc extension help [<SUBCOMMAND>]For example, dsc extension help gets the help for this command. dsc extension help list
gets the help for the list subcommand.
You can also use the --help option on the command or subcommand to display the help
information. For example, dsc extension --help or dsc extension list --help.
Displays the help for the current command or subcommand. When you specify this option, the application ignores all other options and arguments.
Type : boolean
Mandatory : false
LongSyntax : --help
ShortSyntax : -h