@jbrowse/cli 2.15.4 → 2.16.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.15.4/products/jbrowse-cli/src/commands/add-assembly.ts)_
208
+ [src/commands/add-assembly.ts](https://github.com/GMOD/jbrowse-components/blob/v2.16.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.15.4/products/jbrowse-cli/src/commands/add-connection.ts)_
259
+ [src/commands/add-connection.ts](https://github.com/GMOD/jbrowse-components/blob/v2.16.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.15.4/products/jbrowse-cli/src/commands/add-track.ts)_
340
+ [src/commands/add-track.ts](https://github.com/GMOD/jbrowse-components/blob/v2.16.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.15.4/products/jbrowse-cli/src/commands/add-track-json.ts)_
370
+ [src/commands/add-track-json.ts](https://github.com/GMOD/jbrowse-components/blob/v2.16.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.15.4/products/jbrowse-cli/src/commands/admin-server.ts)_
402
+ [src/commands/admin-server.ts](https://github.com/GMOD/jbrowse-components/blob/v2.16.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.15.4/products/jbrowse-cli/src/commands/create.ts)_
459
+ [src/commands/create.ts](https://github.com/GMOD/jbrowse-components/blob/v2.16.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.2.11/src/commands/help.ts)_
480
+ [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.16/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.15.4/products/jbrowse-cli/src/commands/make-pif.ts)_
510
+ [src/commands/make-pif.ts](https://github.com/GMOD/jbrowse-components/blob/v2.16.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.15.4/products/jbrowse-cli/src/commands/remove-track.ts)_
538
+ [src/commands/remove-track.ts](https://github.com/GMOD/jbrowse-components/blob/v2.16.1/products/jbrowse-cli/src/commands/remove-track.ts)_
539
539
 
540
540
  ## `jbrowse set-default-session`
541
541
 
@@ -577,7 +577,7 @@ EXAMPLES
577
577
  ```
578
578
 
579
579
  _See code:
580
- [src/commands/set-default-session.ts](https://github.com/GMOD/jbrowse-components/blob/v2.15.4/products/jbrowse-cli/src/commands/set-default-session.ts)_
580
+ [src/commands/set-default-session.ts](https://github.com/GMOD/jbrowse-components/blob/v2.16.1/products/jbrowse-cli/src/commands/set-default-session.ts)_
581
581
 
582
582
  ## `jbrowse sort-gff FILE`
583
583
 
@@ -608,7 +608,7 @@ EXAMPLES
608
608
  ```
609
609
 
610
610
  _See code:
611
- [src/commands/sort-gff.ts](https://github.com/GMOD/jbrowse-components/blob/v2.15.4/products/jbrowse-cli/src/commands/sort-gff.ts)_
611
+ [src/commands/sort-gff.ts](https://github.com/GMOD/jbrowse-components/blob/v2.16.1/products/jbrowse-cli/src/commands/sort-gff.ts)_
612
612
 
613
613
  ## `jbrowse text-index`
614
614
 
@@ -675,7 +675,7 @@ EXAMPLES
675
675
  ```
676
676
 
677
677
  _See code:
678
- [src/commands/text-index.ts](https://github.com/GMOD/jbrowse-components/blob/v2.15.4/products/jbrowse-cli/src/commands/text-index.ts)_
678
+ [src/commands/text-index.ts](https://github.com/GMOD/jbrowse-components/blob/v2.16.1/products/jbrowse-cli/src/commands/text-index.ts)_
679
679
 
680
680
  ## `jbrowse upgrade [LOCALPATH]`
681
681
 
@@ -738,7 +738,7 @@ EXAMPLES
738
738
  ```
739
739
 
740
740
  _See code:
741
- [src/commands/upgrade.ts](https://github.com/GMOD/jbrowse-components/blob/v2.15.4/products/jbrowse-cli/src/commands/upgrade.ts)_
741
+ [src/commands/upgrade.ts](https://github.com/GMOD/jbrowse-components/blob/v2.16.1/products/jbrowse-cli/src/commands/upgrade.ts)_
742
742
 
743
743
  <!-- commandsstop -->
744
744
 
@@ -88,7 +88,7 @@ Create.flags = {
88
88
  char: 'f',
89
89
  description: 'Overwrites existing JBrowse 2 installation if present in path',
90
90
  }),
91
- // will need to account for pagenation once there is a lot of releases
91
+ // will need to account for pagination once there is a lot of releases
92
92
  listVersions: core_1.Flags.boolean({
93
93
  char: 'l',
94
94
  description: 'Lists out all versions of JBrowse 2',
@@ -83,7 +83,7 @@ Upgrade.args = {
83
83
  };
84
84
  Upgrade.flags = {
85
85
  help: core_1.Flags.help({ char: 'h' }),
86
- // will need to account for pagenation once there is a lot of releases
86
+ // will need to account for pagination once there is a lot of releases
87
87
  listVersions: core_1.Flags.boolean({
88
88
  char: 'l',
89
89
  description: 'Lists out all versions of JBrowse 2',
@@ -1127,5 +1127,5 @@
1127
1127
  ]
1128
1128
  }
1129
1129
  },
1130
- "version": "2.15.4"
1130
+ "version": "2.16.1"
1131
1131
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/cli",
3
- "version": "2.15.4",
3
+ "version": "2.16.1",
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": "686b4ad9016b3586e8230180f7adb44c238ba4fb"
76
+ "gitHead": "c6a658d2344989895543f0456b1cf7dd3b937769"
77
77
  }