veritas

command module
v0.0.0-...-31698ef Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2014 License: Apache-2.0 Imports: 15 Imported by: 0

README

Veritas

Veritas is a cli for getting at Diego's truth.

Downloading on a BOSH VM

For a linux build on a bosh vm:

 pushd $HOME
 rm veritas
 rm veritas.bash

 wget http://onsi-public.s3.amazonaws.com/veritas
 chmod +x ./veritas

 echo "export PATH=$PATH:$PWD" > veritas.bash
 echo "export DROPSONDE_ORIGIN=veritas" >> veritas.bash
 echo "export DROPSONDE_DESTINATION=localhost:3457" >> veritas.bash
 ./veritas autodetect >> veritas.bash
 ./veritas completions >> veritas.bash

 source ./veritas.bash
 popd

Once this is done, you simply need to source ~/veritas.bash when you log in again.

Donwloading on an OS X Workstation

For an OS X build (mainly for chugging logs locally):

  mkdir -p $HOME/bin

  pushd $HOME/bin

  wget http://onsi-public.s3.amazonaws.com/veritas-osx
  mv veritas-osx veritas
  chmod +x ./veritas

  popd

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL