Browsing Spanish translation

276 of 371 results
276.

The get command prints configuration options for the current snap.

$ snapctl get username
frank

If multiple option names are provided, a document is returned:

$ snapctl get username password
{
"username": "frank",
"password": "..."
}

Nested values may be retrieved via a dotted path:

$ snapctl get author.name
frank

Values of interface connection settings may be printed with:

$ snapctl get :myplug usb-vendor
$ snapctl get :myslot path

This will return the named setting from the local interface endpoint, whether a plug
or a slot. Returning the setting from the connected snap's endpoint is also possible
by explicitly requesting that via the --plug and --slot command line options:

$ snapctl get :myplug --slot usb-vendor

This requests the "usb-vendor" setting from the slot that is connected to "myplug".
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

La orden get imprime opciones de configuración para el snap actual.

$ snapctl get username
frank

Si se proporcionan múltiples nombres de opción, se devuelve un documento:

$ snapctl get username password
{
"username": "frank",
"password": "..."
}

Los valores anidados se pueden recuperar mediante una ruta con puntos:

$ snapctl get author.name
frank

Los valores de los ajustes de la interfaz de conexión se pueden imprimir con:

$ snapctl get :myplug usb-vendor
$ snapctl get :myslot path

Esto devolverá el ajuste nombrado desde el extremo de interfaz local, ya sea un enchufe
o una ranura. También es posible devolver el ajuste desde el extremo del snap conectado
solicitándolo explícitamente mediante las opciones de la línea de ordenes --plug y --slot:

$ snapctl get :myplug --slot usb-vendor

Esto solicita el ajuste «usb-vendor» desde la ranura conectada a «myplug».
Translated and reviewed by Rodrigo Lledó
Located in overlord/hookstate/ctlcmd/get.go:52
276 of 371 results

This translation is managed by Ubuntu Spanish Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.