]>
git.saurik.com Git - apple/security.git/blob - OSX/sec/SOSCircle/Tool/SOSCommands.h
2 * Copyright (c) 2013-2014 Apple Inc. All Rights Reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * This file contains Original Code and/or Modifications of Original Code
7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
9 * compliance with the License. Please obtain a copy of the License at
10 * http://www.opensource.apple.com/apsl/ and read it before using this
13 * The Original Code and all software distributed under the License are
14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
15 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
16 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
18 * Please see the License for the specific language governing rights and
19 * limitations under the License.
21 * @APPLE_LICENSE_HEADER_END@
25 #include <SecurityTool/security_tool_commands.h>
28 "sync", keychain_sync
,
32 " -e enable (join/create circle)\n"
33 " -i info (current status)\n"
35 " -s schedule sync with all peers\n"
37 "Account/Circle Management\n"
38 " -a accept all applicants\n"
39 " -l [reason] sign out of circle + set custom departure reason\n"
40 " -q sign out of circle\n"
41 " -r reject all applicants\n"
42 " -E ensure fresh parameters\n"
43 " -b device|all|single Register a backup bag - THIS RESETS BACKUPS!\n"
44 " -A Apply to a ring\n"
45 " -B Withdrawl from a ring\n"
48 " -I Dump Ring Information\n"
49 " -N (re-)set to new account (USE WITH CARE: device will not leave circle before resetting account!)\n"
50 " -O reset to offering\n"
52 " -X [limit] best effort bail from circle in limit seconds\n"
53 " -o list view unaware peers in circle\n"
54 " -0 boot view unaware peers from circle\n"
57 " -g set IDS device id\n"
58 " -p retrieve IDS device id\n"
59 " -x ping all devices in an IDS account\n"
60 " -w check IDS availability\n"
61 " -z retrieve IDS id through IDSKeychainSyncingProxy\n"
64 " -P [label:]password set password (optionally for a given label) for sync\n"
65 " -T [label:]password try password (optionally for a given label) for sync\n"
68 " -k pend all registered kvs keys\n"
69 " -C clear all values from KVS\n"
70 " -D [itemName] dump contents of KVS\n"
71 " -W itemNames sync and dump\n"
74 " -v [enable|disable|query:viewname] enable, disable, or query my PeerInfo's view set\n"
75 " viewnames are: keychain|masterkey|iclouddrive|photos|cloudkit|escrow|fde|maildrop|icloudbackup|notes|imessage|appletv|homekit\n"
76 " wifi|passwords|creditcards|icloudidentity|othersyncable\n"
77 " -L list all known view and their status\n"
78 " -S [enable|disable|propertyname] enable, disable, or query my PeerInfo's Security Property set\n"
79 " propertynames are: hasentropy|screenlock|SEP|IOS\n"
80 " -U purge private key material cache\n"
81 " -V Report View Sync Status on all known clients.\n"
82 " -Y Report yet to initial sync views\n"
83 " -H Set escrow record.\n"
84 " -J Get the escrow record.\n"
85 " -M Check peer availability.\n",
86 "Keychain Syncing controls." )