File: //snap/google-cloud-cli/current/lib/surface/container/fleet/features/list.yaml
- help_text:
brief: List enabled features.
description: List enabled fleet features in a project.
examples: |
To list all enabled fleet features in a project, run:
$ {command}
request:
collection: gkehub.projects.locations.features
ALPHA:
api_version: v1alpha
BETA:
api_version: v1beta
arguments:
resource:
help_text: |
The location to list features under.
'global' is the only supported value.
spec: !REF googlecloudsdk.command_lib.container.fleet.resources:location
response:
id_field: name
output:
format: |
table(
name.basename():label=NAME:sort=1,
resourceState.state:label=STATE
)