Skip to main content

Examples

Examples

Recommended

Dry-run performs discovery and validation but does not persist local, remote, or registry changes.

Commandreflow init

Category

Initialization

Quick Command

reflow init [OPTIONS]

1. Preview​

Terminal
bash
reflow --dry-run init

Result: Shows planned resources only.

2. Defaults​

Terminal
bash
reflow init

Result: Creates resolved initialization resources.

3. Configuration only​

Terminal
bash
reflow init --mode config

Result: Creates configuration resources only.

4. Force replacement​

Terminal
bash
reflow init --mode all --force

Result: Replaces selected existing resources.