Informational commands

list.instances #

Lists Aggregator instances, that is Azure Function Apps, within the Azure Subscription.

You should specify at least one of these options to limit the search scope.

OptionShort formDescription
--location-lName of Azure region hosting the Aggregator instance.
--resourceGroup-gAzure Resource Group that contains the Aggregator instance.
--namingTemplaten/aSpecify affixes for Azure resources. This option requires defining --resourceGroup, also. This turns off automatic name generation and allow comply with enterprise requirements.

list.rules #

List the Rules in an existing Aggregator instance in Azure.

These parameters identify the Instance.

OptionShort formDescription
--instance-iThe name of an existing Aggregator instance (Azure Function App).
--resourceGroup-gAzure Resource Group that contains the Aggregator instance.
--namingTemplaten/aSpecify affixes for Azure resources. This option requires defining --resourceGroup, also. This turns off automatic name generation and allow comply with enterprise requirements.

list.mappings #

Lists mappings from existing Azure DevOps Projects to Aggregator Rules.

You can restrict specifying an Instance.

OptionShort formDescription
--instance-iThe name of an existing Aggregator instance (Azure Function App).
--resourceGroup-gAzure Resource Group that contains the Aggregator instance.
--namingTemplaten/aSpecify affixes for Azure resources. This option requires defining --resourceGroup, also. This turns off automatic name generation and allow comply with enterprise requirements.

Or you can specify a Project (or both).

OptionShort formDescription
--project-pName of existing Azure DevOps project or the * wildcard to select all Projects.