Enabling the farm-wide setting for extension bundling from a CLI
You can use ConfigManager.exe (the Configuration Manager utility) from a Command Line
Interface (CLI) to enable the extension bundling features in the
Deployment form.
Note: This operation, performed from a CLI, is intended primarily for
system administrators working with customers in a cloud environment. Customers working in an
on-premises installation environment can use the Configuration Manager
utility to accomplish the same ends. See the Configuration Manager help.
Syntax
Use this command line syntax:
ConfigManager.exe -U:CS -mode:mode
-key:FarmEnableExtensionBundle -value:n
where:
mode
is one of these actions:- new
- edit
- delete
n
is a Boolean value, specified as 1 or 0.Note: When you use the mode new, you must use the Boolean value 1. The value for n is not required when you delete the FarmEnableExtensionBundle setting.
Example
ConfigManager.exe -U:CS -mode:new -key:FarmEnableExtensionBundle -value:1