Skip to content

warden init

Terminal window
warden init [options]

Initializes Warden in your project. Creates a configuration file and GitHub workflow.

Option Purpose
-C, --cwd <path> Run as if invoked from this directory.
-f, --force Overwrite existing files.
--quiet Errors and final summary only.
-v, --verbose Increase verbosity. Repeat as -vv or combine with --debug.
--debug Enable debug output.
--log Use log output mode.
--color / --no-color Override color detection.
-h, --help Show help for this command.
Terminal window
warden init
warden init --force