NPM

role=“alert”>the CLI requires node version 8.0.0 or higher

Codefresh’s CLI is available for installation through NPM registry.

Install: npm install -g codefresh

Install a specific version: npm install -g codefresh@{VERSION}

Update to latest version: npm install -g codefresh

Update to a specific version: npm install -g codefresh@${VERSION}