Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

Provide a single export command for all entity types #14

Open
ademarco opened this issue Apr 12, 2016 · 0 comments
Open

Provide a single export command for all entity types #14

ademarco opened this issue Apr 12, 2016 · 0 comments
Assignees

Comments

@ademarco
Copy link
Member

We could refactor our CLI in order to have only one command for all entity types and not one command per entity type. For example, instead of having to run:

$ drupal content-sync:export:nodes ../content/
$ drupal content-sync:export:taxonomy-terms ../content/
etc.

We would run:

drupal content-sync:export --entity-type=node ../content/
drupal content-sync:export --entity-type=taxonomy_term ../content/
@jibla jibla self-assigned this Apr 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants