fasty-cli is a NPM module which allow you to synchronize your Fasty CMS content with your local computer. We did create it because it's easier to use your favorite code editor than using the embedded ACEjs editor. It's still ok to use ACEjs editor if you like it tho.
npm install fasty-cli -g
Create a new folder where you want and then create .tokens.yml
file and set this content :
name: Olivier BONNAURE
domains:
demo:
domain: https://demo.fasty.ovh/_db/db_demo/
token: use the token you have in your settings
Once everything is done you can launch the sync using :
fasty demo -w
The -w options is for "watch" folder changes. Everytime you'll change something locally it will be pushed to the server.