What is the difference between Base and Minimum?

Base exposes the complete production command; Minimum keeps the essential public surface and server help.

Base

install module installs the complete current package with local reference, all published modes and optional feature links.

Minimum

install module -m installs a functional reduced package. It omits detailed local help and Base-only modes. The # @more marker directs help to help module -i, which fetches localized server reference on demand.

Updates

upgrade preserves the selected package edition. It does not silently replace Minimum with Base or the other way around.

Examples

install help
install help -m
help help -i

Related documentation

← Back to FAQ