Updater Documentation

package.json Documentation

Examples

Single Addon

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
        "schema_version": "1.0",
        "name" : "channel_images",
        "label": "Channel Imaes",
        "version": "5.1",
        "types": ["module","fieldtype","extension"],
        "paths": {
                "system": [
                        "system/expressionengine/third_party/channel_images"
                ],
                "themes": [
                        "themes/third_party/channel_images"
                ]
        }
}

Multiple Addons

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
        "schema_version": "1.0",
        "addons": [
                {
                        "name" : "br",
                        "label": "BR Shorthand",
                        "version": "1.0.0",
                        "types": ["plugin"],
                        "paths": {
                                "system": [
                                        "system/expressionengine/third_party/br"
                                ]                       }
                },
                {
                        "name" : "brilliant_retail",
                        "label": "BrilliantRetail",
                        "version": "1.1.6.0",
                        "types": ["module","fieldtype","extension"],
                        "paths": {
                                "system": [
                                        "system/expressionengine/third_party/brilliant_retail"
                                ],
                                "themes": [
                                        "themes/third_party/brilliant_retail"
                                ],
                                "root": [
                                        "media"
                                ]
                        }
                },{
                        "name" : "cron",
                        "label": "ExpressionEngine Cron",
                        "version": "1.1.1",
                        "types": ["plugin"],
                        "paths": {
                                "system": [
                                        "system/expressionengine/third_party/cron"
                                ]
                        }
                },{
                        "name" : "poe",
                        "label": "BrilliantRetail Poe",
                        "version": "1.0.4",
                        "types": ["fieldtype"],
                        "paths": {
                                "system": [
                                        "system/expressionengine/third_party/poe"
                                ]
                        }
                },{
                        "name" : "shortee",
                        "label": "Shortee",
                        "version": "1.0",
                        "types": ["plugin"],
                        "paths": {
                                "system": [
                                        "system/expressionengine/third_party/shortee"
                                ]
                        }
                },{
                        "name" : "snippet",
                        "label": "Snippet",
                        "version": "2.2",
                        "types": ["plugin"],
                        "paths": {
                                "system": [
                                        "system/expressionengine/third_party/snippet"
                                ]
                        }
                },{
                        "name" : "tweetline",
                        "label": "Tweetline",
                        "version": "2.3",
                        "types": ["plugin"],
                        "paths": {
                                "system": [
                                        "system/expressionengine/third_party/tweetline"
                                ]
                        }
                }
        ]
}

Support

Having problems setting up and/or using Updater? Support is offered from 10am to 4pm EST weekdays. Send us an email at help@eeharbor.com and we will respond as quickly as we can.