nb app upgrade

Upgrade a selected NocoBase app. npm/Git installations refresh the saved source and restart with quickstart; Docker installations refresh the saved image and recreate the app container.

Usage

nb app upgrade [flags]

Parameters

ParameterTypeDescription
--env, -estringCLI env name to upgrade; uses the current env if omitted
--skip-code-update, -sbooleanRestart from the saved local source or Docker image without downloading updates
--verbosebooleanShow underlying update and restart command output

Examples

nb app upgrade
nb app upgrade --env local
nb app upgrade --env local -s
nb app upgrade --env local --verbose
nb app upgrade --env local-docker -s