To be able to publish configs online in public there is the "strip-private" function in VyoS to be used as:
show config commands | strip-private
A drawback with strip-private is that it replaces anything potentially sensitive with "X" which can make it somewhat troublesome for others to help with the troubleshooting. Today the workaround for this is to manually replace certain portions which is time consuming.
It would be helpful if strip-private could be enhanced to keep track of what it replaces and replace the items with "TEST-NET-1", "TEST-NET-2" and so on along with "TEST-IP-1", "TEST-IP-2" etc.
There might be other fields (other than just IP-ranges and IP-addresses) that can be helped of a more "unique" replacement rather than "X" for everything.