Skip to content

[TechDocs] Fix docker pull default on cli generate command#12051

Merged
iamEAP merged 1 commit intomasterfrom
techdocs/fix-cli-docker-pull
Jun 16, 2022
Merged

[TechDocs] Fix docker pull default on cli generate command#12051
iamEAP merged 1 commit intomasterfrom
techdocs/fix-cli-docker-pull

Conversation

@iamEAP
Copy link
Member

@iamEAP iamEAP commented Jun 15, 2022

What / Why

Looks like a regression may have been introduced in the major version upgrade of commander in #10617, which caused techdocs-cli generate to never pull the latest image, rather than respecting the --no-pull flag (relevant upstream change here tj/commander.js#1652).

Closes #11553

✔️ Checklist

  • A changeset describing the change and affected packages. (more info)
  • All your commits have a Signed-off-by line in the message. (more info)

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
@iamEAP iamEAP requested review from a team as code owners June 15, 2022 14:24
@github-actions github-actions bot added awaiting-review area:techdocs Related to the TechDocs Project Area labels Jun 15, 2022
@github-actions
Copy link
Contributor

Changed Packages

Package Name Package Path Changeset Bump Current Version
@techdocs/cli packages/techdocs-cli patch v1.1.2

@iamEAP iamEAP merged commit 2cbe047 into master Jun 16, 2022
@iamEAP iamEAP deleted the techdocs/fix-cli-docker-pull branch June 16, 2022 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:techdocs Related to the TechDocs Project Area

Projects

None yet

Development

Successfully merging this pull request may close these issues.

techdocs-cli generate fails with No such image: spotify/techdocs:v1.0.3 on v1.1.1

3 participants