nb app

Manage the runtime of a selected NocoBase env. npm/Git envs run local app commands; Docker envs manage saved app containers.

Usage

nb app <command>

Subcommands

CommandDescription
nb app startStart the app or Docker container
nb app stopStop the app or Docker container
nb app restartStop and then start the app
nb app logsView app logs
nb app downStop and clean up local runtime resources
nb app upgradeUpdate source or image and restart the app

Examples

nb app start --env app1
nb app restart --env app1
nb app logs --env app1
nb app stop --env app1
nb app down --env app1 --all --yes