Description
The Fastly staging lifecycle is exposed to users as deploy --staging, but the internal identifiers still use the older "staged" naming: AdapterAction::DeployStaged, Action::DeployStaged, deploy_staged, split_staged_passthrough, and the StagedPassthrough struct, plus the test helpers and test names built from them. Two spellings of the same concept make the code harder to grep and read.
Done when
Affected area
CLI (new, build, deploy, dev)
Description
The Fastly staging lifecycle is exposed to users as
deploy --staging, but the internal identifiers still use the older "staged" naming:AdapterAction::DeployStaged,Action::DeployStaged,deploy_staged,split_staged_passthrough, and theStagedPassthroughstruct, plus the test helpers and test names built from them. Two spellings of the same concept make the code harder to grep and read.Done when
staged(DeployStaged→DeployStaging,deploy_staged→deploy_staging,split_staged_passthrough→split_staging_passthrough,StagedPassthrough→StagingPassthrough, test helpers/names included)deploy --staging) unchanged, full CI gate suite passesAffected area
CLI (new, build, deploy, dev)