Description
Add CLI commands to export and import user configurations between peers.
Export command:
Generated file format:
threshold:
t: 5
n: 3
ip: <system-ipv4>
pubkey: <config-b58-public-key>
Import command:
Updates the user's config.yaml file with imported settings.
Acceptance Criteria