Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ This is necessary for the cli to work and avoid dependency conflicts, when insta

2. Use the cli through npx e.g. `npx @octomind/octomind -h`

## Autocompletion

On macOS and linux you can enable autocompletion by running the following command (works for bash, zsh & fish):
```bash
npx @octomind/octomind install-completion
Comment thread
sker65 marked this conversation as resolved.
```
You can disable autocompletion by running the following command:
```bash
npx @octomind/octomind uninstall-completion
```

Autocompletion will only work if you have installed the package globally and created a config file with `npx @octomind/octomind init`.
This way even entityIds like environmentIds or testCaseIds will be autocompleted.

${commands}

## Output Formats
Expand Down
Loading