Reflect does not seem to be complete. To give an example:
/script/reflect --type=add --parent-class=client --parent-name=admin --class=client
nname Client Name
password Password
contactemail Email Address
send_welcome_f Send Welcome Message
resourceplan_f Resource Plan Name
To find out how to add a new client to "admin". When executing the command /script/add with the parameters mentioned above you get:
# /script/add --parent-class=client --parent-name=admin --class=client --name=test --v-password=test --v-contactemail=test@example.com --v-resourceplan_f=test
need_v_type: : v-type
I know you are supposed to use v-type from the wiki page. The point is that reflect does not tell you this.
If the syntax used in reflect was wrong then i apologize.