File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,12 +57,22 @@ The command provides several options to work with version strings:
5757 <tr>
5858 <td><code>validate</code></td>
5959 <td>Validates the given version string against the SemVer specification.</td>
60- <td><code>version validate v1.0.0</code></td>
60+ <td><code>version validate v1.0.0</code></td>
6161 </tr>
62+ <tr>
63+ <td><code>increment</code></td>
64+ <td>Increments the version string by major, minor, or patch.</td>
65+ <td><code>version increment v1.0.0</code></td>
66+ </tr>
67+ <tr>
68+ <td><code>gt</code></td>
69+ <td>Compares two version strings to see if the first is greater than the second.</td>
70+ <td><code>version gt v1.0.0 v0.9.0</code></td>
71+ </tr>
6272 </tbody>
6373</table >
6474
65- For more details on each command, run:
75+ For more details on each command,you can run:
6676
6777``` bash
6878version list
You can’t perform that action at this time.
0 commit comments