cli tool that creates a snapshot of the project and creates template config that can restore the project including folders structure and files data
-
clone
go run main.go clone /path/to/project project.json
-
restore
go run main.go restore project.json /path/to/new/location