Version Command
Description
Get the version of Next
Arguments and Options of Command
Property | Description | Default | Required | Type | Example |
---|---|---|---|---|---|
all | Flag to get the version of all projects from $NEXT_PACKAGES_DIR | 0 | No | int, option | 1 |
Examples
# Basic use
next version
# Full use
next version --all=1