You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following message is the output ofion release -h with IonCLI v0.5.1. Note that wantto, specificversion, bydefault, thepackage, and others at the beginning of each line; there should be one space here.
release [options] [flags] <version> [<path>]
release a package.
Args
<path> optional argument. path to the project you
wantto release, default is the current working
directory.
<version> version number you want to release. Can be a
specificversion, "current" or either of (major, minor,
patch)
Options
-b, --branch <branch name> branch you want to register, use master branch
bydefault.
-r, --registry <registry name> registry you want to register the package. If
thepackage has not been registered, ion will try
toregister the package in the General registry.
Orthe user needs to specify the registry to
registerusing this option.
The text was updated successfully, but these errors were encountered:
The following message is the output of
ion release -h
withIonCLI v0.5.1
. Note thatwantto
,specificversion
,bydefault
,thepackage
, and others at the beginning of each line; there should be one space here.The text was updated successfully, but these errors were encountered: