_nifectl config_
About
The CONFIG commands allow developers to manage, view, validate, and save application configurations directly using Nifectl. This ensures consistency, accuracy, and simplified control across your cloud deployments.
Usage
nifectl config [command] [flags]
Available Commands
- display – Display an App's configuration
- save – Save an App's configuration file
- validate – Validate an App's configuration file
Options
-a, --app string App name to operate on
-c, --config string Path to an app config file or directory containing one (default "./nife.toml")
-h, --help help for config
Global Options
-t, --access-token string Nife API Access Token
-j, --json JSON output
nifectl config display
About
Display an application's configuration retrieved from the Nife service. The configuration is presented in JSON format for easy readability and integration.