inc for default
Increment a value or version. Optionally use the column of a table.
Signature
> inc {flags} (cell_path)
Flags
--major, -M: Increment the major version (eg 1.2.1 -> 2.0.0).--minor, -m: Increment the minor version (eg 1.2.1 -> 1.3.0).--patch, -p: Increment the patch version (eg 1.2.1 -> 1.2.2).
Parameters
cell_path: Cell path to update.