-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathCustom_jtracker.xml
147 lines (147 loc) · 4.02 KB
/
Custom_jtracker.xml
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<?xml version="1.0" encoding="UTF-8"?>
<framework xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schemas/frameworkDescriptionVersion1.1.4.xsd" name="Custom_jtracker" invoke="cli/tracker.php" alias="jt" enabled="true" version="2">
<command>
<name>_global</name>
<params>option</params>
</command>
<command>
<name>help</name>
<help>Show the help for a command</help>
</command>
<command>
<name>install</name>
<help>Install the application.</help>
</command>
<command>
<name>list</name>
<help>List the application's available commands</help>
</command>
<command>
<name>clear</name>
<params>option</params>
</command>
<command>
<name>clear:allcache</name>
<help>Clear all cache stores.</help>
</command>
<command>
<name>clear:cache</name>
<help>Clear the application cache.</help>
</command>
<command>
<name>clear:twig</name>
<help>Clear the Twig cache.</help>
</command>
<command>
<name>database</name>
<params>option</params>
</command>
<command>
<name>database:migrate</name>
<help>Migrate the database schema to a newer version.</help>
</command>
<command>
<name>database:status</name>
<help>Check the database migration status.</help>
</command>
<command>
<name>get</name>
<params>option</params>
</command>
<command>
<name>get:avatars</name>
<help>Retrieve avatar images from GitHub.</help>
</command>
<command>
<name>get:composertags</name>
<help>Retrieve a list of project tags from GitHub and show their installed versions.</help>
</command>
<command>
<name>get:project</name>
<help>Get the whole project info from GitHub, including issues and issue comments.</help>
</command>
<command>
<name>get:project_comments</name>
<help>Retrieve comments from GitHub.</help>
</command>
<command>
<name>get:project_events</name>
<help>Retrieve issue events from GitHub.</help>
</command>
<command>
<name>get:project_issues</name>
<help>Retrieve issue from GitHub.</help>
</command>
<command>
<name>get:project_labels</name>
<help>Retrieve project labels from GitHub.</help>
</command>
<command>
<name>get:project_milestones</name>
<help>Retrieve project milestones from GitHub.</help>
</command>
<command>
<name>get:users</name>
<help>Retrieve user info from GitHub.</help>
</command>
<command>
<name>make</name>
<params>option</params>
</command>
<command>
<name>make:autocomplete</name>
<help>Generate autocomplete files.</help>
</command>
<command>
<name>make:composergraph</name>
<help>Graph visualisation for your project's composer.json and its dependencies.</help>
</command>
<command>
<name>make:dbcomments</name>
<help>Generate class doc blocks for Table classes.</help>
</command>
<command>
<name>make:depfile</name>
<help>Create and update a dependency file.</help>
</command>
<command>
<name>make:docu</name>
<help>Compile documentation using GitHub Flavored Markdown.</help>
</command>
<command>
<name>make:repoinfo</name>
<help>Generate repository information.</help>
</command>
<command>
<name>test</name>
<params>option</params>
</command>
<command>
<name>test:checkstyle</name>
<help>Run PHP CodeSniffer tests.</help>
</command>
<command>
<name>test:hook</name>
<help>Tests web hooks.</help>
</command>
<command>
<name>test:phpunit</name>
<help>Run PHPUnit tests.</help>
</command>
<command>
<name>test:run</name>
<help>Run all tests.</help>
</command>
<command>
<name>update</name>
<params>option</params>
</command>
<command>
<name>update:pulls</name>
<help>Updates selected information for pull requests on GitHub for a specified project.</help>
</command>
<command>
<name>update:server</name>
<help>Updates the local installation to either a specified version or latest git HEAD for the active branch.</help>
</command>
</framework>