Skip to content

apply

This content is for v0.2.1. Switch to the latest version for up-to-date documentation.

Terminal window
agoraform apply
agoraform apply -f path/to/manifest.yaml
agoraform apply path/to/manifest.yaml

Executes the reviewed plan in dependency order. Never deletes remote resources. Publication runs only after every planned draft mutation and required state write succeeds.

If a create succeeds but state cannot be written, re-bind with agoraform import. Rollback is not implemented.

Exit 0 success, 1 failure, 3 invalid usage.