Skip to content

iamfortune/Storyblok-MAPI-Backup-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storyblok-backup-script

A Node.js script for backing up content locally from a Storyblok space with the Management API

Description:

This Node.js script allows you to back up the content of a Storyblok space using the Storyblok Management API. It fetches all stories from the specified space, saves them as individual JSON files, and stores them in a local backup folder.

Usage: Setting up the repo

Install the dependencies:

npm install 

Actions

  • Backup your content locally:
   npm run backup

The command will ask for your space access token, and once you've inputted it, you can then backup successfully.

Releases

No releases published

Packages

No packages published