gruft init
The init
command creates a new gruft.toml
configuration file in the current directory.
Usage
shell
gruft init
Options
--force
: Overwrite an existinggruft.toml
file if one already exists.--template
: Specifies a template to initialize the project. The template must be a valid URL, either to a GitHub repository containing agruft.toml
file in its root, or a direct link to a raw text file with the configuration.