Is it possible to generate whole SQL output as script?

We are using Liquibase in application development and it is working quite good for us. When it comes to deliver a first version or an update to the customer it is necessary to include the SQL scripts. Only the final artifacts are delivered - no build files, no build environment. I wonder if it is possible to have something like “generate the SQL script starting from changeset xyz” - xyz being the id or null. This would enable us to generate the script even though we don’t have an empty database. In addition it would enable for generating migration scripts when a version is already installed with a database respectively.

As the scripts are not run on the database by Liquibase there should be no problems to name any changeset as a starting point.

Is this possible right now or considered to be a feauture in some time?

Kind regards
Florian