Initialising a Project
The skpr init
command will bootstrap a new project with configuration.
Usage
usage: skpr init [<flags>]
Initialises the current project with default configuration files.
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-y, --non-interactive Ignore prompts and accept defaults.
--dir=".skpr" The skpr config directory.
--cluster=CLUSTER The cluster.
--project=PROJECT The project name.
--type="drupal" The project type.