With autogenerate example script, we are able to generate all rpc example but their values are not locked. So running this script will always change the doc/schemas/lightning-*.json's examples section. Temporarily developers can use REGENERATE='methodname1, methodname2' in command to re-generate a specific commands list.
[ ] Add all askrene examples (currently failing due to _ in the method name)
With autogenerate example script, we are able to generate all rpc example but their values are not locked. So running this script will always change the doc/schemas/lightning-*.json's examples section. Temporarily developers can use
REGENERATE='methodname1, methodname2'
in command to re-generate a specific commands list.Reference PR: #7457.