Rename apply-config to config-changing: https://github.com/snapcore/snapd/pull/2016
** Description changed: Two commands will be supported: `snap set key=value` and `snap get key`. - These commands will communicate with the snap by way of two hooks: - apply-config and check-config. - - apply-config will be responsible for applying requested config changes - and returning the current config, whereas check-config will be - responsible for checking config validity and returning the current - config. + `snap set` will cause the `config-changing` hook to be run within the + snap in question, which gives it an opportunity to respond to those + changes (including vetoing them). `snap get` will obtain the config + values directly from snapd (no hooks involved). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1596629 Title: Support snap configuration To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1596629/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
