Skip to content

config

Name

config: Config manipulation tool

Synopsis

noc config dump

Description

config loads effective configuration and dumps it in YAML format to stdout. Effective configuration defined by noc_config environment variable. Refer to admin-configuration for details.

Examples

$ ./noc config dump
$ NOC_CONFIG=yaml:///etc/noc.yml ./noc config dump

See also