Add new items to a collection.
Adds new items to a collection.
This command receives a collection ID and one of more IoCs (sha256 hashes, URLs, domains, IP addresses) and adds them to the collection.
If the command receives a single hypen (-) the IoCs will be read from the standard input.
vt collection update [collection id] [ioc]... [flags]
vt collection update [collection id] www.example.com
vt collection update [collection id] www.example.com 8.8.8.8
cat list_of_iocs | vt collection update [collection id] -
-h, --help help for update
-k, --apikey string API key
--proxy string HTTP proxy
-v, --verbose verbose output