|
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.
|
|
|
|
Команда keys виводить список криптографінчих ключів, що можуть бути
використані для підписування перевірок.
|
|
Translated and reviewed by
Andrii Prokopenko
|
|
|
|
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.
|
|
|
|
Команда known показує відомі перевірки наданого типу. Якщо пари
заголовок = значення надаються після типу перевірки, ці показані
перевірки також повинні мати вказані заголовки, що відповідають
заданим значенням.
|
|
Translated and reviewed by
Andrii Prokopenko
|
|
|
|
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
Andrii Prokopenko
|
|
|
|
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.
|
|
|
|
Команда login здійснює автентифікацію в snapd та в магазині snap, та
зберігає облікові дані в файл ~/.snap/auth.json. Подальший обмін даними з snapd
здійснюється через ці облікові дані.
Для взаємодії зі snapd немає потреби здійснювати вхід. Однак, якщо це виконано,
то з'являється можливість купувати snap-пакунки за допомогою 'snap buy',
а також мати доступ до функцій розробника, про що більш докладно написано
в довідці для команд find, install та refresh.
Обліковий запис можна налаштувати за адресою https://login.ubuntu.com.
|
|
Translated and reviewed by
Andrii Prokopenko
|
|
|
|
Located in
cmd/snap/cmd_login.go:42
|
|
45.
|
|
|
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.
|
|
|
|
Команад logout здійснює вихід поточного користувача з snapd та магазину.
|
|
Translated and reviewed by
Andrii Prokopenko
|
|
|
|
Located in
cmd/snap/cmd_logout.go:34
|
|
46.
|
|
|
The logs command fetches logs of the given services and displays them in
chronological order.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
Команда logs завантажує журнали наданих служб і відображає їх у
хронологічному порядку.
|
|
Translated and reviewed by
Andrii Prokopenko
|
|
|
|
Located in
cmd/snap/cmd_services.go:58
|
|
47.
|
|
|
The managed command will print true or false informing whether
snapd has registered users.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
Команда managed буде виводити true або false, в залежності від того,
чи має snapd зареєстрованих користувачів.
|
|
Translated and reviewed by
Andrii Prokopenko
|
|
|
|
Located in
cmd/snap/cmd_managed.go:31
|
|
48.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_model.go:35
|
|
49.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_warnings.go:60
|
|
50.
|
|
|
The pack command packs the given snap-dir as a snap and writes the result to
target-dir. If target-dir is omitted, the result is written to current
directory. If both source-dir and target-dir are omitted, the pack command packs
the current directory.
The default file name for a snap can be derived entirely from its snap.yaml, but
in some situations it's simpler for a script to feed the filename in. In those
cases, --filename can be given to override the default. If this filename is
not absolute it will be taken as relative to target-dir.
When used with --check-skeleton, pack only checks whether snap-dir contains
valid snap metadata and raises an error otherwise. Application commands listed
in snap metadata file, but appearing with incorrect permission bits result in an
error. Commands that are missing from snap-dir are listed in diagnostic
messages.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_pack.go:49
|