@jbrowse/cli 2.11.0 → 2.11.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
@@ -205,7 +205,7 @@ EXAMPLES
205
205
  ```
206
206
 
207
207
  _See code:
208
- [src/commands/add-assembly.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.0/products/jbrowse-cli/src/commands/add-assembly.ts)_
208
+ [src/commands/add-assembly.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.1/products/jbrowse-cli/src/commands/add-assembly.ts)_
209
209
 
210
210
  ## `jbrowse add-connection CONNECTIONURLORPATH`
211
211
 
@@ -256,7 +256,7 @@ EXAMPLES
256
256
  ```
257
257
 
258
258
  _See code:
259
- [src/commands/add-connection.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.0/products/jbrowse-cli/src/commands/add-connection.ts)_
259
+ [src/commands/add-connection.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.1/products/jbrowse-cli/src/commands/add-connection.ts)_
260
260
 
261
261
  ## `jbrowse add-track TRACK`
262
262
 
@@ -337,7 +337,7 @@ EXAMPLES
337
337
  ```
338
338
 
339
339
  _See code:
340
- [src/commands/add-track.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.0/products/jbrowse-cli/src/commands/add-track.ts)_
340
+ [src/commands/add-track.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.1/products/jbrowse-cli/src/commands/add-track.ts)_
341
341
 
342
342
  ## `jbrowse add-track-json TRACK`
343
343
 
@@ -367,7 +367,7 @@ EXAMPLES
367
367
  ```
368
368
 
369
369
  _See code:
370
- [src/commands/add-track-json.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.0/products/jbrowse-cli/src/commands/add-track-json.ts)_
370
+ [src/commands/add-track-json.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.1/products/jbrowse-cli/src/commands/add-track-json.ts)_
371
371
 
372
372
  ## `jbrowse admin-server`
373
373
 
@@ -399,7 +399,7 @@ EXAMPLES
399
399
  ```
400
400
 
401
401
  _See code:
402
- [src/commands/admin-server.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.0/products/jbrowse-cli/src/commands/admin-server.ts)_
402
+ [src/commands/admin-server.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.1/products/jbrowse-cli/src/commands/admin-server.ts)_
403
403
 
404
404
  ## `jbrowse create LOCALPATH`
405
405
 
@@ -456,7 +456,7 @@ EXAMPLES
456
456
  ```
457
457
 
458
458
  _See code:
459
- [src/commands/create.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.0/products/jbrowse-cli/src/commands/create.ts)_
459
+ [src/commands/create.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.1/products/jbrowse-cli/src/commands/create.ts)_
460
460
 
461
461
  ## `jbrowse help [COMMAND]`
462
462
 
@@ -477,7 +477,7 @@ DESCRIPTION
477
477
  ```
478
478
 
479
479
  _See code:
480
- [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.20/src/commands/help.ts)_
480
+ [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.21/src/commands/help.ts)_
481
481
 
482
482
  ## `jbrowse make-pif FILE`
483
483
 
@@ -507,7 +507,7 @@ EXAMPLES
507
507
  ```
508
508
 
509
509
  _See code:
510
- [src/commands/make-pif.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.0/products/jbrowse-cli/src/commands/make-pif.ts)_
510
+ [src/commands/make-pif.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.1/products/jbrowse-cli/src/commands/make-pif.ts)_
511
511
 
512
512
  ## `jbrowse remove-track TRACK`
513
513
 
@@ -535,7 +535,7 @@ EXAMPLES
535
535
  ```
536
536
 
537
537
  _See code:
538
- [src/commands/remove-track.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.0/products/jbrowse-cli/src/commands/remove-track.ts)_
538
+ [src/commands/remove-track.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.1/products/jbrowse-cli/src/commands/remove-track.ts)_
539
539
 
540
540
  ## `jbrowse set-default-session`
541
541
 
@@ -568,7 +568,7 @@ EXAMPLES
568
568
  ```
569
569
 
570
570
  _See code:
571
- [src/commands/set-default-session.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.0/products/jbrowse-cli/src/commands/set-default-session.ts)_
571
+ [src/commands/set-default-session.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.1/products/jbrowse-cli/src/commands/set-default-session.ts)_
572
572
 
573
573
  ## `jbrowse sort-gff FILE`
574
574
 
@@ -599,7 +599,7 @@ EXAMPLES
599
599
  ```
600
600
 
601
601
  _See code:
602
- [src/commands/sort-gff.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.0/products/jbrowse-cli/src/commands/sort-gff.ts)_
602
+ [src/commands/sort-gff.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.1/products/jbrowse-cli/src/commands/sort-gff.ts)_
603
603
 
604
604
  ## `jbrowse text-index`
605
605
 
@@ -666,7 +666,7 @@ EXAMPLES
666
666
  ```
667
667
 
668
668
  _See code:
669
- [src/commands/text-index.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.0/products/jbrowse-cli/src/commands/text-index.ts)_
669
+ [src/commands/text-index.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.1/products/jbrowse-cli/src/commands/text-index.ts)_
670
670
 
671
671
  ## `jbrowse upgrade [LOCALPATH]`
672
672
 
@@ -729,7 +729,7 @@ EXAMPLES
729
729
  ```
730
730
 
731
731
  _See code:
732
- [src/commands/upgrade.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.0/products/jbrowse-cli/src/commands/upgrade.ts)_
732
+ [src/commands/upgrade.ts](https://github.com/GMOD/jbrowse-components/blob/v2.11.1/products/jbrowse-cli/src/commands/upgrade.ts)_
733
733
 
734
734
  <!-- commandsstop -->
735
735
 
@@ -1123,5 +1123,5 @@
1123
1123
  ]
1124
1124
  }
1125
1125
  },
1126
- "version": "2.11.0"
1126
+ "version": "2.11.1"
1127
1127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/cli",
3
- "version": "2.11.0",
3
+ "version": "2.11.1",
4
4
  "description": "A command line tool for working with JBrowse 2",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "3d43a820b9274a6160aa4dc15616147f390d9094"
77
+ "gitHead": "11b28d66d782eb06f92ccb993108bb6c3c82819e"
78
78
  }