@apollo-annotation/cli 0.2.0 → 0.2.1

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 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.2.0 linux-x64 node-v18.20.5
19
+ @apollo-annotation/cli/0.2.1 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.2.0/packages/apollo-cli/src/commands/assembly/add-from-fasta.ts)_
111
+ [src/commands/assembly/add-from-fasta.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/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.2.0/packages/apollo-cli/src/commands/assembly/add-from-gff.ts)_
147
+ [src/commands/assembly/add-from-gff.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/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.2.0/packages/apollo-cli/src/commands/assembly/check.ts)_
189
+ [src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/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.2.0/packages/apollo-cli/src/commands/assembly/delete.ts)_
217
+ [src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/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.2.0/packages/apollo-cli/src/commands/assembly/get.ts)_
239
+ [src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/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.2.0/packages/apollo-cli/src/commands/assembly/sequence.ts)_
274
+ [src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/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.2.0/packages/apollo-cli/src/commands/change/get.ts)_
298
+ [src/commands/change/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/change/get.ts)_
299
299
 
300
300
  ## `apollo config [KEY] [VALUE]`
301
301
 
@@ -350,7 +350,7 @@ EXAMPLES
350
350
  ```
351
351
 
352
352
  _See code:
353
- [src/commands/config.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/config.ts)_
353
+ [src/commands/config.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/config.ts)_
354
354
 
355
355
  ## `apollo feature add-child`
356
356
 
@@ -381,7 +381,7 @@ EXAMPLES
381
381
  ```
382
382
 
383
383
  _See code:
384
- [src/commands/feature/add-child.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/add-child.ts)_
384
+ [src/commands/feature/add-child.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/add-child.ts)_
385
385
 
386
386
  ## `apollo feature check`
387
387
 
@@ -414,7 +414,7 @@ EXAMPLES
414
414
  ```
415
415
 
416
416
  _See code:
417
- [src/commands/feature/check.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/check.ts)_
417
+ [src/commands/feature/check.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/check.ts)_
418
418
 
419
419
  ## `apollo feature copy`
420
420
 
@@ -445,7 +445,7 @@ EXAMPLES
445
445
  ```
446
446
 
447
447
  _See code:
448
- [src/commands/feature/copy.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/copy.ts)_
448
+ [src/commands/feature/copy.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/copy.ts)_
449
449
 
450
450
  ## `apollo feature delete`
451
451
 
@@ -469,7 +469,7 @@ DESCRIPTION
469
469
  ```
470
470
 
471
471
  _See code:
472
- [src/commands/feature/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/delete.ts)_
472
+ [src/commands/feature/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/delete.ts)_
473
473
 
474
474
  ## `apollo feature edit`
475
475
 
@@ -511,7 +511,7 @@ EXAMPLES
511
511
  ```
512
512
 
513
513
  _See code:
514
- [src/commands/feature/edit.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/edit.ts)_
514
+ [src/commands/feature/edit.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/edit.ts)_
515
515
 
516
516
  ## `apollo feature edit-attribute`
517
517
 
@@ -551,7 +551,7 @@ EXAMPLES
551
551
  ```
552
552
 
553
553
  _See code:
554
- [src/commands/feature/edit-attribute.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/edit-attribute.ts)_
554
+ [src/commands/feature/edit-attribute.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/edit-attribute.ts)_
555
555
 
556
556
  ## `apollo feature edit-coords`
557
557
 
@@ -585,7 +585,7 @@ EXAMPLES
585
585
  ```
586
586
 
587
587
  _See code:
588
- [src/commands/feature/edit-coords.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/edit-coords.ts)_
588
+ [src/commands/feature/edit-coords.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/edit-coords.ts)_
589
589
 
590
590
  ## `apollo feature edit-type`
591
591
 
@@ -609,7 +609,7 @@ DESCRIPTION
609
609
  ```
610
610
 
611
611
  _See code:
612
- [src/commands/feature/edit-type.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/edit-type.ts)_
612
+ [src/commands/feature/edit-type.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/edit-type.ts)_
613
613
 
614
614
  ## `apollo feature get`
615
615
 
@@ -643,7 +643,7 @@ EXAMPLES
643
643
  ```
644
644
 
645
645
  _See code:
646
- [src/commands/feature/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/get.ts)_
646
+ [src/commands/feature/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/get.ts)_
647
647
 
648
648
  ## `apollo feature get-id`
649
649
 
@@ -671,7 +671,7 @@ EXAMPLES
671
671
  ```
672
672
 
673
673
  _See code:
674
- [src/commands/feature/get-id.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/get-id.ts)_
674
+ [src/commands/feature/get-id.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/get-id.ts)_
675
675
 
676
676
  ## `apollo feature import INPUT-FILE`
677
677
 
@@ -702,7 +702,7 @@ EXAMPLES
702
702
  ```
703
703
 
704
704
  _See code:
705
- [src/commands/feature/import.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/import.ts)_
705
+ [src/commands/feature/import.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/import.ts)_
706
706
 
707
707
  ## `apollo feature search`
708
708
 
