Bash - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
Language
en-US (original)

For bash, you require the bash-completion package. View the instructions of your package manager regarding the installation process.

Afterwards, you have 2 options on how to persist the autocompletion:

  • Using the .bashrc file:
echo 'source <(iectl completion bash)' >>~/.bashrc
  • Using the bash-completion configuration directory:
iectl completion bash >/etc/bash_completion.d/iectl