Skip to content

v2.1.0-1729255407

@r0x0d r0x0d tagged this 18 Oct 11:53
* Add deprecation notice about environment variables

With the most recent work to migrate all environment variables to the
configuration file, we need now to warn the user that the variables will
be deprecated in order to use configuration file as our main place to
track configuarations.

This patch is introducing a very lightweight change to make sure that we
will be able modify the code in the future to remove all environment
variables.

* Use toolopts instead of environment variable

Following the strategy of moving all the environment variables to be
inside the configuration file, this patch introduces the ability of
converting the env_var to their toolopts counterpart. This will help in
the deprecation later down the road when all users are comfortable
enough using the config file.

* Apply suggestions from code review

Co-authored-by: Adam Hošek <[email protected]>

---------

Co-authored-by: Adam Hošek <[email protected]>
Assets 2
Loading