I’d like to have the possibility to override the version used when syncing with plasmic sync
. Reason for that is, that I want to usually sync the latest published version, but sometimes I want to override to use latest. So something like plasmic sync --override-version latest
.
The -p
flag is a bit annoying to use:
• It needs the project ID which is a random string
• It changes the plasmic.json file which I want to avoid (because it should only be temporary while developing locally)
Oh, I see what you mean. Yes! I’ve also wanted this.