Skip to content

bobdenotter/conimex

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Conimex: Content Importer and Exporter

Author: Bob den Otter bobdenotter@gmail.com

Extension to export your bolt content as YAML, and import it again.

Installation:

composer require bobdenotter/conimex

Usage:

Exporting:

bin/console conimex:export websitename.yaml

To export a single Content Type, for example pages, use:

bin/console conimex:export websitename.yaml --contenttype=pages

To export a single Content Type as a CSV, use:

bin/console conimex:export websitename.csv --contenttype=pages

Importing:

bin/console conimex:import websitename.yaml

Running PHPStan and Easy Codings Standard

First, make sure dependencies are installed:

COMPOSER_MEMORY_LIMIT=-1 composer update

And then run ECS:

vendor/bin/ecs check src

About

πŸ› Content Importer and Exporter (as YAML) for Bolt 4

Resources

License

Stars

Watchers

Forks

Packages

No packages published