@jbrowse/cli 2.7.0 → 2.7.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.
Files changed (3) hide show
  1. package/README.md +10 -10
  2. package/oclif.manifest.json +533 -390
  3. package/package.json +3 -2
package/README.md CHANGED
@@ -203,7 +203,7 @@ EXAMPLES
203
203
  ```
204
204
 
205
205
  _See code:
206
- [src/commands/add-assembly.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.0/products/jbrowse-cli/src/commands/add-assembly.ts)_
206
+ [src/commands/add-assembly.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.2/products/jbrowse-cli/src/commands/add-assembly.ts)_
207
207
 
208
208
  ## `jbrowse add-connection CONNECTIONURLORPATH`
209
209
 
@@ -254,7 +254,7 @@ EXAMPLES
254
254
  ```
255
255
 
256
256
  _See code:
257
- [src/commands/add-connection.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.0/products/jbrowse-cli/src/commands/add-connection.ts)_
257
+ [src/commands/add-connection.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.2/products/jbrowse-cli/src/commands/add-connection.ts)_
258
258
 
259
259
  ## `jbrowse add-track TRACK`
260
260
 
@@ -335,7 +335,7 @@ EXAMPLES
335
335
  ```
336
336
 
337
337
  _See code:
338
- [src/commands/add-track.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.0/products/jbrowse-cli/src/commands/add-track.ts)_
338
+ [src/commands/add-track.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.2/products/jbrowse-cli/src/commands/add-track.ts)_
339
339
 
340
340
  ## `jbrowse add-track-json TRACK`
341
341
 
@@ -365,7 +365,7 @@ EXAMPLES
365
365
  ```
366
366
 
367
367
  _See code:
368
- [src/commands/add-track-json.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.0/products/jbrowse-cli/src/commands/add-track-json.ts)_
368
+ [src/commands/add-track-json.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.2/products/jbrowse-cli/src/commands/add-track-json.ts)_
369
369
 
370
370
  ## `jbrowse admin-server`
371
371
 
@@ -396,7 +396,7 @@ EXAMPLES
396
396
  ```
397
397
 
398
398
  _See code:
399
- [src/commands/admin-server.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.0/products/jbrowse-cli/src/commands/admin-server.ts)_
399
+ [src/commands/admin-server.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.2/products/jbrowse-cli/src/commands/admin-server.ts)_
400
400
 
401
401
  ## `jbrowse create LOCALPATH`
402
402
 
@@ -453,7 +453,7 @@ EXAMPLES
453
453
  ```
454
454
 
455
455
  _See code:
456
- [src/commands/create.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.0/products/jbrowse-cli/src/commands/create.ts)_
456
+ [src/commands/create.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.2/products/jbrowse-cli/src/commands/create.ts)_
457
457
 
458
458
  ## `jbrowse help [COMMANDS]`
459
459
 
@@ -502,7 +502,7 @@ EXAMPLES
502
502
  ```
503
503
 
504
504
  _See code:
505
- [src/commands/remove-track.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.0/products/jbrowse-cli/src/commands/remove-track.ts)_
505
+ [src/commands/remove-track.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.2/products/jbrowse-cli/src/commands/remove-track.ts)_
506
506
 
507
507
  ## `jbrowse set-default-session`
508
508
 
@@ -541,7 +541,7 @@ EXAMPLES
541
541
  ```
542
542
 
543
543
  _See code:
544
- [src/commands/set-default-session.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.0/products/jbrowse-cli/src/commands/set-default-session.ts)_
544
+ [src/commands/set-default-session.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.2/products/jbrowse-cli/src/commands/set-default-session.ts)_
545
545
 
546
546
  ## `jbrowse text-index`
547
547
 
@@ -608,7 +608,7 @@ EXAMPLES
608
608
  ```
609
609
 
610
610
  _See code:
611
- [src/commands/text-index.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.0/products/jbrowse-cli/src/commands/text-index.ts)_
611
+ [src/commands/text-index.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.2/products/jbrowse-cli/src/commands/text-index.ts)_
612
612
 
613
613
  ## `jbrowse upgrade [LOCALPATH]`
614
614
 
@@ -671,7 +671,7 @@ EXAMPLES
671
671
  ```
672
672
 
673
673
  _See code:
674
- [src/commands/upgrade.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.0/products/jbrowse-cli/src/commands/upgrade.ts)_
674
+ [src/commands/upgrade.ts](https://github.com/GMOD/jbrowse-components/blob/v2.7.2/products/jbrowse-cli/src/commands/upgrade.ts)_
675
675
 
676
676
  <!-- commandsstop -->
677
677