Command line API
Does HTMLDB have a command-line API to make minor changes?
Lets say I have a application deployed in Production and I want to add a little help text on one of the labels.
It would be great to do a quick
some_api.add_help(p_item_id,p_help_text)
instead of having to go thru the whole deployment procedure
Obviously, this can be extended to not so trivial things as well. Adding validations could be
some_api.add_validation(p_type=>'item or page',p_item_id,p_validation_expression);
and so on
Comments? Thanks