Skip to main content

Installation

Install Smartcommit globally:

npm install --global @jccm6/smartcommit-cli

Initialize local configuration:

smartcommit init

Smartcommit stores preferences in .smartcommitrc and keeps provider credentials in the OS credential store when available.

Update Smartcommit to the latest version:

smartcommit update

smartcommit update runs:

npm install --global @jccm6/smartcommit-cli@latest

It runs non-interactively and prints command output.