@jbrowse/cli 3.0.1 → 3.0.2

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
@@ -206,7 +206,7 @@ EXAMPLES
206
206
  ```
207
207
 
208
208
  _See code:
209
- [src/commands/add-assembly.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.1/products/jbrowse-cli/src/commands/add-assembly.ts)_
209
+ [src/commands/add-assembly.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.2/products/jbrowse-cli/src/commands/add-assembly.ts)_
210
210
 
211
211
  ## `jbrowse add-connection CONNECTIONURLORPATH`
212
212
 
@@ -257,7 +257,7 @@ EXAMPLES
257
257
  ```
258
258
 
259
259
  _See code:
260
- [src/commands/add-connection.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.1/products/jbrowse-cli/src/commands/add-connection.ts)_
260
+ [src/commands/add-connection.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.2/products/jbrowse-cli/src/commands/add-connection.ts)_
261
261
 
262
262
  ## `jbrowse add-track TRACK`
263
263
 
@@ -338,7 +338,7 @@ EXAMPLES
338
338
  ```
339
339
 
340
340
  _See code:
341
- [src/commands/add-track.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.1/products/jbrowse-cli/src/commands/add-track.ts)_
341
+ [src/commands/add-track.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.2/products/jbrowse-cli/src/commands/add-track.ts)_
342
342
 
343
343
  ## `jbrowse add-track-json TRACK`
344
344
 
@@ -368,7 +368,7 @@ EXAMPLES
368
368
  ```
369
369
 
370
370
  _See code:
371
- [src/commands/add-track-json.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.1/products/jbrowse-cli/src/commands/add-track-json.ts)_
371
+ [src/commands/add-track-json.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.2/products/jbrowse-cli/src/commands/add-track-json.ts)_
372
372
 
373
373
  ## `jbrowse admin-server`
374
374
 
@@ -400,7 +400,7 @@ EXAMPLES
400
400
  ```
401
401
 
402
402
  _See code:
403
- [src/commands/admin-server.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.1/products/jbrowse-cli/src/commands/admin-server.ts)_
403
+ [src/commands/admin-server.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.2/products/jbrowse-cli/src/commands/admin-server.ts)_
404
404
 
405
405
  ## `jbrowse create LOCALPATH`
406
406
 
@@ -457,7 +457,7 @@ EXAMPLES
457
457
  ```
458
458
 
459
459
  _See code:
460
- [src/commands/create.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.1/products/jbrowse-cli/src/commands/create.ts)_
460
+ [src/commands/create.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.2/products/jbrowse-cli/src/commands/create.ts)_
461
461
 
462
462
  ## `jbrowse help [COMMAND]`
463
463
 
@@ -478,7 +478,7 @@ DESCRIPTION
478
478
  ```
479
479
 
480
480
  _See code:
481
- [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.23/src/commands/help.ts)_
481
+ [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.25/src/commands/help.ts)_
482
482
 
483
483
  ## `jbrowse make-pif FILE`
484
484
 
@@ -508,7 +508,7 @@ EXAMPLES
508
508
  ```
509
509
 
510
510
  _See code:
511
- [src/commands/make-pif.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.1/products/jbrowse-cli/src/commands/make-pif.ts)_
511
+ [src/commands/make-pif.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.2/products/jbrowse-cli/src/commands/make-pif.ts)_
512
512
 
513
513
  ## `jbrowse remove-track TRACK`
514
514
 
@@ -536,7 +536,7 @@ EXAMPLES
536
536
  ```
537
537
 
538
538
  _See code:
539
- [src/commands/remove-track.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.1/products/jbrowse-cli/src/commands/remove-track.ts)_
539
+ [src/commands/remove-track.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.2/products/jbrowse-cli/src/commands/remove-track.ts)_
540
540
 
541
541
  ## `jbrowse set-default-session`
542
542
 
@@ -578,7 +578,7 @@ EXAMPLES
578
578
  ```
579
579
 
580
580
  _See code:
581
- [src/commands/set-default-session.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.1/products/jbrowse-cli/src/commands/set-default-session.ts)_
581
+ [src/commands/set-default-session.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.2/products/jbrowse-cli/src/commands/set-default-session.ts)_
582
582
 
583
583
  ## `jbrowse sort-bed FILE`
584
584
 
@@ -609,7 +609,7 @@ EXAMPLES
609
609
  ```
610
610
 
611
611
  _See code:
612
- [src/commands/sort-bed.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.1/products/jbrowse-cli/src/commands/sort-bed.ts)_
612
+ [src/commands/sort-bed.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.2/products/jbrowse-cli/src/commands/sort-bed.ts)_
613
613
 
614
614
  ## `jbrowse sort-gff FILE`
615
615
 
@@ -640,7 +640,7 @@ EXAMPLES
640
640
  ```
641
641
 
642
642
  _See code:
643
- [src/commands/sort-gff.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.1/products/jbrowse-cli/src/commands/sort-gff.ts)_
643
+ [src/commands/sort-gff.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.2/products/jbrowse-cli/src/commands/sort-gff.ts)_
644
644
 
645
645
  ## `jbrowse text-index`
646
646
 
@@ -707,7 +707,7 @@ EXAMPLES
707
707
  ```
708
708
 
709
709
  _See code:
710
- [src/commands/text-index.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.1/products/jbrowse-cli/src/commands/text-index.ts)_
710
+ [src/commands/text-index.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.2/products/jbrowse-cli/src/commands/text-index.ts)_
711
711
 
712
712
  ## `jbrowse upgrade [LOCALPATH]`
713
713
 
@@ -770,7 +770,7 @@ EXAMPLES
770
770
  ```
771
771
 
772
772
  _See code:
773
- [src/commands/upgrade.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.1/products/jbrowse-cli/src/commands/upgrade.ts)_
773
+ [src/commands/upgrade.ts](https://github.com/GMOD/jbrowse-components/blob/v3.0.2/products/jbrowse-cli/src/commands/upgrade.ts)_
774
774
 
775
775
  <!-- commandsstop -->
776
776
 
@@ -1165,5 +1165,5 @@
1165
1165
  ]
1166
1166
  }
1167
1167
  },
1168
- "version": "3.0.1"
1168
+ "version": "3.0.2"
1169
1169
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/cli",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "A command line tool for working with JBrowse 2",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -73,5 +73,5 @@
73
73
  "publishConfig": {
74
74
  "access": "public"
75
75
  },
76
- "gitHead": "aa2f1d1a89d2361c7fd1a93fe29506fa4554f5cc"
76
+ "gitHead": "c01a35edcb2612e94661af8793f09c95c0b13c75"
77
77
  }