|
|
3.
|
|
|

If the --view flag is used, 'snapctl get' expects the name of a connected 
interface plug referencing a confdb view. In that case, the command returns the 
data at the provided paths according to the view referenced by the plug.

When using 'snacptl get' in a confdb hook, the --previous flag can be used to 
return confdb data disregarding the changes being committed in the transaction 
that invoked the hook.

The --default flag can be used to provide a default value to be returned if no 
value is stored.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
overlord/hookstate/ctlcmd/get.go:102
|
|
|
4.
|
|
|

If the --view flag is used, 'snapctl set' expects the name of a connected 
interface plug referencing a confdb view. In that case, the command modifies 
the data at the provided paths according to the view referenced by the plug.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
overlord/hookstate/ctlcmd/set.go:77
|
|
|
5.
|
|
|

If the --view flag is used, 'snapctl unset' expects the name of a connected 
interface plug referencing a confdb view. In that case, the command removes 
the data at the provided paths according to the view referenced by the plug.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
overlord/hookstate/ctlcmd/unset.go:55
|
|
|
6.
|
|
|

If the first argument passed into get is a confdb identifier matching the 
format <account-id>/<schema>/<view>, get will use the confdb API. In this 
case, the command returns the data retrieved from the requested view paths. 
Use --default to provide a default value to be used if no value is stored.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_get.go:57
|
|
|
7.
|
|
|

If the first argument passed into set is a confdb identifier matching the 
format <account-id>/<confdb>/<view>, set will use the confdb API. In this 
case, the command sets the values as provided for the dot-separated view paths.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_set.go:49
|
|
|
8.
|
|
|

If the first argument passed into unset is a confdb identifier matching the 
format <account-id>/<confdb>/<view>, unset will use the confdb API. In this 
case, the command removes the data stored in the provided dot-separated view 
paths.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_unset.go:44
|
|
|
11.
|
|
|

See snapd version
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
overlord/hookstate/ctlcmd/version.go:33
|
|
|
16.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_aliases.go:41
|
|
|
20.
|
|
|

The check-snapshot command verifies the user, system and configuration 
data of the snaps included in the specified snapshot.

The check operation runs the same data integrity verification that is 
performed when a snapshot is restored.

By default, this command checks all the data in a snapshot. 
Alternatively, you can specify the data of which snaps to check, or 
for which users, or a combination of these.

If a snap is included in a check-snapshot operation, excluding its 
system and configuration data from the check is not currently 
possible. This restriction may be lifted in the future.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_snapshot.go:76
|
|
|
21.
|
|
|

The components command displays a summary of the components that are installed 
and available for the set of currently installed snaps.

Components for specific installed snaps can be queried by providing snap names 
as positional arguments.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_components.go:34
|