diff --git a/bin/stencil-bundle.js b/bin/stencil-bundle.js index 30298659..4f9bf090 100755 --- a/bin/stencil-bundle.js +++ b/bin/stencil-bundle.js @@ -13,10 +13,7 @@ program '-d, --dest [dest]', 'Where to save the zip file. It defaults to the current directory you are in when bundling', ) - .option( - '-S, --source-maps', - 'Include source-maps in the bundle. This is useful for debugging', - ) + .option('-S, --source-maps', 'Include source-maps in the bundle. This is useful for debugging') .option( '-n, --name [filename]', 'What do you want to call the zip file. It defaults to stencil-bundle.zip', diff --git a/bin/stencil-push.js b/bin/stencil-push.js index 544a41ca..87445630 100755 --- a/bin/stencil-push.js +++ b/bin/stencil-push.js @@ -7,34 +7,16 @@ import { prepareCommand, printCliResultErrorAndExit } from '../lib/cliCommon.js' program .version(PACKAGE_INFO.version) - .option( - '-f, --file [filename]', - 'specify the filename of the bundle to upload' - ) - .option( - '-s, --save [filename]', - 'specify the filename to save the bundle as' - ) - .option( - '-S, --source-maps', - 'Include source-maps in the bundle. This is useful for debugging', - ) - .option( - '-a, --activate [variationname]', - 'specify the variation of the theme to activate' - ) - .option( - '-d, --delete', - 'delete oldest private theme if upload limit reached' - ) + .option('-f, --file [filename]', 'specify the filename of the bundle to upload') + .option('-s, --save [filename]', 'specify the filename to save the bundle as') + .option('-S, --source-maps', 'Include source-maps in the bundle. This is useful for debugging') + .option('-a, --activate [variationname]', 'specify the variation of the theme to activate') + .option('-d, --delete', 'delete oldest private theme if upload limit reached') .option( '-c, --channel_ids ', 'specify the channel IDs of the storefront to push the theme to', ) - .option( - '-allc, --all_channels', - 'push a theme to all available channels' - ); + .option('-allc, --all_channels', 'push a theme to all available channels'); const cliOptions = prepareCommand(program); const options = { apiHost: cliOptions.host, diff --git a/package-lock.json b/package-lock.json index 140751b0..d000b119 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bigcommerce/stencil-cli", - "version": "8.2.0", + "version": "8.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bigcommerce/stencil-cli", - "version": "8.2.0", + "version": "8.3.0", "license": "BSD-4-Clause", "dependencies": { "@bigcommerce/stencil-paper": "5.0.0",