Skip to content

epycloud CLI

epycloud is the command-line interface tool that provides a user-friendly way to interact with the entire pipeline. It handles everything from configuration and infrastructure deployment to running workflows and monitoring execution.

What It Does

The epycloud CLI manages the complete workflow lifecycle:

  • Configuration: Initialize, edit, and validate settings
  • Infrastructure: Build Docker images locally or in the cloud
  • Running: Execute workflows in local or cloud mode
  • Monitoring: View logs, track execution status, and debug issues

Usage examples

Build & Run

epycloud build cloud          # Build Docker image
epycloud run workflow --exp-id myexperiment  # Run workflow

Monitor

epycloud status -w              # Watch status of workflows and jobs
epycloud logs --exp-id myexperiment --follow  # Stream logs

Next Steps