Skip to content

fix: correct terminus upstream:updates:apply syntax - #36

Merged
pwtyler merged 1 commit into
mainfrom
validate-fixture-fix
Aug 13, 2026
Merged

fix: correct terminus upstream:updates:apply syntax#36
pwtyler merged 1 commit into
mainfrom
validate-fixture-fix

Conversation

@pwtyler

@pwtyler pwtyler commented Aug 13, 2026

Copy link
Copy Markdown
Member

Summary

  • validate-fixture-version.sh was calling terminus upstream:updates:apply --site=... --env=dev ..., but that command takes a positional <site>.<env> argument, not --site/--env flags, causing the action to fail with "The '--site' option does not exist".
  • Switched to terminus upstream:updates:apply "${TERMINUS_SITE}.dev" --accept-upstream --updatedb.

The --site and --env flags don't exist for this terminus command;
it takes a positional <site>.<env> argument instead.
@pwtyler
pwtyler marked this pull request as ready for review August 13, 2026 21:15
@pwtyler
pwtyler requested a review from a team as a code owner August 13, 2026 21:15
@pwtyler
pwtyler merged commit 554b455 into main Aug 13, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants