vespa-cli

Command-line tool for deploying and managing Vespa search applications

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool for Vespa.ai

Commands

vespa

Examples

Deploy a Vespa application from the current directory$ vespa deploy --wait 300
Send a query to a Vespa application$ vespa query 'select * from music where artist contains "Beatles"'
Check the status of a running Vespa application$ vespa status