Skip to main content
Command

terminus node:builds:rebuild


Description

Rebuilds code for a Node.js site environment, optionally from a specific commit.

Example Usage

node:builds:rebuild <site>.<env> Rebuild the latest code for <site>'s <env> environment.


node:builds:rebuild <site>.<env> --commit=<hash> Rebuild <site>'s <env> environment from a specific commit.


nrb


node:build:rebuild


Options

OptionDescription
--ansiForce (or disable --no-ansi) ANSI output
--commitSpecific commit hash to rebuild (optional, rebuilds latest if omitted)
--defineDefine a configuration item value.
--helpDisplay help for the given command. When no command is given display help for the <info>list</info> command
--no-ansiNegate the "--ansi" option
--no-interactionDo not ask any interactive question
--quietDo not output any message
--verboseIncrease the verbosity of messages: 1 for normal output (-v), 2 for more verbose output (-vv), and 3 for debug (-vvv)
--versionDisplay this application version
--yesAnswer all confirmations with "yes"
Back to all commands