Is this page out of date? <https://www.ory.sh/docs...
# ory-network
w
Is this page out of date? https://www.ory.sh/docs/getting-started/local-development The tap cannot be found.
p
Hey @white-advantage-37945 This doesn't look right, there should be a tap for this on brew. Let me find out.
m
It seems it is
ory/tap/cli
now @proud-plumber-24205?
w
The CLI only has the proxy?
m
It also has tunnel, we recommend to use that!
ory tunnel -h
p
Hmm, yeah just installed it now on brew and it seems to be the latest
Copy code
~ ⟩ brew install ory/tap/cli
==> Downloading <https://github.com/ory/cli/releases/download/v0.1.48/ory_0.1.48-linux_sq>
==> Downloading from <https://objects.githubusercontent.com/github-production-release-ass>
######################################################################## 100.0%
==> Installing cli from ory/tap
🍺  /home/linuxbrew/.linuxbrew/Cellar/cli/0.1.48: 5 files, 40.9MB, built in 3 seconds
==> Running `brew cleanup cli`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

~ ⟩ ory version
Version:    v0.1.48
Git Hash:   a88cf27f5c030ecbb517c91bdac7e57f15df0207
Build Time: 2022-11-07T22:19:14Z
w
I’ll update the doc to use the correct tap
🙇 2
w
What tap has the tunnel?
Got it 🙌
🙌 1
It also outputs an outdated SDK config:
Copy code
import { V0alpha2Api, Configuration } from '@ory/client'
        const ory = new V0alpha2Api(new Configuration({
          basePath: '<http://localhost:4000>',
          baseOptions: {
                withCredentials: true
          }
        }))
m
the SDK config sample also needs doc update, thanks for the heads-up Josh! fyi @wonderful-lamp-2357