Does SDF has something like `git pull` to sync the...
# sdf
m
Does SDF has something like
git pull
to sync the updates happened on NS to your local machine?
m
message has been deleted
You would need to have the objects in the project already, and then you can update with latest version from the account via IDE or CLI
It's probably possible to put together a script that uses object:list, object:import and object:update commands to update everything
m
Thanks very much 🙏