Skip to content

Commit 9c5b0ef

Browse files
authored
Merge pull request #117 from iterative/main-cml-pr-37b8a4fe
2 parents 73c81d8 + 2477e72 commit 9c5b0ef

File tree

3 files changed

+89
-89
lines changed

3 files changed

+89
-89
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module.exports = [
22
'ci',
3-
'pr',
4-
'publish',
53
'runner',
6-
'send-comment',
7-
'send-github-check',
8-
'tensorboard-dev'
4+
'pr',
5+
'comment',
6+
'check',
7+
'workflow',
8+
'tensorboard'
99
]
Lines changed: 72 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,80 @@
1-
/* eslint-env node */
2-
31
module.exports = [
4-
'version',
5-
'update',
6-
'unprotect',
7-
'unfreeze',
8-
'tag',
9-
'status',
10-
'stage list',
11-
'stage add',
12-
'stage',
13-
'run',
14-
'root',
15-
'repro',
16-
'remove',
17-
'remote rename',
18-
'remote remove',
19-
'remote modify',
20-
'remote list',
21-
'remote default',
22-
'remote add',
23-
'remote',
24-
'queue stop',
25-
'queue start',
26-
'queue remove',
27-
'queue logs',
28-
'queue kill',
29-
'queue',
30-
'push',
31-
'pull',
32-
'pkg',
33-
'plots show',
34-
'plots modify',
35-
'plots diff',
36-
'plots',
37-
'move',
38-
'metrics show',
39-
'metrics diff',
40-
'metrics',
41-
'params diff',
42-
'params',
43-
'list-url',
44-
'ls-url',
45-
'list',
46-
'ls',
47-
'install',
48-
'init',
49-
'import-url',
50-
'import',
51-
'help',
52-
'get-url',
53-
'get',
54-
'gc',
55-
'freeze',
56-
'fetch',
57-
'exp show',
2+
'add',
3+
'cache dir',
4+
'cache',
5+
'check-ignore',
6+
'checkout',
7+
'commit',
8+
'config',
9+
'dag',
10+
'data status',
11+
'data',
12+
'destroy',
13+
'diff',
14+
'doctor',
15+
'exp init',
5816
'exp run',
17+
'exp show',
18+
'exp diff',
19+
'exp list',
20+
'exp apply',
21+
'exp branch',
5922
'exp remove',
23+
'exp gc',
6024
'exp push',
6125
'exp pull',
62-
'exp gc',
63-
'exp diff',
64-
'exp branch',
65-
'exp apply',
66-
'exp init',
6726
'exp',
27+
'fetch',
28+
'freeze',
29+
'gc',
30+
'get-url',
31+
'get',
32+
'import-url',
33+
'import',
34+
'init',
35+
'install',
36+
'list-url',
37+
'list',
38+
'metrics show',
39+
'metrics diff',
40+
'metrics',
41+
'move',
42+
'params diff',
43+
'params',
44+
'plots show',
45+
'plots diff',
46+
'plots modify',
47+
'plots templates',
48+
'plots',
49+
'pull',
50+
'push',
51+
'queue start',
52+
'queue stop',
53+
'queue status',
54+
'queue logs',
55+
'queue remove',
56+
'queue kill',
57+
'queue',
58+
'remote add',
59+
'remote modify',
60+
'remote default',
61+
'remote list',
62+
'remote remove',
63+
'remote rename',
64+
'remote',
65+
'remove',
66+
'repro',
67+
'root',
68+
'run',
69+
'stage add',
70+
'stage list',
71+
'stage',
72+
'status',
73+
'unfreeze',
74+
'unprotect',
75+
'update',
76+
'version',
6877
'experiments',
69-
'doctor',
70-
'diff',
71-
'destroy',
72-
'data status',
73-
'data',
74-
'dag',
75-
'config',
76-
'commit',
77-
'checkout',
78-
'check-ignore',
79-
'cache dir',
80-
'cache',
81-
'add'
78+
'ls-url',
79+
'ls'
8280
]
Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
module.exports = [
2-
'init',
3-
'list',
4-
'pprint',
2+
'apply-remote',
3+
'apply',
4+
'build',
5+
'checkenv',
6+
'clone',
57
'declare',
6-
'serve',
78
'deployment apply',
89
'deployment run',
910
'deployment status',
1011
'deployment remove',
12+
'deployment wait',
1113
'deployment',
12-
'types',
13-
'link',
14-
'clone',
1514
'import',
16-
'build',
17-
'apply-remote',
18-
'apply'
15+
'init',
16+
'link',
17+
'pprint',
18+
'serve',
19+
'types',
20+
'ls'
1921
]

0 commit comments

Comments
 (0)