|
446.
|
|
|

The help command displays information about snap commands.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_help.go:36
|
|
447.
|
|
|

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.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_info.go:59
|
|
448.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
449.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_interface.go:45
|
|
450.
|
|
|
|
|
|
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.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_interfaces.go:40
|
|
451.
|
|
|

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.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_keys.go:39
|
|
452.
|
|
|

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.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_known.go:49
|
|
453.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_list.go:36
|
|
454.
|
|
|

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.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_login.go:42
|
|
455.
|
|
|

The logout command logs the current user out of snapd and the store.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_logout.go:34
|