_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#
Available Commands#
- display โ Display an App's configuration
- save โ Save an App's configuration file
- validate โ Validate an App's configuration file
Options#
Global Options#
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.
Usage#
Options#
Global Options#
nifectl config save#
About#
Save an application's configuration locally. The configuration is fetched from the Nife service and stored in TOML format, allowing offline access and editing.
Usage#
Options#
Global Options#
nifectl config validate#
About#
Validate an application's configuration file against the Nife platform to ensure it meets all required standards and is meaningful for deployment.
Usage#
Options#
Global Options#
Summary#
The Nifectl config command provides a unified interface for managing application configurations within the Nife ecosystem. From validation to saving and displaying, it empowers developers to maintain consistency, accuracy, and efficiency across environments.