starburst_rebuild_environment: Rebuild environment image

View source: R/logs.R

starburst_rebuild_environmentR Documentation

Rebuild environment image

Description

Rebuild environment image

Usage

starburst_rebuild_environment(region = NULL, force = FALSE)

Arguments

region

AWS region (default: from config)

force

Force rebuild even if current environment hasn't changed

Value

Invisibly returns NULL. Called for its side effect of rebuilding and pushing the Docker environment image.

Examples


if (starburst_is_configured()) {
  starburst_rebuild_environment()
}


starburst documentation built on March 19, 2026, 5:08 p.m.