Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamfortune/storyblok-mapi-backup-script
A Node.js script for backing up content locally from a Storyblok space
https://github.com/iamfortune/storyblok-mapi-backup-script
nodejs script storyblok storyblok-client storyblok-management-api
Last synced: 10 days ago
JSON representation
A Node.js script for backing up content locally from a Storyblok space
- Host: GitHub
- URL: https://github.com/iamfortune/storyblok-mapi-backup-script
- Owner: iamfortune
- Created: 2023-06-30T18:10:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T09:47:49.000Z (8 months ago)
- Last Synced: 2024-04-02T11:04:17.251Z (8 months ago)
- Topics: nodejs, script, storyblok, storyblok-client, storyblok-management-api
- Language: JavaScript
- Homepage: https://github.com/iamfortune/Storyblok-MAPI-Backup-Script
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Storyblok-backup-script
A Node.js script for backing up content locally from a [Storyblok](https://storyblok.com) 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:
```bash
npm install
```### Actions
- Backup your content locally:
```bash
npm run backup
```The command will ask for your space access token, and once you've inputted it, you can then backup successfully.