Quickly open a specific Shopify admin page.
npm install --global shopadop
npx shopadop
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"
]
}
}
Option | Description | Example |
---|---|---|
-s --store |
Store name | -store=my-storename -s=my-storename-2.myshopify.com -s=my-store.com |
-H --home |
Skip Admin page selection | |
-P --products |
Skip Admin page selection | |
-C --collections |
Skip Admin page selection | |
-A --apps |
Skip Admin page selection | |
-T --themes |
Skip Admin page selection | |
-G --pages |
Skip Admin page selection | |
-B --blogs |
Skip Admin page selection | |
-Z --articles |
Skip Admin page selection | |
-N --navigation --menus |
Skip Admin page selection | |
-R --redirects |
Skip Admin page selection | |
-F --files |
Skip Admin page selection | |
-M --metafields |
Skip Admin page selection | |
-O --preferences |
Skip Admin page selection | |
-S --settings |
Skip Admin page selection |
- Home
- Products
- Collections
- Apps
- Themes
- Pages
- Blogs
- Articles
- Navigation
- Redirects
- Files
- Metafields
- Store Preferences
- Settings