Hide Forgot
This would be useful: an option to skynet pull -c --post --refreshed When this is executed, the post-processed content spec is retrieved by the processor, which then updates all the topic titles to the latest in the database. This means that I can do all my title edits in the database, then pull an updated content spec. That would be safer than pushing with --permissive.
Right now this can be accomplished by: skynet pull -c --post <ID> -o tmp.txt skynet push -ce --permissive tmp.txt That will update the Content Spec on the server to the latest Topic Titles.
OK, so the best way to do it now is: skynet pull -c --post <ID> -o tmp.txt skynet push -ce tmp.txt # Take a note of all the mismatching topic titles. If you want to update the content spec to the latest versions of the topic titles in the database skynet push -ce --permissive tmp.txt rm tmp.txt # to see the updated content spec with the latest topic titles: skynet pull -c --post <ID>