1.4.0 • Published 13 hours ago

shopify-file-sync v1.4.0

Weekly downloads
-
License
ISC
Repository
-
Last release
13 hours ago

CLI tool to either download files from a shopify store, or migrate files from one shopify store to another.

Install

npm i shopify-file-sync -g

🚀 Usage

Create a private app on the source store (destination store too if migrating) and make sure the files api is enabled. - https://help.shopify.com/en/manual/apps/private-apps

First create a folder and create a file with the name shopify-file-sync.json

Example shopify-file-sync.json:

{
  "store": "store.myshopify.com",
  "password": "shppa_etc"
}

Command for downloading files:

shopify-file-sync download

Or if migrating to a different store:

Example shopify-file-sync.json:

{
  "store": "store.myshopify.com",
  "password": "shppa_etc",
  "migrateTo": {
    "store": "destination.myshopify.com",
    "password": "shppa_etc"
  }
}

Command for migrating files:

shopify-file-sync migrate
1.2.0

13 hours ago

1.1.0

13 hours ago

1.4.0

13 hours ago

1.3.0

13 hours ago

1.0.9

16 days ago

1.0.8

16 days ago

1.0.10

16 days ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago