1- release_tracks: [ALPHA]
2
3  help_text:
4    brief: List device registries.
5    description: List device registries.
6    examples: |
7      To list all device registries in a project and region 'us-central1', run:
8
9        $ {command} --region=us-central1
10
11  request:
12    collection: cloudiot.projects.locations.registries
13
14  response:
15    id_field: name
16
17  arguments:
18    resource:
19      help_text: The location you want to list the registries for.
20      spec: !REF googlecloudsdk.command_lib.iot.resources:region
21
22  output:
23    format: |
24      table(
25          name.scope("registries"):label=ID,
26          name.scope("locations").segment(0):label=LOCATION,
27          mqttConfig.mqttEnabledState:label=MQTT_ENABLED
28      )
29