|
35.
|
|
|
The help command displays information about snap commands.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
Il comando di aiuto visualizza informazioni sui comandi snap.
|
|
Translated and reviewed by
Salvatore Cocuzza
|
|
|
|
Located in
cmd/snap/cmd_help.go:36
|
|
36.
|
|
|
The info command shows detailed information about snaps.
The snaps can be specified by name or by path; names are looked for both in the
store and in the installed snaps; paths can refer to a .snap file, or to a
directory that contains an unpacked snap suitable for 'snap try' (an example
of this would be the 'prime' directory snapcraft produces).
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
Il comando info mostra informazioni dettagliate sugli snap.
Gli snap possono essere specificati per nome o per percorso; i nomi sono cercati entrambi nel
store e negli snap installati; i percorsi possono fare riferimento a un file .snap o a a
directory che contiene uno snap decompresso adatto per 'snap try' (un esempio
di questa sarebbe la directory 'prima' prodotta da Snapcraft).
|
|
Translated and reviewed by
Salvatore Cocuzza
|
|
|
|
Located in
cmd/snap/cmd_info.go:59
|
|
37.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
|
Translated and reviewed by
Salvatore Cocuzza
|
|
|
|
Located in
cmd/snap/cmd_snap_op.go:52
|
|
38.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
|
Translated and reviewed by
Salvatore Cocuzza
|
|
|
|
Located in
cmd/snap/cmd_interface.go:45
|
|
39.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
|
|
Translated and reviewed by
Salvatore Cocuzza
|
|
|
|
Located in
cmd/snap/cmd_interfaces.go:40
|
|
40.
|
|
|
The is-connected command returns success if the given plug or slot of the
calling snap is connected, and failure otherwise.
$ snapctl is-connected plug
$ echo $?
1
Snaps can only query their own plugs and slots - snap name is implicit and
implied by the snapctl execution context.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
Il comando is-connected restituisce successo se la presa o lo slot specificato del
lo snap chiamante è connesso e l'errore in caso contrario.
$ snapctl is-connected plug
$ eco $?
1
Gli snap possono interrogare solo i propri plug e slot - il nome dello snap è implicito e
implicito nel contesto di esecuzione di snapctl.
|
|
Translated and reviewed by
Salvatore Cocuzza
|
|
|
|
Located in
overlord/hookstate/ctlcmd/is_connected.go:40
|
|
41.
|
|
|
The keys command lists cryptographic keys that can be used for signing
assertions.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
Il comando keys elenca le chiavi crittografiche che possono essere utilizzate per la firma
affermazioni.
|
|
Translated and reviewed by
Salvatore Cocuzza
|
|
|
|
Located in
cmd/snap/cmd_keys.go:39
|
|
42.
|
|
|
The known command shows known assertions of the provided type.
If header=value pairs are provided after the assertion type, the assertions
shown must also have the specified headers matching the provided values.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
Il comando noto mostra le asserzioni note del tipo fornito.
Se vengono fornite coppie header=value dopo il tipo di asserzione, le asserzioni
mostrato deve avere anche le intestazioni specificate che corrispondono ai valori forniti.
|
|
Translated and reviewed by
Salvatore Cocuzza
|
|
|
|
Located in
cmd/snap/cmd_known.go:49
|
|
43.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
|
Translated and reviewed by
Salvatore Cocuzza
|
|
|
|
Located in
cmd/snap/cmd_list.go:36
|
|
44.
|
|
|
The login command authenticates the user to snapd and the snap store, and saves
credentials into the ~/.snap/auth.json file. Further communication with snapd
will then be made using those credentials.
It's not necessary to log in to interact with snapd. Doing so, however, enables
purchasing of snaps using 'snap buy', as well as some some developer-oriented
features as detailed in the help for the find, install and refresh commands.
An account can be set up at https://login.ubuntu.com
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
Il comando login autentica l'utente per lo snapd e lo snap store e salva
credenziali nel file ~/.snap/auth.json. Ulteriore comunicazione con snapd
sarà quindi effettuato utilizzando tali credenziali.
Non è necessario effettuare il login per interagire con snapd. In questo modo, tuttavia, abilita
acquisto di snap usando 'snap buy', così come alcuni orientati agli sviluppatori
funzioni come dettagliato nella guida per i comandi trova, installa e aggiorna.
È possibile creare un account su https://login.ubuntu.com
|
|
Translated and reviewed by
Salvatore Cocuzza
|
|
|
|
Located in
cmd/snap/cmd_login.go:42
|