New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@steve-ross/bigcommerce-tools

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@steve-ross/bigcommerce-tools

Tools for helping with CI/CD on the BigCommerce Platform

  • 0.1.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-92.31%
Maintainers
1
Weekly downloads
 
Created
Source

Stencil Preflight Tools

Scripts to handle interacting with BigCommerce for CI / CD (Or just to make life easier)

It's nearly impossible to do continuous delivery to mulitple environments with the @bigcommerce/stencil-cli - you'll run into "too many themes" errors, have to put your '.stencil' config file in your repo (unsafe) or accidentally deploy to the wrong environment. This script will let you avoid those issues so you can continuously deliver a theme to different environments.

image

Continuous Delivery Guide (we use codeship.com)

  1. install: npm i -g @steve-ross/bigcommerce-tools
  2. clone your repo (and cd into your theme directory if needed)
  3. install theme packages: npm i
  4. DEPLOY: stencil-preflight -y -i --stencilInit --activateTheme "YOUR THEME NAME (in config.json)" --accessToken your_access_token --clientId your_client_id --storeHash your_store_hash

In Action!

2019-09-26 11 43 58

Contributing

  1. Clone the repo
  2. npm i
  3. npm link
  4. open a PR!

Keywords

FAQs

Package last updated on 30 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc