|
3.
|
|
|

If the first argument passed into get is an aspect identifier matching the 
format <account-id>/<bundle>/<aspect>, get will use the aspects configuration 
API. In this case, the command returns the data retrieved from the requested 
dot-separated aspect paths.
|
|
|
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:54
|
|
4.
|
|
|

If the first argument passed into set is an aspect identifier matching the 
format <account-id>/<bundle>/<aspect>, set will use the aspects configuration 
API. In this case, the command sets the values as provided for the dot-separated 
aspect 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
|
|
5.
|
|
|

If the first argument passed into unset is an aspect identifier matching the 
format <account-id>/<bundle>/<aspect>, unset will use the aspects configuration 
API. In this case, the command removes the data stored in the provided 
dot-separated aspect 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:42
|
|
40.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_snap_op.go:53
|
|
54.
|
|
|

The mount command mounts the given source onto the given destination path, 
provided that the snap has a plug for the mount-control interface which allows 
this operation.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
overlord/hookstate/ctlcmd/mount.go:39
|
|
55.
|
|
|
|
|
|
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
|
|
56.
|
|
|

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:50
|
|
61.
|
|
|

The publisher of snap %q has indicated that they do not consider this revision 
to be of production quality and that it is only meant for development or testing 
at this point. As a consequence this snap will not refresh automatically and may 
perform arbitrary system changes outside of the security sandbox snaps are 
generally confined to, which may put your system at risk.

If you understand and want to proceed repeat the command including --devmode; 
if instead you want to install the snap forcing it into strict confinement 
repeat the command including --jailmode.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/error.go:181
|
|
62.
|
|
|

The quota command shows information about a quota group, including the set of 
snaps and any sub-groups it contains, as well as its resource constraints and 
the current usage of those constrained resources.
|
|
|
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_quota.go:39
|
|
63.
|
|
|

The quotas command shows all quota groups.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
cmd/snap/cmd_quota.go:46
|