stencil-cli
stencil-cli copied to clipboard
feat(storefront): STRF-9258 Stencil Pull: Provide an activate option
What?
Refactored Stencil Pull command to have ability write unit tests. Added activate option for Stencil Pull
Tickets / Documentation
@mattolson Maybe the name is not the best. I'm using the same as we currently have for stencil push
(https://github.com/bigcommerce/stencil-cli/blob/master/bin/stencil-push.js)
Regarding functional approach.
Currently if you run stencil push
, it will update only global settings. If you run stencil push --activate Bold
, it will update only Bold variation.
If you run stencil pull
, it will update only global settings.
And I'm adding activate option for stencil pull
to have consistency with stencil push