Grating publishing permission
You can grant a user called “foo” the permission to publish to your site with hut.
# First find out the ID of your site
hut pages list
hut pages acl update --id 123456 foo --publish
Revoking publishing permission
You can also revoke the publish permission:
# List all permissions and find out the ID of the ACL entry
hut pages acl list -d example.org
hut pages acl delete 123