ubx apply compiles .iac files to Pulumi TypeScript and runs pulumi up.
Usage
Examples
Flags
| Flag | Description |
|---|---|
--dry-run | Compile and write index.ts without running pulumi up |
--yes | Skip plan preview and confirmation prompt |
--env string | Target environment |
--stack string | Target stack name |
--target stringArray | Target a specific resource (repeatable) |
--no-color | Disable color output |
Output
Confirmation Prompt
When the plan contains deletions or replacements:- Default is N — type
yoryesto proceed --yesskips the prompt- Pure creates proceed without a prompt
Dry Run
Compiles and writes.ubx/index.ts without deploying:
Generated Files
.ubx/ to your .gitignore.
