sprokit
v0.0.1
Published
A CLI tool to work with Sprokit
Downloads
5
Readme
Sprokit CLI
This is a command line interface for Sprokit. It's meant to work in combination with the Sprokit app for BigCommerce.
Installation
npm install -g sprokit@latest
Usage
Deploy BigCommerce Custom Checkout
To manage multiple versions of custom checkout in Sprokit, you can deploy your custom checkout codebase using the deploy
command.
Note: This command is only available for BigCommerce Checkout JS (https://github.com/bigcommerce/checkout-js)
sprokit deploy
The deploy
command will do the following:
- Build custom checkout.
- Create a versioned folder in WebDAV.
- Upload custom checkout files to the versioned folder.
- Provide instructions for updating the custom checkout script in the BigCommerce control panel.
The First Run
During the first run of sprokit deploy
, you will be prompted to enter your BigCommerce store hash, WebDAV username, and WebDAV password. These credentials will be saved in a .sprokitrc
file in your project directory and added to your .gitignore
file. Please do not commit this file to your repository.
---------------------------------------
Sprokit - Custom Checkout Deployment
---------------------------------------
? Enter BigCommerce Store Hash:
? Enter BigCommerce WebDAV Username:
? Enter BigCommerce WebDAV Password:
? Would you like to save these credentials for future use? (Y/n):
The next time you run the deploy
command, you will not be prompted for these credentials.
Credentials
Your BigCommerce WebDAV credentials are only used to deploy custom checkout files to your BigCommerce store. The .sprokitrc
file is saved in your project directory and is not shared with anyone. You can delete this file at any time, although you will be prompted to re-enter your credentials the next time you run the deploy
command.