simplified-shopify-cli 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/docs/RELEASING.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Simplified Shopify CLI
|
|
2
2
|
|
|
3
|
-
Short commands for Shopify themes: `sd` to develop, `sp` to pull, and `sl` to list themes.
|
|
3
|
+
Short commands for Shopify themes: `sd` to develop, `sp` to pull, and `sl` to list themes. The customizable store abreviations mapping lets you assign short aliases to your Shopify stores for even quicker switching and command usage.
|
|
4
4
|
|
|
5
5
|
[Download the one-page cheat sheet (PDF)](https://github.com/deanschulz4/Shopify-CLI-Simplified/raw/refs/heads/main/output/pdf/shopify-command-cheat-sheet.pdf)
|
|
6
6
|
|
package/docs/RELEASING.md
CHANGED