CLI Guide

Table Of Contents
manifest upgrade
Loads a new manifest file, replacing the old one, if it exists.
Contexts
All contexts.
Syntax
manifest upgrade
-m|--manifest] pathname
Arguments
Required arguments
[-m|--manifest] pathname Path to manifest file. Relative paths can be used.
Description
The new manifest file will be validated before it replaces the old one.
If there is no current valid manifest file (corrupted or missing), the specified manifest file is installed without confirmation.
If a valid manifest file exists, confirmation is required if the specified manifest file does not have a newer version than the
existing one.
See also
manifest version
manifest version
Displays the version of the currently loaded manifest file.
Contexts
All contexts.
Syntax
manifest version
Description
A Jython command used by scripts during upgrades.
Commands
239