@ordergroove/smi-serve
Advanced tools
Comparing version 1.9.4 to 1.9.5
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.9.5](https://github.com/ordergroove/plush-toys/compare/@ordergroove/smi-serve@1.9.4...@ordergroove/smi-serve@1.9.5) (2024-11-13) | ||
**Note:** Version bump only for package @ordergroove/smi-serve | ||
## [1.9.4](https://github.com/ordergroove/plush-toys/compare/@ordergroove/smi-serve@1.9.3...@ordergroove/smi-serve@1.9.4) (2024-11-11) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@ordergroove/smi-serve", | ||
"version": "1.9.4", | ||
"version": "1.9.5", | ||
"description": "Utility to serve a Subscription Manager template locally", | ||
@@ -38,3 +38,3 @@ "keywords": [], | ||
}, | ||
"gitHead": "b395503cfeafe2043079a72bbb6365150d943280" | ||
"gitHead": "650556b3c6597053a1d8040bad47986358c84bf6" | ||
} |
@@ -12,7 +12,7 @@ #!/usr/bin/env node | ||
const { cliCallSelectMerchant } = require('./src/select-merchant'); | ||
const { cliPullTheme } = require('./src/pull-theme'); | ||
const { cliPullTheme, getMerchantThemes } = require('./src/pull-theme'); | ||
const { deploy } = require('./src/deploy'); | ||
const { cliPushTheme } = require('./src/push-theme'); | ||
const { init, DirNotEmpty, OG_RC_FILE } = require('./src/init'); | ||
const { serve } = require('./src/serve'); | ||
const { getMerchantThemes } = require('./src/pull-theme'); | ||
@@ -64,3 +64,3 @@ function box(text) { | ||
Env: ${args.env} | ||
. Live theme: ${liveTheme.name} | ||
Live theme: ${liveTheme.name} | ||
Selected theme: ${merchant.selectedTheme?.name || 'N/A'}\ | ||
@@ -130,2 +130,7 @@ `) | ||
}) | ||
.command({ | ||
command: 'push-theme', | ||
describe: 'Push the theme data for the selected merchant', | ||
handler: wrapHandler(cliPushTheme) | ||
}) | ||
.option('verbose', { | ||
@@ -132,0 +137,0 @@ alias: 'v', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73106
22
1517
6
17