$ knotc conf-set zone[example.com]
Are those square brackets part of the syntax? I'm thinking along the
lines of
$ touch zonea
$ knotc conf-set zone[example.com]
results in conf-set zonea
I think that should be
$ knotc conf-set zone\[example.com\]
or any number of differing quote characters.
-JP