Give your redocly command superpowers by adding tab completion to your terminal. Run the command to generate the completions, then add the output to your .bashrc or equivalent file.
Generation the completion script:
redocly completionThe command output contains installation instructions. For example, to install the completion script in bash, use:
redocly completion >> ~/.bashrcThe approach is similar for other shells. After the installation, restart your terminal for the changes to take effect.