set to change a component’s state or disposition. After running set, run sitectl converge to apply the change to the project files.
Reference
Set the state or disposition of a named component for the active context. The component name may be prefixed with the plugin namespace: sitectl set isle/fcrepo off sitectl set blazegraph disabled This command dispatches to the plugin associated with the active context. All flags and arguments are forwarded to the plugin’s set handler. Examples: sitectl set fcrepo off sitectl set isle/fcrepo disabled sitectl set isle-tls on--tls-mode letsencrypt
Examples
Namespacing
The component argument may include a plugin prefix (plugin/component). This is useful when multiple plugins define components with the same name, or when targeting a component owned by a specific plugin regardless of the active context.
After setting
Runningset records the desired state but does not immediately modify project files. Follow up with sitectl converge to apply the change, or sitectl validate to confirm the current state.
