Added skip_setup_items examples

This commit is contained in:
Jesse Peterson
2017-03-18 19:02:57 -07:00
parent 54a7e21b8d
commit 9d36f7ba84

4
get.go
View File

@@ -132,7 +132,7 @@ func getDepProfileTpl(client dep.Client, args []string) error {
OrgMagic: "(Optional)",
AnchorCerts: []string{},
SupervisingHostCerts: []string{},
SkipSetupItems: []string{},
SkipSetupItems: []string{"AppleID", "Android"},
Department: "(Optional) support@example.com",
Devices: []string{},
}
@@ -155,7 +155,7 @@ func getDepProfileTpl(client dep.Client, args []string) error {
"org_magic": "(Optional)",
"anchor_certs": [],
"supervising_host_certs": [],
"skip_setup_items": [],
"skip_setup_items": ["AppleID", "Android"],
"deparment": "(Optional) support@example.com",
"devices": []
}`