Spark config
NAME
spark-config - Display the current config.
SYNOPSIS
spark config
[options]
DESCRIPTION
Display the current config.
This command can be used to create a new basic foxar.toml
or to see
what values are currently set, taking environment variables and the global
configuration file into account.
The command supports almost all flags of the other commands in Spark to allow overriding values in the displayed configuration.
OPTIONS
Config Options
--basic
Prints a basic configuration file.
--fix
Attempts to fix any configuration warnings.
EXAMPLES
-
Create a new basic config:
spark config > foxar.toml
-
Enable FFI in
foxar.toml
:spark config --ffi > foxar.toml