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
| Option | Description |
|---|---|
| --ansi | Force (or disable --no-ansi) ANSI output |
| --commit | Specific commit hash to rebuild (optional, rebuilds latest if omitted) |
| --define | Define a configuration item value. |
| --help | Display help for the given command. When no command is given display help for the <info>list</info> command |
| --no-ansi | Negate the "--ansi" option |
| --no-interaction | Do not ask any interactive question |
| --quiet | Do not output any message |
| --verbose | Increase the verbosity of messages: 1 for normal output (-v), 2 for more verbose output (-vv), and 3 for debug (-vvv) |
| --version | Display this application version |
| --yes | Answer all confirmations with "yes" |