@@ -753,7 +753,7 @@ EXAMPLES
753
753
  ```
754
754
 
755
755
  _See code:
756
- [src/commands/feature/search.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/search.ts)_
756
+ [src/commands/feature/search.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/search.ts)_
757
757
 
758
758
  ## `apollo file delete`
759
759
 
@@ -780,7 +780,7 @@ EXAMPLES
780
780
  ```
781
781
 
782
782
  _See code:
783
- [src/commands/file/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/file/delete.ts)_
783
+ [src/commands/file/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/file/delete.ts)_
784
784
 
785
785
  ## `apollo file download`
786
786
 
@@ -808,7 +808,7 @@ EXAMPLES
808
808
  ```
809
809
 
810
810
  _See code:
811
- [src/commands/file/download.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/file/download.ts)_
811
+ [src/commands/file/download.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/file/download.ts)_
812
812
 
813
813
  ## `apollo file get`
814
814
 
@@ -835,7 +835,7 @@ EXAMPLES
835
835
  ```
836
836
 
837
837
  _See code:
838
- [src/commands/file/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/file/get.ts)_
838
+ [src/commands/file/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/file/get.ts)_
839
839
 
840
840
  ## `apollo file upload INPUT-FILE`
841
841
 
@@ -872,7 +872,7 @@ EXAMPLES
872
872
  ```
873
873
 
874
874
  _See code:
875
- [src/commands/file/upload.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/file/upload.ts)_
875
+ [src/commands/file/upload.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/file/upload.ts)_
876
876
 
877
877
  ## `apollo help [COMMANDS]`
878
878
 
@@ -919,7 +919,7 @@ EXAMPLES
919
919
  ```
920
920
 
921
921
  _See code:
922
- [src/commands/jbrowse/get-config.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/jbrowse/get-config.ts)_
922
+ [src/commands/jbrowse/get-config.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/jbrowse/get-config.ts)_
923
923
 
924
924
  ## `apollo jbrowse set-config INPUTFILE`
925
925
 
@@ -948,7 +948,7 @@ EXAMPLES
948
948
  ```
949
949
 
950
950
  _See code:
951
- [src/commands/jbrowse/set-config.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/jbrowse/set-config.ts)_
951
+ [src/commands/jbrowse/set-config.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/jbrowse/set-config.ts)_
952
952
 
953
953
  ## `apollo login`
954
954
 
@@ -987,7 +987,7 @@ EXAMPLES
987
987
  ```
988
988
 
989
989
  _See code:
990
- [src/commands/login.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/login.ts)_
990
+ [src/commands/login.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/login.ts)_
991
991
 
992
992
  ## `apollo logout`
993
993
 
@@ -1017,7 +1017,7 @@ EXAMPLES
1017
1017
  ```
1018
1018
 
1019
1019
  _See code:
1020
- [src/commands/logout.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/logout.ts)_
1020
+ [src/commands/logout.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/logout.ts)_
1021
1021
 
1022
1022
  ## `apollo refseq add-alias INPUT-FILE`
1023
1023
 
@@ -1048,7 +1048,7 @@ EXAMPLES
1048
1048
  ```
1049
1049
 
1050
1050
  _See code:
1051
- [src/commands/refseq/add-alias.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/refseq/add-alias.ts)_
1051
+ [src/commands/refseq/add-alias.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/refseq/add-alias.ts)_
1052
1052
 
1053
1053
  ## `apollo refseq get`
1054
1054
 
@@ -1080,7 +1080,7 @@ EXAMPLES
1080
1080
  ```
1081
1081
 
1082
1082
  _See code:
1083
- [src/commands/refseq/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/refseq/get.ts)_
1083
+ [src/commands/refseq/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/refseq/get.ts)_
1084
1084
 
1085
1085
  ## `apollo status`
1086
1086
 
@@ -1102,7 +1102,7 @@ DESCRIPTION
1102
1102
  ```
1103
1103
 
1104
1104
  _See code:
1105
- [src/commands/status.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/status.ts)_
1105
+ [src/commands/status.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/status.ts)_
1106
1106
 
1107
1107
  ## `apollo user get`
1108
1108
 
@@ -1138,6 +1138,6 @@ EXAMPLES
1138
1138
  ```
1139
1139
 
1140
1140
  _See code:
1141
- [src/commands/user/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/user/get.ts)_
1141
+ [src/commands/user/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/user/get.ts)_
1142
1142
 
1143
1143
  <!-- commandsstop -->
@@ -2048,5 +2048,5 @@
2048
2048
  ]
2049
2049
  }
2050
2050
  },
2051
- "version": "0.2.0"
2051
+ "version": "0.2.1"
2052
2052
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollo-annotation/cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Command line interface for the Apollo annotation server",
5
5
  "repository": {
6
6
  "type": "git",
@@ -84,8 +84,8 @@
84
84
  "yaml": "^2.3.4"
85
85
  },
86
86
  "devDependencies": {
87
- "@apollo-annotation/mst": "^0.2.0",
88
- "@apollo-annotation/shared": "^0.2.0",
87
+ "@apollo-annotation/mst": "^0.2.1",
88
+ "@apollo-annotation/shared": "^0.2.1",
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",