1.4.0 • Published 1 year ago

shopify-file-sync v1.4.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.1.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.10

1 year ago

1.0.7

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago