1.0.5 • Published 3 months ago

storyblok-universal-sync v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

Storyblok Universal Sync CLI

The Storyblok Universal Sync CLI is a command-line interface tool designed to sync Storyblok content to different server locations.

Options

  • --help: Display help information.
  • --version: Display the version number of the CLI tool.
  • --sourceOauthToken: The OAuth token for the source Storyblok account. This is required.
  • --targetOauthToken: The OAuth token for the target Storyblok account. Optional.
  • --sourceSpaceId: The Space ID of the source Storyblok space. This is required.
  • --targetSpaceId: The Space ID of the target Storyblok space. This is required.
  • --types: Specify the types of content to sync. Supported types include 'assets', 'components', 'folders', 'stories'. You can specify multiple types by separating them with spaces. This is required.

How to Use

  1. Ensure you have installed Node.js and npm on your system.
  2. Install the Storyblok Universal Sync CLI globally by running:
    npm install -g storyblok-universal-sync
  3. Use the CLI tool with the specified options to sync content between Storyblok spaces.

Examples

Sync stories and assets from a source space to a target space:

storyblok-universal-sync --sourceOauthToken YOUR_SOURCE_TOKEN --targetOauthToken YOUR_TARGET_TOKEN --sourceSpaceId SOURCE_SPACE_ID --targetSpaceId TARGET_SPACE_ID --types stories assets
1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago