Is using PlayCanvas sync with Editor API possible?

I trying to run editor api based script from local command line. and I found playcanvas sync, and knew I can push asset into editor using this.

https://github.com/playcanvas/playcanvas-sync#adding-new-files-as-script-components

But can you run editor api using playcanvas sync? I can only find push asset and folder to playcanvas editor. is running some js script on the local editor using command line possible?

Hi @Deanies,

You can’t do that right now with PlayCanvas sync. You can upload your editor scripts but to execute them you will need to either manually copy/paste their contents to the browser console or use a browser extension to automate that.

Okay, thx for your response!