From d4900d85f7a5d791f89821713d02d3dd19361044 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 22 Feb 2024 11:17:25 +0300 Subject: Add support for tenant-associated service notifications --- load/load.cli | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'load/load.cli') diff --git a/load/load.cli b/load/load.cli index 16b5f9f..1b7c4c5 100644 --- a/load/load.cli +++ b/load/load.cli @@ -77,6 +77,28 @@ class options breakpoint. Implies \cb{--private}." }; + std::string --service-id + { + "", + "Third party service information to associate with the being created + tenant. Requires the \cb{--tenant} and \cb{--service-type} options to be + specified." + }; + + std::string --service-type + { + "", + "Type of the service to associate with the being created tenant. Requires + the \cb{--service-id} option to be specified." + }; + + std::string --service-data + { + "", + "Service data to associate with the being created tenant. Requires the + \cb{--service-id} option to be specified." + }; + brep::path --overrides-file { "", -- cgit v1.1