This tool generates projects suitable for version control.
It is recommended to initialize this project with git
, though any VCS will do.
git init
git add .
git commit -m "Initial commit"
Have the gears-cli
tool installed. See
http://github.com/gears-project/gears-cli
For general information, visit the project hub at http://github.com/gears-project/
gears-cli --help
gears-cli build
gears-cli export-json | gears-cli import-json --
curl localhost:8080/jsonapi/model/1 | curl -v -H 'Content-Type: application/json' -X PUT --data-binary @- http://localhost:8080/jsonapi/model/1
curl localhost:8080/jsonapi/model/1 | jq '.body.xflows[1]'
docker run -p 8080:8080 --expose 8080 -v "/tmp/x3:/project" -e RUST_LOG=info gearsproject/gears-cli:latest