Skip to main content
Version: 2.28.1

edge app build

Build the zbundle and Docker image

$ edge app build [application_id]

edge app build will do the following:

  • Prompt for a version number (default: 1.0.0)
  • Build the application with Docker
  • Generate a requirements.txt file from app_deps.pip
  • Install dependencies inside the Docker container
  • Prepare the application for testing and publishing

Prompts

  • Build version (e.g. 1.0.0, 1.0.1, etc.)

Notes

  • If run with an outdated configuration, the CLI may fail and suggest edge app upgrade

application_id

The application id to add

Options

  • --force / --no-force: Ensure all aspects of the application are rebuilt
  • --verbose / --no-verbose: Enable verbose output for debugging