tektoncd / website

Tekton Website
https://tekton.dev
Apache License 2.0
62 stars 149 forks source link

released CLI docs still instruct to `brew tap` #369

Closed dudash closed 2 years ago

dudash commented 2 years ago

Expected Behavior

Docs should just say to brew install tektoncd-cli

Actual Behavior

Docs say to:

brew tap tektoncd/tools
brew install tektoncd/tools/tektoncd-cli

Steps to Reproduce the Problem

  1. Goto here: https://tekton.dev/docs/cli/
  2. See the incorrect steps

Screenshot 2022-04-26

Screen Shot 2022-04-26 at 4 22 51 PM

Additional Info

Looks like things are correct in github, so maybe this is something with the publishing process or automation? Also, this is related to cli issue here which could probably be closed when this is resolved

AlanGreene commented 2 years ago

Thanks for reporting this @dudash. It looks like the docs were updated to remove reference to the deprecated tap in CLI v0.23.0 but the latest docs on the website are for v0.20.0.

@tektoncd/cli-maintainers fyi