Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.31 KB

velveeva-cli

💻 VELVEEVA command line tools for OSX and Linux.

screenshot

Requirements

Installation

 OSX

After installing Homebrew and Docker run

$ brew tap drewsynan/velveeva && brew install velveeva-cli

To use VELVEEVA run $ velveeva from a terminal.

Use $ velveeva init to create a new project, and $ velveeva help for more info on available commands.

🐧 Linux

After installing docker, clone this repo

$ git clone https://github.com/drewsynan/velveeva-cli.git && cd velveeva-cli

Copy the velveeva script to somewhere in your path, like /usr/local/bin

$ sudo cp velveeva /usr/local/bin/velveeva

To use VELVEEVA run $ sudo velveeva from a terminal. (sudo is required on Linux to start the Docker container velveeva-cli uses internally).

Use $ sudo velveeva init to create a new project, and $ sudo velveeva help for more info on available commands.

Updating the utility image

To update the internal utility image velveeva-cli uses to the latest version of VELVEEVA run $ velveeva update (OSX) or $ sudo velveeva update (Linux)