gcloud beta device-run software-versions describe

NAME
gcloud beta device-run software-versions describe - describe a Device Run software version
SYNOPSIS
gcloud beta device-run software-versions describe (SOFTWARE_VERSION : --location=LOCATION) [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Describe a Device Run software version.
EXAMPLES
The following command describes the Device Run software version orchestrator-1-4-1:
gcloud beta device-run software-versions describe orchestrator-1-4-1
POSITIONAL ARGUMENTS
Software version resource - Software version to describe. The arguments in this group can be used to specify the attributes of this resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways.

To set the project attribute:

  • provide the argument software_version on the command line with a fully specified name;
  • provide the argument --project on the command line;
  • set the property core/project.

This must be specified.

SOFTWARE_VERSION
ID of the software_version or fully qualified identifier for the software_version.

To set the software_version attribute:

  • provide the argument software_version on the command line.

This positional argument must be specified if any of the other arguments in this group are specified.

--location=LOCATION
Cloud location for the software_version.

To set the location attribute:

  • provide the argument software_version on the command line with a fully specified name;
  • provide the argument --location on the command line;
  • The default is global.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

NOTES
This command is currently in beta and might change without notice. This variant is also available:
gcloud alpha device-run software-versions describe