anton-rs / op-up

Composable OP Stack Orchestration
https://stack.anton.systems
MIT License
41 stars 2 forks source link

feat(bin): Dry Run Flag #57

Open refcell opened 11 months ago

refcell commented 11 months ago

Description

The op-up binary should have a --dry-run flag to allow for "dry runs" for a given stack.

roninjin10 commented 11 months ago

What is a dry run in this context? Does it mean validating the configs without spinning up any containers?