Skip to content

Rename legacy staged identifiers to the staging naming #374

Description

@aram356

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

  • No identifier in the workspace contains staged (DeployStagedDeployStaging, deploy_stageddeploy_staging, split_staged_passthroughsplit_staging_passthrough, StagedPassthroughStagingPassthrough, test helpers/names included)
  • Doc-comment back-references updated to the new names
  • No behavior change: user-facing CLI surface (deploy --staging) unchanged, full CI gate suite passes

Affected area

CLI (new, build, deploy, dev)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions