<!-- Please fill out the following content for a feature request. --> <!-- Please provide a clear description of the feature and any relevant information. --> ### Feature Description: VS Code has a command to install plugins from the command line like so: ``` code --install-extension (<extension-id> | <extension-vsix-path>) ``` We should add a command to the Theia command line to do the same.