You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install : command accepts name of extension (eg. chrome) and 'installs' it - where 'install' means to clone the extension repo into ~/.searchspring/extensions/<reponame>
update : command accepts name of extension and runs git pull on local extension repo
create mapping for extensions (name -> repository details) so that any future extensions can easily be installed / updated
handle case where not provided at all (use inquisitor and mapping made above to inquire)
handle case where provided for not found
If possible it would be nice if we could either:
somehow automate chrome extension installation / configuration (may not be possible to turn on developer mode, etc...)
provide instructions on what buttons to press in chrome (developer mode, etc...), then open chrome to extension settings (for manual button pressing): chrome://extensions/
The text was updated successfully, but these errors were encountered:
Add a new command for
extension
.Sub-commands:
install
,update
install
: command accepts name of extension (eg. chrome) and 'installs' it - where 'install' means to clone the extension repo into~/.searchspring/extensions/<reponame>
update
: command accepts name of extension and runsgit pull
on local extension repoIf possible it would be nice if we could either:
The text was updated successfully, but these errors were encountered: