Skip to content

Commit

Permalink
fix: debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc committed Aug 25, 2022
1 parent 7c3dc8c commit fac80e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Commands:
push Bundles up the theme into a zip file and uploads it to your store.
pull Pulls the configuration from the active theme on your live store and updates your local configuration.
download Downloads the theme files from the active theme on your live store.
debug Prints environment and theme settings for debug purposes.
help [cmd] display help for [cmd]
Options:
Expand Down Expand Up @@ -64,6 +65,8 @@ Run `stencil pull` to sync changes to your theme configuration from your live st
been used to change certain theme settings, this will update those settings in config.json in your theme files so you
don't overwrite them on your next upload.

Run `stencil debug` to get information about runtime environment and the configuration

## Features

### BrowserSync
Expand Down
1 change: 1 addition & 0 deletions bin/stencil.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ program
.command('push', 'Bundles up the theme into a zip file and uploads it to your store.')
.command('pull', 'Pulls currently active theme config files and overwrites local copy')
.command('download', 'Downloads all the theme files')
.command('debug', 'Prints environment and theme settings for debug purposes')
.parse(process.argv);

0 comments on commit fac80e0

Please sign in to comment.