stencil-cli
stencil-cli copied to clipboard
BigCommerce Stencil emulator for local theme development
PS C:\BigCommerce\localcode\cornerstone> stencil start not ok -- StoreHashReadError: getaddrinfo ENOTFOUND ranjan31.mybigcommerce.com URL: https://ranjan31.mybigcommerce.com/admin/oauth/info Method: GET
### Expected behavior https://developer.bigcommerce.com/docs/storefront/stencil/themes/context/object-reference/schemas#product As per documentation of Stencil Object, there should always be present a field "custom_fields" present on the product object. ### Actual behavior Intermittant fault, the field...
#### What? We need to check whether theme contains broken GraphQL queries and reject theme push in such a scenario. #### Tickets / Documentation #### Screenshots (if appropriate)  cc...
Today, I got "socket hang up" issue when developing stencil theme. The problem happen after running command `stencil start`. This command worked as expected till today. ``` brat@Brat-Inspiron-16-Plus-7630:~/Works/BigC/fwh-theme$ stencil start...
Connecting Stencil to the sandbox environment works fine, however, does not work on production. Called support and they requested a ticket be opened on Git. PS C:\StencilProjects\ThemeV7> stencil init --url...
I'm getting the following error when attempting to run `npm install -g @bigcommerce/stencil-cli` > 57 info run [email protected] install ../../Local/npm-cache/_cacache/tmp/git-clonetTOX7R node scripts/install.js 58 info run [email protected] install { code: 1,...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.1.1 to 25.0.1. Release notes Sourced from semantic-release's releases. v25.0.1 25.0.1 (2025-10-19) Bug Fixes deps: update to the latest version of the npm plugin to add trusted...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...
- Add --serverHost option to stencil start command with localhost default - Support STENCIL_SERVER_HOST environment variable in server config - Pass serverHost through BrowserSync and renderer plugin configuration - Maintains...