]> git.saurik.com Git - apple/security.git/blob - sec/SOSCircle/Tool/SOSCommands.h
Security-55471.14.8.tar.gz
[apple/security.git] / sec / SOSCircle / Tool / SOSCommands.h
1 //
2 // SOSCommands.h
3 // sec
4 //
5 // Created by Mitch Adler on 1/9/13.
6 //
7 //
8
9 #include <SecurityTool/security_tool_commands.h>
10
11 SECURITY_COMMAND("sync", keychain_sync,
12 "[options]\n"
13 " -e Enable Keychain Syncing (join/create circle)\n"
14 " -d Disable Keychain Syncing\n"
15 " -a Accept all applicants\n"
16 " -r Reject all applicants\n"
17 " -i Info\n"
18 " -k Pend all registered kvs keys\n"
19 " -s Schedule sync with all peers\n"
20 " -R Reset\n"
21 " -O ResetToOffering\n"
22 " -C Clear all values from KVS\n"
23 " -P [label:]password Set password (optionally for a given label) for sync\n"
24 " -D [itemName] Dump contents of KVS\n"
25 " -P [label:]password Set password (optionally for a given label) for sync\n"
26 " -T [label:]password Try password (optionally for a given label) for sync\n"
27 " -U Purge private key material cache\n"
28 " -D [itemName] Dump contents of KVS\n"
29 " -W itemNames sync and dump\n",
30 " -X [limit] Best effort bail from circle in limit seconds\n"
31 "Keychain Syncing controls." )
32