VOL, Volumental CLI tool

Make sure that the ~/volumental/bin dir exists. Moreover, ~/volumental/bin path must be persisted into your path. Then, one can use vol in any terminal. Do not use relative paths when setting the bin dir into your path.

Install

For experimental or not stable releases, fetch the binaries from https://cli.volumental.dev instead

Linux

cd ~/volumental/bin && curl -L -o vol https://cli.volumental.com/vcli_linux && chmod +x vol && ./vol

MacOS

Intel
cd ~/volumental/bin && curl -L -o vol https://cli.volumental.com/vcli_darwin_amd64 && chmod +x vol && ./vol
Apple silicon
cd ~/volumental/bin && curl -L -o vol https://cli.volumental.com/vcli_darwin_arm64 && chmod +x vol && ./vol

Authenticate

Authenticate and create a local token representing you that can be used by services running locally.

vol auth login

Update

Updates vol binary by downloading the latest version, if such version exists

vol update

Components

List

vol components list

Install

vol components install vob latest

Install all

vol components install all