Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A better CLI for migrating #253

Closed
wants to merge 2 commits into from
Closed

A better CLI for migrating #253

wants to merge 2 commits into from

Conversation

MattHall
Copy link
Contributor

I've put together the interface outlined in ticked #20 to make importing to Jekyll a little easier.

This branch also incorporates heuripedes' fix for the wordpress.com importer (#252):

https://github.com/heuripedes/jekyll/commit/9e0eb75170e56ec9fcc68bab6c7a639ad3a23f32#diff-0

Usage:

jekyll import <migrator> <options>

migrators:

options:

  • file
  • dbname
  • user
  • pass
  • host
  • site

@MattHall
Copy link
Contributor Author

Should probably have included example usage:

jekyll import wordpress --user=root --pass=lol --dbname=whatever

jekyll import csv --file=/some/file/path.csv

@MattHall
Copy link
Contributor Author

I've put a post up with a complete set of examples here: http://codebeef.com/migrating-to-jekyll/

@mojombo
Copy link
Contributor

mojombo commented Mar 11, 2011

This is awesome! Merged into devel branch.

@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants