Right now, if you're using stuff like auto-create-collection and auto-create-indexes and want to add permissions, it's very inconvenient. hz set-schema will refuse to update permissions until you specify all auto created collections and indexes in the schema.toml file.
We should have a --merge option on the set-schema command that only adds things from the schema file that aren't present, but doesn't remove things or balk if they don't completely match
ping @Tryneus
Right now, if you're using stuff like auto-create-collection and auto-create-indexes and want to add permissions, it's very inconvenient.
hz set-schemawill refuse to update permissions until you specify all auto created collections and indexes in the schema.toml file.We should have a --merge option on the
set-schemacommand that only adds things from the schema file that aren't present, but doesn't remove things or balk if they don't completely matchping @Tryneus