Files
nocobase/docs/docs/en/api/cli/config/get.md
T
chenos 31c554b29f feat(cli): support configurable NocoBase Docker images and proxy setup docs (#9972)
* docs: add docker nginx and caddy installation guides

* fix(proxy): support external proxy upstream port

* fix(cli): keep manual proxy bundle appPort compatibility

* feat(cli): support NocoBase image config

* fix(cli): map no-nginx docker apps to the correct container port
2026-07-04 09:49:57 +08:00

1.2 KiB

title, description, keywords
title description keywords
nb config get nb config get command reference: read the effective value of a CLI configuration item. nb config get,NocoBase CLI,read configuration

nb config get

Read the effective value of the specified CLI configuration item. If it has not been explicitly set, the default value is returned.

Usage

nb config get <key>

Parameters

Parameter Type Description
<key> string Configuration item name. See nb config for supported values

Examples

nb config get locale
nb config get update.policy
nb config get license.pkg-url
nb config get docker.network
nb config get docker.container-prefix
nb config get nb-image-registry
nb config get nb-image-variant
nb config get proxy.nb-cli-root
nb config get proxy.upstream-host
nb config get proxy.nginx-driver
nb config get proxy.caddy-driver
nb config get bin.nginx
nb config get bin.git