9#include <userver/logging/format.hpp>
10#include <userver/utils/strong_typedef.hpp>
14USERVER_NAMESPACE_BEGIN
29void Run(
const std::string& config_path,
30 const std::optional<std::string>& config_vars_path,
31 const std::optional<std::string>& config_vars_override_path,
32 const ComponentList& component_list);
43void RunOnce(
const std::string& config_path,
44 const std::optional<std::string>& config_vars_path,
45 const std::optional<std::string>& config_vars_override_path,
46 const ComponentList& component_list);
53void RunForPrintConfigSchema(
const ComponentList& component_list);