CLI reference / resources / apply

stado resources apply

Invocation

stado resources apply [OPTIONS] --plan <PLAN> --expect-hash <EXPECT_HASH>

Purpose

Execute the exact shutdown plan supplied by the operator

Required inputs and options

Input or optionContract
--plan <PLAN>Canonical shutdown plan produced by `resources shutdown`
--expect-hash <EXPECT_HASH>Exact SHA-256 printed when the plan was created
--yesRequired acknowledgement after reviewing the plan
--jsonEmit a machine-readable execution summary

Output and state effect

It performs the operation described above and emits its operator result on standard output or standard error. Any state change is limited to the resources and records named by the purpose and options on this page.

Refusals

  • Required acknowledgement after reviewing the plan
  • Before dispatch, Stado refuses a missing required token shown in the invocation, an unknown option, or a value outside a listed value set; argument-usage failures exit with code 2.