mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-21 05:44:51 +08:00
* 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
1.2 KiB
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