heyvm-deploy

Automate application deployment and lifecycle management in Heyo cloud sandboxes using the heyvm CLI.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/Heyo-Computer/skills --skill heyvm-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heyvm-deploy
Source: https://github.com/Heyo-Computer/skills/tree/main/heyvm-deploy
Command: npx skills add https://github.com/Heyo-Computer/skills --skill heyvm-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the deployment of applications to Heyo cloud sandboxes, removing the complexity of manual infrastructure management, authentication, and environment configuration.

Core Features & Use Cases

  • Cloud Deployment: Easily provision cloud sandboxes with custom images, environment variables, and health checks.
  • Code Updates: Efficiently push code updates to running sandboxes using archive-based deployment to minimize downtime.
  • Lifecycle Management: Manage sandbox state, including port binding, resizing, and snapshotting for reproducible environments.

Quick Start

Use the heyvm-deploy skill to create a new cloud sandbox named my-app using the ubuntu 24.04 image and expose port 8080.

Frequently Asked Questions about heyvm-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate cloud sandbox deployment and lifecycle management?

Automating cloud sandbox deployment uses the heyvm CLI to handle authentication, environment configuration, and remote workspace synchronization. This streamlines provisioning and managing applications without manual infrastructure setup.

What's the best way to push code updates to running cloud sandboxes?

Pushing code updates to running cloud sandboxes is done using archive-based deployment. This method efficiently synchronizes code changes to the remote workspace to minimize downtime during application updates.

Do I need the heyvm CLI to provision and manage cloud sandboxes?

Yes, the heyvm CLI is required to provision and manage cloud sandboxes. It handles the underlying authentication, sandbox provisioning, and remote workspace synchronization needed for deployment.

Can I expose public ports and configure environment variables for sandbox apps?

Yes, you can expose public ports and configure environment variables for sandbox apps. The deployment process facilitates custom images, environment configuration, and public port exposure for production-ready services.

How does sandbox lifecycle management handle resizing and snapshots?

Sandbox lifecycle management handles resizing and snapshotting to create reproducible environments. This allows you to manage sandbox state effectively, including binding ports and maintaining consistent configurations.