Skip to content

plan

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

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

Diffs the manifest against live Matomo and local state. Never mutates. Unmanaged remote objects are ignored.

When changes exist, plan exits 2. When there are no changes, it exits 0.

CodeMeaning
0Success; no changes
1Command failure
2Plan succeeded and changes are present
3Invalid usage