cube-deploy

Installation
SKILL.md

Deploy and operate Cube deployments

Infrastructure, not modeling. Environment variables and deployment settings affect everyone using that deployment.

Preflight

command -v cube >/dev/null || echo "Cube CLI not installed: curl -fsSL https://raw.githubusercontent.com/cube-js/cube/master/install-cli.sh | sh"
cube whoami || echo "Not authenticated. Interactive: cube login. Headless: set CUBE_API_URL + CUBE_API_KEY."
cube context list

Deployments

Installs
10
GitHub Stars
1
First Seen
Aug 19, 2026
cube-deploy — cube-js/cube-agent-skills