Quickstart

This guide will get you all set up and ready to use the vx CLI. We'll cover how to install and use vx to automatate your workflow.

Install

Homebrew is currently the only package manager supported. More to come soon!

  1. First install the tap
brew tap PinedaVictor/vx
  1. Then install vx/vexal
brew install pinedavictor/vx/vexal

Repository Configuration

You can configure vx to work for repository without sharing any API keys or tokens. After installing vx navigate to your repository and run:

Terminal
vx init

This will create a .vx yaml configuraiton file and add it to your .gitignore

Configuration File

This is the file vx init will generate. Add your API keys here

github_key: ""
openai_key: ""
repo: ""
repourl: ""

Was this page helpful?