0.4.1 • Published 2 years ago

shopadop v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

shopadop — Shopify Admin Opener

Quickly open a specific Shopify admin page.

Installation

npm install --global shopadop
npx shopadop

Configuration

Example:

echo 'my-storename' >> .shopifystores
shopadop

Configure store(s) either in a .shopifystores file or in package.json. Otherwise, shopadop will ask for a store name each time.

Store name can be the *.myshopify.com domain name or the direct domain name.

# .shopifystores

my-storename	# my-storename.myshopify.com
my-storename-2.myshopify.com
my-store.com
// package.json

{
	...
	"shopify": {
		"store": "my-storename",
		// or "my-storename-2.myshopify.com"
		// or "my-store.com"
		"store": [
			"my-storename"	// my-storename.myshopify.com
			"my-storename-2.myshopify.com",
			"my-store.com"
		]
	}
}

Options

OptionDescriptionExample
-s--storeStore name-store=my-storename-s=my-storename-2.myshopify.com -s=my-store.com
-H--homeSkip Admin page selection
-P--productsSkip Admin page selection
-C--collectionsSkip Admin page selection
-A--appsSkip Admin page selection
-T--themesSkip Admin page selection
-G--pagesSkip Admin page selection
-B--blogsSkip Admin page selection
-Z--articlesSkip Admin page selection
-N--navigation--menusSkip Admin page selection
-R--redirectsSkip Admin page selection
-F--filesSkip Admin page selection
-M--metafieldsSkip Admin page selection
-O--preferencesSkip Admin page selection
-S--settingsSkip Admin page selection

Admin pages

  • Home
  • Products
  • Collections
  • Apps
  • Themes
  • Pages
  • Blogs
  • Articles
  • Navigation
  • Redirects
  • Files
  • Metafields
  • Store Preferences
  • Settings
0.4.1

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago