1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
.TH POETRY\-DYNAMIC\-VERSIONING "1" "2025\-07\-09" "poetry\-dynamic\-versioning \- Dynamic versioning plugin for Poetry 1.9.1" "poetry\-dynamic\-versioning"
.SH NAME
poetry\-dynamic\-versioning
.SH SYNOPSIS
.B poetry\-dynamic\-versioning
[-h] {enable,show} ...
.SH DESCRIPTION
Apply the dynamic version to all relevant files and leave the changes in\-place. This allows you to activate the plugin behavior on demand and inspect the result. Your configuration will be detected from pyproject.toml as normal.
.SH
SUBCOMMANDS
.SS \fBpoetry\-dynamic\-versioning enable\fR
Update pyproject.toml to enable the plugin using a typical configuration. The output may not be suitable for more complex use cases.
usage: poetry\-dynamic\-versioning enable [\-h]
.SS \fBpoetry\-dynamic\-versioning show\fR
Print the version without changing any files.
usage: poetry\-dynamic\-versioning show [\-h]
.SH AUTHOR
.nf
Matthew T. Kennerly (mtkennerly)
.fi
.SH DISTRIBUTION
The latest version of poetry\-dynamic\-versioning \- Dynamic versioning plugin for Poetry may be downloaded from
.UR https://github.com/mtkennerly/poetry\-dynamic\-versioning
.UE
|