Browsing Catalan translation

33 of 925 results
33.

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,
regardless whether it's a plug or a slot. Returning the setting from the
connected snap's endpoint is also possible by requesting the setting explicitly
with optional --plug and --slot command 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.

L'ordre get imprimeix opcions de configuració per al snap actual.

$ snapctl get username
frank

Si es proveeixen noms múltiples d'opció, es retorna un document:

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

Es poden retrobar valors niuats mitjançant un camí amb punts:

$ snapctl get author.name
frank

Es poden imprimir valors de configuracions d'interfície de connexió amb:

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

Això retornarà la configuració mencionada des del punt final de la interfície
local, tant si és un plug or un slot. També és possible retornar la configuració
de punt final de l'snap connectat demanant explícitament la configuració amb
opcions d'ordre --plug i --slot:

$ snapctl get :myplug --slot usb-vendor

Això demana la configuració "usb-vendor" de l'slot connectat a
"myplug".
Translated and reviewed by Walter Garcia-Fontes
Located in overlord/hookstate/ctlcmd/get.go:52
33 of 925 results

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

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