When manifest sync is triggered internally during slack run or slack deploy and finds differences, the error suggests using --force or --force-remote — but those flags only exist on manifest sync, not on run/deploy.
$ slack run --app=A0BP2KFNZSQ --force-remote | cat
unknown flag: --force-remote
We should either add those flags to commands that call sync internally, or introduce a --manifest-source=project|remote flag.
Context: #624 (review)
When
manifest syncis triggered internally duringslack runorslack deployand finds differences, the error suggests using--forceor--force-remote— but those flags only exist onmanifest sync, not onrun/deploy.We should either add those flags to commands that call sync internally, or introduce a
--manifest-source=project|remoteflag.Context: #624 (review)