Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.32 KB

File metadata and controls

64 lines (42 loc) · 1.32 KB
description Command line reference for the 'dsc extension' command
ms.date 03/25/2025
ms.topic reference
title dsc extension

dsc extension

Synopsis

Operations on DSC extensions.

Syntax

dsc extension [Options] <COMMAND>

Description

The dsc extension command contains a subcommand for listing DSC extensions.

Commands

list

The list command returns the list of available DSC extensions with an optional filter. For more information, see dsc extension list.

help

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.

Options

-h, --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