@apollo-annotation/cli 0.2.2 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -33
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ $ npm install -g @apollo-annotation/cli
|
|
|
16
16
|
$ apollo COMMAND
|
|
17
17
|
running command...
|
|
18
18
|
$ apollo (--version)
|
|
19
|
-
@apollo-annotation/cli/0.
|
|
19
|
+
@apollo-annotation/cli/0.3.0 linux-x64 node-v18.20.5
|
|
20
20
|
$ apollo --help [COMMAND]
|
|
21
21
|
USAGE
|
|
22
22
|
$ apollo COMMAND
|
|
@@ -108,7 +108,7 @@ EXAMPLES
|
|
|
108
108
|
```
|
|
109
109
|
|
|
110
110
|
_See code:
|
|
111
|
-
[src/commands/assembly/add-from-fasta.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
111
|
+
[src/commands/assembly/add-from-fasta.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/assembly/add-from-fasta.ts)_
|
|
112
112
|
|
|
113
113
|
## `apollo assembly add-from-gff INPUT-FILE`
|
|
114
114
|
|
|
@@ -144,7 +144,7 @@ EXAMPLES
|
|
|
144
144
|
```
|
|
145
145
|
|
|
146
146
|
_See code:
|
|
147
|
-
[src/commands/assembly/add-from-gff.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
147
|
+
[src/commands/assembly/add-from-gff.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/assembly/add-from-gff.ts)_
|
|
148
148
|
|
|
149
149
|
## `apollo assembly check`
|
|
150
150
|
|
|
@@ -186,7 +186,7 @@ EXAMPLES
|
|
|
186
186
|
```
|
|
187
187
|
|
|
188
188
|
_See code:
|
|
189
|
-
[src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
189
|
+
[src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/assembly/check.ts)_
|
|
190
190
|
|
|
191
191
|
## `apollo assembly delete`
|
|
192
192
|
|
|
@@ -214,7 +214,7 @@ EXAMPLES
|
|
|
214
214
|
```
|
|
215
215
|
|
|
216
216
|
_See code:
|
|
217
|
-
[src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
217
|
+
[src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/assembly/delete.ts)_
|
|
218
218
|
|
|
219
219
|
## `apollo assembly get`
|
|
220
220
|
|
|
@@ -236,7 +236,7 @@ DESCRIPTION
|
|
|
236
236
|
```
|
|
237
237
|
|
|
238
238
|
_See code:
|
|
239
|
-
[src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
239
|
+
[src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/assembly/get.ts)_
|
|
240
240
|
|
|
241
241
|
## `apollo assembly sequence`
|
|
242
242
|
|
|
@@ -271,7 +271,7 @@ EXAMPLES
|
|
|
271
271
|
```
|
|
272
272
|
|
|
273
273
|
_See code:
|
|
274
|
-
[src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
274
|
+
[src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/assembly/sequence.ts)_
|
|
275
275
|
|
|
276
276
|
## `apollo change get`
|
|
277
277
|
|
|
@@ -295,7 +295,7 @@ DESCRIPTION
|
|
|
295
295
|
```
|
|
296
296
|
|
|
297
297
|
_See code:
|
|
298
|
-
[src/commands/change/get.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
298
|
+
[src/commands/change/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/change/get.ts)_
|
|
299
299
|
|
|
300
300
|
## `apollo config [KEY] [VALUE]`
|
|
301
301
|
|
|
@@ -347,7 +347,7 @@ EXAMPLES
|
|
|
347
347
|
```
|
|
348
348
|
|
|
349
349
|
_See code:
|
|
350
|
-
[src/commands/config.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
350
|
+
[src/commands/config.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/config.ts)_
|
|
351
351
|
|
|
352
352
|
## `apollo feature add-child`
|
|
353
353
|
|
|
@@ -378,7 +378,7 @@ EXAMPLES
|
|
|
378
378
|
```
|
|
379
379
|
|
|
380
380
|
_See code:
|
|
381
|
-
[src/commands/feature/add-child.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
381
|
+
[src/commands/feature/add-child.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/feature/add-child.ts)_
|
|
382
382
|
|
|
383
383
|
## `apollo feature check`
|
|
384
384
|
|
|
@@ -411,7 +411,7 @@ EXAMPLES
|
|
|
411
411
|
```
|
|
412
412
|
|
|
413
413
|
_See code:
|
|
414
|
-
[src/commands/feature/check.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
414
|
+
[src/commands/feature/check.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/feature/check.ts)_
|
|
415
415
|
|
|
416
416
|
## `apollo feature copy`
|
|
417
417
|
|
|
@@ -442,7 +442,7 @@ EXAMPLES
|
|
|
442
442
|
```
|
|
443
443
|
|
|
444
444
|
_See code:
|
|
445
|
-
[src/commands/feature/copy.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
445
|
+
[src/commands/feature/copy.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/feature/copy.ts)_
|
|
446
446
|
|
|
447
447
|
## `apollo feature delete`
|
|
448
448
|
|
|
@@ -466,7 +466,7 @@ DESCRIPTION
|
|
|
466
466
|
```
|
|
467
467
|
|
|
468
468
|
_See code:
|
|
469
|
-
[src/commands/feature/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
469
|
+
[src/commands/feature/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/feature/delete.ts)_
|
|
470
470
|
|
|
471
471
|
## `apollo feature edit`
|
|
472
472
|
|
|
@@ -508,7 +508,7 @@ EXAMPLES
|
|
|
508
508
|
```
|
|
509
509
|
|
|
510
510
|
_See code:
|
|
511
|
-
[src/commands/feature/edit.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
511
|
+
[src/commands/feature/edit.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/feature/edit.ts)_
|
|
512
512
|
|
|
513
513
|
## `apollo feature edit-attribute`
|
|
514
514
|
|
|
@@ -548,7 +548,7 @@ EXAMPLES
|
|
|
548
548
|
```
|
|
549
549
|
|
|
550
550
|
_See code:
|
|
551
|
-
[src/commands/feature/edit-attribute.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
551
|
+
[src/commands/feature/edit-attribute.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/feature/edit-attribute.ts)_
|
|
552
552
|
|
|
553
553
|
## `apollo feature edit-coords`
|
|
554
554
|
|
|
@@ -582,7 +582,7 @@ EXAMPLES
|
|
|
582
582
|
```
|
|
583
583
|
|
|
584
584
|
_See code:
|
|
585
|
-
[src/commands/feature/edit-coords.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
585
|
+
[src/commands/feature/edit-coords.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/feature/edit-coords.ts)_
|
|
586
586
|
|
|
587
587
|
## `apollo feature edit-type`
|
|
588
588
|
|
|
@@ -606,7 +606,7 @@ DESCRIPTION
|
|
|
606
606
|
```
|
|
607
607
|
|
|
608
608
|
_See code:
|
|
609
|
-
[src/commands/feature/edit-type.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
609
|
+
[src/commands/feature/edit-type.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/feature/edit-type.ts)_
|
|
610
610
|
|
|
611
611
|
## `apollo feature get`
|
|
612
612
|
|
|
@@ -640,7 +640,7 @@ EXAMPLES
|
|
|
640
640
|
```
|
|
641
641
|
|
|
642
642
|
_See code:
|
|
643
|
-
[src/commands/feature/get.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
643
|
+
[src/commands/feature/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/feature/get.ts)_
|
|
644
644
|
|
|
645
645
|
## `apollo feature get-id`
|
|
646
646
|
|
|
@@ -668,7 +668,7 @@ EXAMPLES
|
|
|
668
668
|
```
|
|
669
669
|
|
|
670
670
|
_See code:
|
|
671
|
-
[src/commands/feature/get-id.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
671
|
+
[src/commands/feature/get-id.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/feature/get-id.ts)_
|
|
672
672
|
|
|
673
673
|
## `apollo feature import INPUT-FILE`
|
|
674
674
|
|
|
@@ -699,7 +699,7 @@ EXAMPLES
|
|
|
699
699
|
```
|
|
700
700
|
|
|
701
701
|
_See code:
|
|
702
|
-
[src/commands/feature/import.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
702
|
+
[src/commands/feature/import.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/feature/import.ts)_
|
|
703
703
|
|
|
704
704
|
## `apollo feature search`
|
|
705
705
|
|
|
@@ -750,7 +750,7 @@ EXAMPLES
|
|
|
750
750
|
```
|
|
751
751
|
|
|
752
752
|
_See code:
|
|
753
|
-
[src/commands/feature/search.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
753
|
+
[src/commands/feature/search.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/feature/search.ts)_
|
|
754
754
|
|
|
755
755
|
## `apollo file delete`
|
|
756
756
|
|
|
@@ -777,7 +777,7 @@ EXAMPLES
|
|
|
777
777
|
```
|
|
778
778
|
|
|
779
779
|
_See code:
|
|
780
|
-
[src/commands/file/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
780
|
+
[src/commands/file/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/file/delete.ts)_
|
|
781
781
|
|
|
782
782
|
## `apollo file download`
|
|
783
783
|
|
|
@@ -805,7 +805,7 @@ EXAMPLES
|
|
|
805
805
|
```
|
|
806
806
|
|
|
807
807
|
_See code:
|
|
808
|
-
[src/commands/file/download.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
808
|
+
[src/commands/file/download.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/file/download.ts)_
|
|
809
809
|
|
|
810
810
|
## `apollo file get`
|
|
811
811
|
|
|
@@ -832,7 +832,7 @@ EXAMPLES
|
|
|
832
832
|
```
|
|
833
833
|
|
|
834
834
|
_See code:
|
|
835
|
-
[src/commands/file/get.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
835
|
+
[src/commands/file/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/file/get.ts)_
|
|
836
836
|
|
|
837
837
|
## `apollo file upload INPUT-FILE`
|
|
838
838
|
|
|
@@ -869,7 +869,7 @@ EXAMPLES
|
|
|
869
869
|
```
|
|
870
870
|
|
|
871
871
|
_See code:
|
|
872
|
-
[src/commands/file/upload.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
872
|
+
[src/commands/file/upload.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/file/upload.ts)_
|
|
873
873
|
|
|
874
874
|
## `apollo help [COMMANDS]`
|
|
875
875
|
|
|
@@ -916,7 +916,7 @@ EXAMPLES
|
|
|
916
916
|
```
|
|
917
917
|
|
|
918
918
|
_See code:
|
|
919
|
-
[src/commands/jbrowse/get-config.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
919
|
+
[src/commands/jbrowse/get-config.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/jbrowse/get-config.ts)_
|
|
920
920
|
|
|
921
921
|
## `apollo jbrowse set-config INPUTFILE`
|
|
922
922
|
|
|
@@ -945,7 +945,7 @@ EXAMPLES
|
|
|
945
945
|
```
|
|
946
946
|
|
|
947
947
|
_See code:
|
|
948
|
-
[src/commands/jbrowse/set-config.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
948
|
+
[src/commands/jbrowse/set-config.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/jbrowse/set-config.ts)_
|
|
949
949
|
|
|
950
950
|
## `apollo login`
|
|
951
951
|
|
|
@@ -984,7 +984,7 @@ EXAMPLES
|
|
|
984
984
|
```
|
|
985
985
|
|
|
986
986
|
_See code:
|
|
987
|
-
[src/commands/login.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
987
|
+
[src/commands/login.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/login.ts)_
|
|
988
988
|
|
|
989
989
|
## `apollo logout`
|
|
990
990
|
|
|
@@ -1014,7 +1014,7 @@ EXAMPLES
|
|
|
1014
1014
|
```
|
|
1015
1015
|
|
|
1016
1016
|
_See code:
|
|
1017
|
-
[src/commands/logout.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
1017
|
+
[src/commands/logout.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/logout.ts)_
|
|
1018
1018
|
|
|
1019
1019
|
## `apollo refseq add-alias INPUT-FILE`
|
|
1020
1020
|
|
|
@@ -1045,7 +1045,7 @@ EXAMPLES
|
|
|
1045
1045
|
```
|
|
1046
1046
|
|
|
1047
1047
|
_See code:
|
|
1048
|
-
[src/commands/refseq/add-alias.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
1048
|
+
[src/commands/refseq/add-alias.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/refseq/add-alias.ts)_
|
|
1049
1049
|
|
|
1050
1050
|
## `apollo refseq get`
|
|
1051
1051
|
|
|
@@ -1077,7 +1077,7 @@ EXAMPLES
|
|
|
1077
1077
|
```
|
|
1078
1078
|
|
|
1079
1079
|
_See code:
|
|
1080
|
-
[src/commands/refseq/get.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
1080
|
+
[src/commands/refseq/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/refseq/get.ts)_
|
|
1081
1081
|
|
|
1082
1082
|
## `apollo status`
|
|
1083
1083
|
|
|
@@ -1099,7 +1099,7 @@ DESCRIPTION
|
|
|
1099
1099
|
```
|
|
1100
1100
|
|
|
1101
1101
|
_See code:
|
|
1102
|
-
[src/commands/status.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
1102
|
+
[src/commands/status.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/status.ts)_
|
|
1103
1103
|
|
|
1104
1104
|
## `apollo user get`
|
|
1105
1105
|
|
|
@@ -1135,6 +1135,6 @@ EXAMPLES
|
|
|
1135
1135
|
```
|
|
1136
1136
|
|
|
1137
1137
|
_See code:
|
|
1138
|
-
[src/commands/user/get.ts](https://github.com/GMOD/Apollo3/blob/v0.
|
|
1138
|
+
[src/commands/user/get.ts](https://github.com/GMOD/Apollo3/blob/v0.3.0/packages/apollo-cli/src/commands/user/get.ts)_
|
|
1139
1139
|
|
|
1140
1140
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apollo-annotation/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Command line interface for the Apollo annotation server",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test": "mocha --require src/test/fixtures.ts 'src/**/*.test.ts'",
|
|
30
30
|
"posttest": "yarn lint",
|
|
31
31
|
"test:ci": "nyc mocha 'src/**/*.test.ts'",
|
|
32
|
-
"version": "oclif readme --multi --dir ../website/docs/cli/ && oclif readme && git add README.md"
|
|
32
|
+
"version": "oclif readme --multi --dir ../website/docs/admin/cli/ && oclif readme && git add README.md"
|
|
33
33
|
},
|
|
34
34
|
"oclif": {
|
|
35
35
|
"bin": "apollo",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"yaml": "^2.3.4"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@apollo-annotation/mst": "^0.
|
|
88
|
-
"@apollo-annotation/shared": "^0.
|
|
87
|
+
"@apollo-annotation/mst": "^0.3.0",
|
|
88
|
+
"@apollo-annotation/shared": "^0.3.0",
|
|
89
89
|
"@istanbuljs/esm-loader-hook": "^0.2.0",
|
|
90
90
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
91
91
|
"@oclif/test": "^3.1.3",
|