onyo init
Initialize an Onyo repository. The directory will be initialized as a git
repository (if it is not one already), the .onyo/ directory created and
populated with config files, templates, etc. Everything will be committed.
The current working directory will be initialized if neither directory
nor the onyo -C <dir> option are specified.
Running onyo init on an existing repository is safe. It will not
overwrite anything; it will exit with an error.
usage: onyo init [-h] [DIR]
Positional Arguments
- DIR
initialize DIR as an onyo repository