File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ brew install cortex-auth
1515
1616### Direct download
1717
18- Download pre-built binaries from the [ GitHub Releases] ( https://github.com/davideuler/CortexAuth /releases ) page.
18+ Download pre-built binaries from the [ GitHub Releases] ( https://github.com/davideuler/cortex-auth /releases ) page.
1919
2020### Quick install (Linux / macOS)
2121
@@ -32,7 +32,7 @@ case "$(uname -s)-$(uname -m)" in
3232esac
3333
3434ARCHIVE=" cortex-auth-${VERSION} -${TARGET} "
35- curl -fLO " https://github.com/davideuler/CortexAuth /releases/download/${VERSION} /${ARCHIVE} .tar.gz"
35+ curl -fLO " https://github.com/davideuler/cortex-auth /releases/download/${VERSION} /${ARCHIVE} .tar.gz"
3636tar xzf " ${ARCHIVE} .tar.gz"
3737sudo mv " ${ARCHIVE} /cortex-server" " ${ARCHIVE} /cortex-cli" /usr/local/bin/
3838rm -rf " ${ARCHIVE} " " ${ARCHIVE} .tar.gz"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ brew install cortex-auth
1515
1616### 直接下载
1717
18- 从 [ GitHub Releases] ( https://github.com/davideuler/CortexAuth /releases ) 页面下载预编译的二进制文件。
18+ 从 [ GitHub Releases] ( https://github.com/davideuler/cortex-auth /releases ) 页面下载预编译的二进制文件。
1919
2020### 一键安装(Linux / macOS)
2121
@@ -32,7 +32,7 @@ case "$(uname -s)-$(uname -m)" in
3232esac
3333
3434ARCHIVE=" cortex-auth-${VERSION} -${TARGET} "
35- curl -fLO " https://github.com/davideuler/CortexAuth /releases/download/${VERSION} /${ARCHIVE} .tar.gz"
35+ curl -fLO " https://github.com/davideuler/cortex-auth /releases/download/${VERSION} /${ARCHIVE} .tar.gz"
3636tar xzf " ${ARCHIVE} .tar.gz"
3737sudo mv " ${ARCHIVE} /cortex-server" " ${ARCHIVE} /cortex-cli" /usr/local/bin/
3838rm -rf " ${ARCHIVE} " " ${ARCHIVE} .tar.gz"
Original file line number Diff line number Diff line change 11class CortexAuth < Formula
22 desc "Agent-centric secrets vault: store API keys and inject them at runtime"
3- homepage "https://github.com/davideuler/CortexAuth "
3+ homepage "https://github.com/davideuler/cortex-auth "
44 version "0.1.1"
55 license "MIT"
66
77 on_macos do
88 on_arm do
9- url "https://github.com/davideuler/CortexAuth /releases/download/v#{ version } /cortex-auth-v#{ version } -aarch64-apple-darwin.tar.gz"
9+ url "https://github.com/davideuler/cortex-auth /releases/download/v#{ version } /cortex-auth-v#{ version } -aarch64-apple-darwin.tar.gz"
1010 sha256 "PLACEHOLDER_AARCH64_APPLE_DARWIN_SHA256"
1111 end
1212 on_intel do
13- url "https://github.com/davideuler/CortexAuth /releases/download/v#{ version } /cortex-auth-v#{ version } -x86_64-apple-darwin.tar.gz"
13+ url "https://github.com/davideuler/cortex-auth /releases/download/v#{ version } /cortex-auth-v#{ version } -x86_64-apple-darwin.tar.gz"
1414 sha256 "PLACEHOLDER_X86_64_APPLE_DARWIN_SHA256"
1515 end
1616 end
Original file line number Diff line number Diff line change 11# homebrew-cortex-auth
22
3- Homebrew tap for [ CortexAuth] ( https://github.com/davideuler/CortexAuth ) — an agent-centric secrets vault for AI agents and automated pipelines.
3+ Homebrew tap for [ CortexAuth] ( https://github.com/davideuler/cortex-auth ) — an agent-centric secrets vault for AI agents and automated pipelines.
44
55## Install
66
@@ -26,4 +26,4 @@ brew untap davideuler/cortex-auth
2626
2727## Usage
2828
29- See the [ main repository] ( https://github.com/davideuler/CortexAuth ) for full documentation.
29+ See the [ main repository] ( https://github.com/davideuler/cortex-auth ) for full documentation.
You can’t perform that action at this time.
0 commit comments