File: //snap/google-cloud-cli/396/lib/surface/network_services/service_bindings/export.yaml
release_tracks: [GA, BETA, ALPHA]
help_text:
brief: |
Export a service binding.
description: |
Export a service binding to a YAML file.
examples: |
To export a service binding named 'my-service-binding' to a YAML file, run:
$ {command} my-service-binding --destination=my-service-binding.yaml --location=global
arguments:
resource:
spec: !REF googlecloudsdk.command_lib.network_services.resources:serviceBinding
help_text: |
Name of the service binding to export.
request: &request
ALPHA:
api_version: v1alpha1
BETA:
api_version: v1beta1
GA:
api_version: v1
collection: networkservices.projects.locations.serviceBindings