Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@apollo-annotation/cli

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo-annotation/cli - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

package.json
{
"name": "@apollo-annotation/cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "Command line interface for the Apollo annotation server",

@@ -87,4 +87,4 @@ "repository": {

"devDependencies": {
"@apollo-annotation/mst": "^0.2.0",
"@apollo-annotation/shared": "^0.2.0",
"@apollo-annotation/mst": "^0.2.1",
"@apollo-annotation/shared": "^0.2.1",
"@istanbuljs/esm-loader-hook": "^0.2.0",

@@ -91,0 +91,0 @@ "@istanbuljs/nyc-config-typescript": "^1.0.2",

@@ -19,3 +19,3 @@ # Table of contents

$ apollo (--version)
@apollo-annotation/cli/0.2.0 linux-x64 node-v18.20.5
@apollo-annotation/cli/0.2.1 linux-x64 node-v18.20.5
$ apollo --help [COMMAND]

@@ -112,3 +112,3 @@ USAGE

_See code:
[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)_
[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)_

@@ -149,3 +149,3 @@ ## `apollo assembly add-from-gff INPUT-FILE`

_See code:
[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)_
[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)_

@@ -192,3 +192,3 @@ ## `apollo assembly check`

_See code:
[src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/assembly/check.ts)_
[src/commands/assembly/check.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/assembly/check.ts)_

@@ -221,3 +221,3 @@ ## `apollo assembly delete`

_See code:
[src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/assembly/delete.ts)_
[src/commands/assembly/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/assembly/delete.ts)_

@@ -244,3 +244,3 @@ ## `apollo assembly get`

_See code:
[src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/assembly/get.ts)_
[src/commands/assembly/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/assembly/get.ts)_

@@ -280,3 +280,3 @@ ## `apollo assembly sequence`

_See code:
[src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/assembly/sequence.ts)_
[src/commands/assembly/sequence.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/assembly/sequence.ts)_

@@ -305,3 +305,3 @@ ## `apollo change get`

_See code:
[src/commands/change/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/change/get.ts)_
[src/commands/change/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/change/get.ts)_

@@ -361,3 +361,3 @@ ## `apollo config [KEY] [VALUE]`

_See code:
[src/commands/config.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/config.ts)_
[src/commands/config.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/config.ts)_

@@ -393,3 +393,3 @@ ## `apollo feature add-child`

_See code:
[src/commands/feature/add-child.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/add-child.ts)_
[src/commands/feature/add-child.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/add-child.ts)_

@@ -427,3 +427,3 @@ ## `apollo feature check`

_See code:
[src/commands/feature/check.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/check.ts)_
[src/commands/feature/check.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/check.ts)_

@@ -459,3 +459,3 @@ ## `apollo feature copy`

_See code:
[src/commands/feature/copy.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/copy.ts)_
[src/commands/feature/copy.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/copy.ts)_

@@ -484,3 +484,3 @@ ## `apollo feature delete`

_See code:
[src/commands/feature/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/delete.ts)_
[src/commands/feature/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/delete.ts)_

@@ -527,3 +527,3 @@ ## `apollo feature edit`

_See code:
[src/commands/feature/edit.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/edit.ts)_
[src/commands/feature/edit.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/edit.ts)_

@@ -568,3 +568,3 @@ ## `apollo feature edit-attribute`

_See code:
[src/commands/feature/edit-attribute.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/edit-attribute.ts)_
[src/commands/feature/edit-attribute.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/edit-attribute.ts)_

@@ -603,3 +603,3 @@ ## `apollo feature edit-coords`

_See code:
[src/commands/feature/edit-coords.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/edit-coords.ts)_
[src/commands/feature/edit-coords.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/edit-coords.ts)_

@@ -628,3 +628,3 @@ ## `apollo feature edit-type`

_See code:
[src/commands/feature/edit-type.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/edit-type.ts)_
[src/commands/feature/edit-type.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/edit-type.ts)_

@@ -663,3 +663,3 @@ ## `apollo feature get`

_See code:
[src/commands/feature/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/get.ts)_
[src/commands/feature/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/get.ts)_

@@ -692,3 +692,3 @@ ## `apollo feature get-id`

_See code:
[src/commands/feature/get-id.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/get-id.ts)_
[src/commands/feature/get-id.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/get-id.ts)_

@@ -724,3 +724,3 @@ ## `apollo feature import INPUT-FILE`

_See code:
[src/commands/feature/import.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/import.ts)_
[src/commands/feature/import.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/import.ts)_

@@ -776,3 +776,3 @@ ## `apollo feature search`

_See code:
[src/commands/feature/search.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/feature/search.ts)_
[src/commands/feature/search.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/feature/search.ts)_

@@ -804,3 +804,3 @@ ## `apollo file delete`

_See code:
[src/commands/file/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/file/delete.ts)_
[src/commands/file/delete.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/file/delete.ts)_

@@ -833,3 +833,3 @@ ## `apollo file download`

_See code:
[src/commands/file/download.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/file/download.ts)_
[src/commands/file/download.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/file/download.ts)_

@@ -861,3 +861,3 @@ ## `apollo file get`

_See code:
[src/commands/file/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/file/get.ts)_
[src/commands/file/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/file/get.ts)_

@@ -899,3 +899,3 @@ ## `apollo file upload INPUT-FILE`

_See code:
[src/commands/file/upload.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/file/upload.ts)_
[src/commands/file/upload.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/file/upload.ts)_

@@ -947,3 +947,3 @@ ## `apollo help [COMMANDS]`

_See code:
[src/commands/jbrowse/get-config.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/jbrowse/get-config.ts)_
[src/commands/jbrowse/get-config.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/jbrowse/get-config.ts)_

@@ -977,3 +977,3 @@ ## `apollo jbrowse set-config INPUTFILE`

_See code:
[src/commands/jbrowse/set-config.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/jbrowse/set-config.ts)_
[src/commands/jbrowse/set-config.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/jbrowse/set-config.ts)_

@@ -1017,3 +1017,3 @@ ## `apollo login`

_See code:
[src/commands/login.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/login.ts)_
[src/commands/login.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/login.ts)_

@@ -1048,3 +1048,3 @@ ## `apollo logout`

_See code:
[src/commands/logout.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/logout.ts)_
[src/commands/logout.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/logout.ts)_

@@ -1080,3 +1080,3 @@ ## `apollo refseq add-alias INPUT-FILE`

_See code:
[src/commands/refseq/add-alias.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/refseq/add-alias.ts)_
[src/commands/refseq/add-alias.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/refseq/add-alias.ts)_

@@ -1113,3 +1113,3 @@ ## `apollo refseq get`

_See code:
[src/commands/refseq/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/refseq/get.ts)_
[src/commands/refseq/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/refseq/get.ts)_

@@ -1136,3 +1136,3 @@ ## `apollo status`

_See code:
[src/commands/status.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/status.ts)_
[src/commands/status.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/status.ts)_

@@ -1173,4 +1173,4 @@ ## `apollo user get`

_See code:
[src/commands/user/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.0/packages/apollo-cli/src/commands/user/get.ts)_
[src/commands/user/get.ts](https://github.com/GMOD/Apollo3/blob/v0.2.1/packages/apollo-cli/src/commands/user/get.ts)_
<!-- commandsstop -->

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc