Hello Nikolay! It's more convenient to use an option instead of an environmental variable. But what is experiment commands? Are these commands not production-ready? I never heard about it and I can't find information about experiment commands in the product documentation.
On Mon, Sep 7, 2020 at 12:08 PM Nikolay Izhikov <nizhi...@apache.org> wrote: > 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?