File tree Expand file tree Collapse file tree 9 files changed +9
-0
lines changed
Expand file tree Collapse file tree 9 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ The Anthropic provider enables proxied access to the Anthropic API through Warde
5555>
5656> ** 5. In another terminal window** , export the environment variables for the CLI:
5757> ` ` ` bash
58+ > export PATH=" $PWD :$PATH "
5859> export WARDEN_ADDR=" http://127.0.0.1:8400"
5960> export WARDEN_TOKEN=" <your-token>"
6061> ` ` `
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ The AWS provider enables proxied access to AWS services through Warden. It inter
5959>
6060> ** 5. In another terminal window** , export the environment variables for the CLI:
6161> ` ` ` bash
62+ > export PATH=" $PWD :$PATH "
6263> export WARDEN_ADDR=" http://127.0.0.1:8400"
6364> export WARDEN_TOKEN=" <your-token>"
6465> ` ` `
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ The Azure provider enables proxied access to Azure APIs through Warden. It manag
5656>
5757> ** 5. In another terminal window** , export the environment variables for the CLI:
5858> ` ` ` bash
59+ > export PATH=" $PWD :$PATH "
5960> export WARDEN_ADDR=" http://127.0.0.1:8400"
6061> export WARDEN_TOKEN=" <your-token>"
6162> ` ` `
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ The GCP provider enables proxied access to Google Cloud Platform APIs through Wa
5555>
5656> ** 5. In another terminal window** , export the environment variables for the CLI:
5757> ` ` ` bash
58+ > export PATH=" $PWD :$PATH "
5859> export WARDEN_ADDR=" http://127.0.0.1:8400"
5960> export WARDEN_TOKEN=" <your-token>"
6061> ` ` `
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ The GitHub provider enables proxied access to the GitHub REST API through Warden
5757>
5858> ** 5. In another terminal window** , export the environment variables for the CLI:
5959> ` ` ` bash
60+ > export PATH=" $PWD :$PATH "
6061> export WARDEN_ADDR=" http://127.0.0.1:8400"
6162> export WARDEN_TOKEN=" <your-token>"
6263> ` ` `
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ The GitLab provider enables proxied access to the GitLab REST API through Warden
5959>
6060> ** 5. In another terminal window** , export the environment variables for the CLI:
6161> ` ` ` bash
62+ > export PATH=" $PWD :$PATH "
6263> export WARDEN_ADDR=" http://127.0.0.1:8400"
6364> export WARDEN_TOKEN=" <your-token>"
6465> ` ` `
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ The Mistral provider enables proxied access to the Mistral AI API through Warden
5555>
5656> ** 5. In another terminal window** , export the environment variables for the CLI:
5757> ` ` ` bash
58+ > export PATH=" $PWD :$PATH "
5859> export WARDEN_ADDR=" http://127.0.0.1:8400"
5960> export WARDEN_TOKEN=" <your-token>"
6061> ` ` `
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ The OpenAI provider enables proxied access to the OpenAI API through Warden. It
5555>
5656> ** 5. In another terminal window** , export the environment variables for the CLI:
5757> ` ` ` bash
58+ > export PATH=" $PWD :$PATH "
5859> export WARDEN_ADDR=" http://127.0.0.1:8400"
5960> export WARDEN_TOKEN=" <your-token>"
6061> ` ` `
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ The Vault provider enables proxied access to HashiCorp Vault (or OpenBao) throug
6060>
6161> ** 5. In another terminal window** , export the environment variables for the CLI:
6262> ` ` ` bash
63+ > export PATH=" $PWD :$PATH "
6364> export WARDEN_ADDR=" http://127.0.0.1:8400"
6465> export WARDEN_TOKEN=" <your-token>"
6566> ` ` `
You can’t perform that action at this time.
0 commit comments