cls-config-init(1)
Synopsis
cls config init [-v] [--force] [--global] [--merge] [--config=<arg0>] [--output=<format>] [-P=<providerNames>]…
Description
Create a local or global configuration file. Set a provider name via --config to initialize a provider specific configuration.
Options
- --config=<arg0>
-
The provider name to initialize.
- --force
-
Overwrite any existing configuration file.
- --global
-
Write a default global configuration file.
- --merge
-
Merge all visible configuration files and cli options before writing.
Use this option to capture global and local configuration settings into a single configuration file.
- --output=<format>
-
Print results using given format.
Values: table, json, csv, tsv (default: table)
- -P, --providers=<providerNames>
-
Provider substrates to target.
- -v, --verbose
-
Specify multiple -v options to increase verbosity.
For example,
-v -v -v
or-vvv