fnox init
- Usage:
fnox init [FLAGS] - Aliases:
i
Initialize a new fnox configuration file
Flags
-f --force— Overwrite existing configuration file-g --global— Initialize the global config file (~/.config/fnox/config.toml)--skip-wizard— Skip the interactive wizard and create a minimal config-h --help— Print help
Examples
In a terminal, the wizard can configure a provider and select it as the default. --skip-wizard creates a minimal config; it does not enable encryption. Configure a provider before storing sensitive values.
sh
fnox init
fnox init --skip-wizardRelated
- Quick start
- Global options, including profile selection and non-interactive mode.