Zsh - Manual - Industrial Edge Platform - Industrial Edge - Industrial Edge - Documentation of the Industrial Edge Platform - IEM - Hub - Industrial - Device - IED - Edge - IEH

Industrial Edge Platform Operation - APIs & References

Portfolio
Industrial Edge
Product
Industrial Edge Platform
Edition
02/2025
Language
en-US (original)

For zsh, you have 2 options dependent on whether you use oh-my-zsh or not.

  • If you use oh-my-zsh (this requires the zsh-completions plugin):
mkdir -p $ZSH/completions/
iectl completion zsh > $ZSH/completions/_iectl
  • If you do not use oh-my-zsh:
iectl completion zsh > /usr/local/share/zsh/site-functions/_iectl
autoload -U compinit && compinit