This release introduces the adm init [path] command, which allows users to copy the default configuration file to ~/.adm/ or to a specified directory path.
# to copy to ~/.adm/$ADM_CONFIG_FILENAME
$ adm init
# to copy to the specific directory
$ adm init ./my-dir
No breaking changes are introduced in this release.