Hello, Igniters. For now, experimental commands in control.sh can be enabled only via system property
``` $ export IGNITE_ENABLE_EXPERIMENTAL_COMMAND="true" $ ./bin/control.sh ``` I think we should add explicit argument for this. ``` ./control.sh —enable-experimental ``` WDYT?