|
31 | 31 | - ```{autodoc2-docstring} bumpversion.cli.replace
|
32 | 32 | :summary:
|
33 | 33 | ```
|
| 34 | +* - {py:obj}`sample_config <bumpversion.cli.sample_config>` |
| 35 | + - ```{autodoc2-docstring} bumpversion.cli.sample_config |
| 36 | + :summary: |
| 37 | + ``` |
| 38 | +* - {py:obj}`show_bump <bumpversion.cli.show_bump>` |
| 39 | + - ```{autodoc2-docstring} bumpversion.cli.show_bump |
| 40 | + :summary: |
| 41 | + ``` |
34 | 42 | ````
|
35 | 43 |
|
36 | 44 | ### Data
|
|
50 | 58 | ````{py:data} logger
|
51 | 59 | :canonical: bumpversion.cli.logger
|
52 | 60 | :value: >
|
53 |
| - None |
| 61 | + 'get_indented_logger(...)' |
54 | 62 |
|
55 | 63 | ```{autodoc2-docstring} bumpversion.cli.logger
|
56 | 64 | ```
|
|
64 | 72 | ```
|
65 | 73 | ````
|
66 | 74 |
|
67 |
| -````{py:function} bump(args: list, config_file: typing.Optional[str], verbose: int, allow_dirty: typing.Optional[bool], current_version: typing.Optional[str], new_version: typing.Optional[str], parse: typing.Optional[str], serialize: typing.Optional[typing.List[str]], search: typing.Optional[str], replace: typing.Optional[str], no_regex: bool, no_configured_files: bool, ignore_missing_version: bool, dry_run: bool, commit: typing.Optional[bool], tag: typing.Optional[bool], sign_tags: typing.Optional[bool], tag_name: typing.Optional[str], tag_message: typing.Optional[str], message: typing.Optional[str], commit_args: typing.Optional[str], show_list: bool) -> None |
| 75 | +````{py:function} bump(args: list, config_file: typing.Optional[str], verbose: int, allow_dirty: typing.Optional[bool], current_version: typing.Optional[str], new_version: typing.Optional[str], parse: typing.Optional[str], serialize: typing.Optional[typing.List[str]], search: typing.Optional[str], replace: typing.Optional[str], regex: typing.Optional[bool], no_configured_files: bool, ignore_missing_version: bool, dry_run: bool, commit: typing.Optional[bool], tag: typing.Optional[bool], sign_tags: typing.Optional[bool], tag_name: typing.Optional[str], tag_message: typing.Optional[str], message: typing.Optional[str], commit_args: typing.Optional[str], show_list: bool) -> None |
68 | 76 | :canonical: bumpversion.cli.bump
|
69 | 77 |
|
70 | 78 | ```{autodoc2-docstring} bumpversion.cli.bump
|
|
78 | 86 | ```
|
79 | 87 | ````
|
80 | 88 |
|
81 |
| -````{py:function} replace(files: list, config_file: typing.Optional[str], verbose: int, allow_dirty: typing.Optional[bool], current_version: typing.Optional[str], new_version: typing.Optional[str], parse: typing.Optional[str], serialize: typing.Optional[typing.List[str]], search: typing.Optional[str], replace: typing.Optional[str], no_regex: bool, no_configured_files: bool, ignore_missing_version: bool, dry_run: bool) -> None |
| 89 | +````{py:function} replace(files: list, config_file: typing.Optional[str], verbose: int, allow_dirty: typing.Optional[bool], current_version: typing.Optional[str], new_version: typing.Optional[str], parse: typing.Optional[str], serialize: typing.Optional[typing.List[str]], search: typing.Optional[str], replace: typing.Optional[str], regex: bool, no_configured_files: bool, ignore_missing_version: bool, dry_run: bool) -> None |
82 | 90 | :canonical: bumpversion.cli.replace
|
83 | 91 |
|
84 | 92 | ```{autodoc2-docstring} bumpversion.cli.replace
|
85 | 93 | ```
|
86 | 94 | ````
|
| 95 | + |
| 96 | +````{py:function} sample_config(prompt: bool, destination: str) -> None |
| 97 | +:canonical: bumpversion.cli.sample_config |
| 98 | +
|
| 99 | +```{autodoc2-docstring} bumpversion.cli.sample_config |
| 100 | +``` |
| 101 | +```` |
| 102 | + |
| 103 | +````{py:function} show_bump(version: str, config_file: typing.Optional[str], ascii: bool) -> None |
| 104 | +:canonical: bumpversion.cli.show_bump |
| 105 | +
|
| 106 | +```{autodoc2-docstring} bumpversion.cli.show_bump |
| 107 | +``` |
| 108 | +```` |
0 commit comments