Executing `apk` in VSCode CLI

  1. The Advanced SSH & Web Terminal add on gives me HA OS shell and lets me run /sbin/apk
  2. The problem is, I can’t paste commands into this shell and have to type everything
  3. I prefer VSCode add-on’s CLI but it does not have /sbin/apk, I get the error zsh: command not found: apk
  4. I want to install this apk add bluez dbus
  5. Is there a way to get into the HA OS shell from VSCode CLI?
  • Even if I could paste commands, I still have to toggle between 2 windows, so my aim really is to do everything from VSCode’s CLI