API 替代浏览器上的设计器
API Designer on alternative browser
命令apic edit在浏览器上打开API管理。有没有办法自定义它打开的浏览器?或者我可以阻止它打开任何浏览器,并打开默认浏览器以外的浏览器吗?
抱歉回复太慢了。
Is there any way to customize which browser it opens?
不,它会打开默认 OS 浏览器。
Alternatively can I prevent it from opening any browser
是的。如果您升级到 apic-v5.0.5.0
,您可以使用 'accessibility-mode' 配置选项来不启动浏览器。
$ apic config:set accessibility-mode=enabled
accessibility-mode: enabled
$ apic edit
Express server listening on http://127.0.0.1:9000
API Designer will now open in your default web browser. Press escape to cancel or any other key to continue.
命令apic edit在浏览器上打开API管理。有没有办法自定义它打开的浏览器?或者我可以阻止它打开任何浏览器,并打开默认浏览器以外的浏览器吗?
抱歉回复太慢了。
Is there any way to customize which browser it opens?
不,它会打开默认 OS 浏览器。
Alternatively can I prevent it from opening any browser
是的。如果您升级到 apic-v5.0.5.0
,您可以使用 'accessibility-mode' 配置选项来不启动浏览器。
$ apic config:set accessibility-mode=enabled
accessibility-mode: enabled
$ apic edit
Express server listening on http://127.0.0.1:9000
API Designer will now open in your default web browser. Press escape to cancel or any other key to continue.