Liquibase has init project subcommand to get started with Liquibase.
Is it possible to run this command via the Liquibase Gradle Plugin?
If not, is it possible to generate a skeleton / empty databaseChangeLog file from Gradle script? Which I can use as my root changelog file to reference other generated changelogs.