_nifectl config_

Manage an Apps configuration

About#

The CONFIG commands allow you to work with an application's configuration.

Usage#

nifectl config [command] [flags]

Available Commands#

  • display - Display an App's configuration
  • save - Save an App's config file
  • validate - Validate an App's config 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

See Also#