deno upgrade.
- Install getOperate CLI using the following command in your terminal:
- Verify that the installation was successful by running the following command:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
To install the getOperate CLI, follow these steps:
deno upgrade.
deno install --unstable -A https://deno.land/x/getOperate/main.ts
export PATH="$HOME/.deno/bin:$PATH"
export PATH="/Users/<username>/.deno/bin:$PATH"
sed -i 's/deno run/deno run --unsafely-ignore-certificate-errors/' ~/.deno/bin/getOperate
export HEADERS=header_key:header_value,header_key2:header_value2
getOperate --version
getOperate upgrade
source <(getOperate completions bash)
source <(getOperate completions zsh)
source (getOperate completions fish | psub)