init¶
Initialise a rockcraft project by creating a minimalist, yet functional, rockcraft.yaml file in the current directory.
Usage¶
rockcraft init [options]
Options¶
--nameThe name of the rock; defaults to the directory name.
--profileUse the specified project profile (defaults to ‘simple’).
Global options¶
-hor--helpShow this help message and exit.
-qor--quietOnly show warnings and errors, not progress.
-vor--verboseShow debug information and be more verbose.
--verbositySet the verbosity level to ‘quiet’, ‘brief’, ‘verbose’, ‘debug’ or ‘trace’.
-Vor--versionShow the application version and exit.