@vendure/cloud-cli
v0.1.0
Published
Command-line interface for Vendure Cloud — deploy and manage hosted Vendure applications.
Readme
@vendure/cloud-cli
Command-line interface for Vendure Cloud — the managed hosting platform for Vendure e-commerce applications. Use it to deploy and manage your hosted Vendure applications from your terminal.
New to Vendure Cloud? Learn more and get started at vendure.io/product/cloud.
Install
npm install -g @vendure/cloud-cliThis installs two equivalent commands: vcloud and vendure-cloud.
Requires Node.js 22 or newer.
Usage
vcloud login # authenticate
vcloud init # link the current directory to a project
vcloud deploy # deploy the current environment
vcloud context # show the resolved organization, project and environment
vcloud --help # list all commandsThe CLI reads a .env file from the current working directory at startup, so you can point it at a non-default API with VENDURE_CLOUD_API_URL without exporting it in your shell.
