Skip to content
Timo Sulg edited this page Aug 24, 2015 · 4 revisions

Pages

CLI Commands

Help

Type veye to see global options and see the list of commands.

Every commands supports a --help tag, which will show help menu and subcommands if any exists.

Configuration

Use these commands to manage the settings of the command line tool.

Packages

These commands makes it possible to find your favorite software packages and mark them for future notifications.

Info
References

It's valuable command for every software maintainers, it helps you to find out which packages are using your library and on which version are they locked on.

Notifications

You can follow software packages on VersionEye. It'll add items on to the your personal RSS feed and VersionEye knows to send a little email when new versions has been released.

  1. veye products follow prod_key - start getting notifications about the package

  2. veye products following prod_key - check following status

  3. veye products unfollow prod_key - stop getting notification about the package.

Projects

Project commands able you check dependencies in a project file and manage projects tracked on VersionEye.

Github

Github commands able you import projects from your Github repository and manage them via command line.

User

API

Since release v0.1 it's possible to use Veye as ruby api-client.

Usage:

  1. include Veye into Gemfile dependencies
  2. require veye/api which imports API related functions.
  3. call Veye::API::Service.ping

Also check Veye cookbook, which have some practical examples.

Recipes

Veye Cookbook is open-source cookbook which includes recipes for more tasty Continuous Updating.

  1. Recipes with jQ
  2. Recipes with AWK
  3. Recipes with API
Clone this wiki locally