qubership-pipelines-common-library 0.2.4__py3-none-any.whl → 0.2.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- qubership_pipelines_common_library/v1/utils/utils_cli.py +3 -1
- {qubership_pipelines_common_library-0.2.4.dist-info → qubership_pipelines_common_library-0.2.6.dist-info}/METADATA +2 -2
- {qubership_pipelines_common_library-0.2.4.dist-info → qubership_pipelines_common_library-0.2.6.dist-info}/RECORD +5 -5
- {qubership_pipelines_common_library-0.2.4.dist-info → qubership_pipelines_common_library-0.2.6.dist-info}/WHEEL +0 -0
- {qubership_pipelines_common_library-0.2.4.dist-info → qubership_pipelines_common_library-0.2.6.dist-info}/licenses/LICENSE +0 -0
|
@@ -15,6 +15,8 @@ def utils_cli(func):
|
|
|
15
15
|
@click.option('--context_path', required=True, default=DEFAULT_CONTEXT_FILE_PATH, type=str, help="Path to context")
|
|
16
16
|
@click.option("--input_params", "-p", multiple=True, callback=_input_params_to_dict,
|
|
17
17
|
help="Params to use instead of context as key-values. Nested keys are supported with double-underscores or dots as separators, e.g. -p params__group__key=value")
|
|
18
|
+
@click.option("--input_params_secure", "-s", multiple=True, callback=_input_params_to_dict,
|
|
19
|
+
help="Params to use instead of context as key-values. Nested keys are supported with double-underscores or dots as separators, e.g. -p params__group__key=value")
|
|
18
20
|
@click.pass_context
|
|
19
21
|
def wrapper(ctx, *args, log_level, **kwargs):
|
|
20
22
|
ExecutionLogger.EXECUTION_LOG_LEVEL = getattr(logging, log_level.upper(), logging.INFO)
|
|
@@ -38,7 +40,7 @@ def _configure_global_logger(global_logger: logging.Logger, log_level: str, form
|
|
|
38
40
|
|
|
39
41
|
|
|
40
42
|
def _transform_kwargs(kwargs):
|
|
41
|
-
if kwargs.get("input_params"):
|
|
43
|
+
if kwargs.get("input_params") or kwargs.get("input_params_secure"):
|
|
42
44
|
kwargs.pop("context_path")
|
|
43
45
|
|
|
44
46
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: qubership-pipelines-common-library
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
4
4
|
Summary: Qubership Pipelines common library
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
License-File: LICENSE
|
|
@@ -18,7 +18,7 @@ Requires-Dist: click (>=8.1.7,<9.0.0)
|
|
|
18
18
|
Requires-Dist: ghapi (>=1.0.6,<2.0.0)
|
|
19
19
|
Requires-Dist: google-cloud-artifact-registry (>=1.16.1,<2.0.0)
|
|
20
20
|
Requires-Dist: http-exceptions (>=0.2.10,<0.3.0)
|
|
21
|
-
Requires-Dist: kubernetes (>=
|
|
21
|
+
Requires-Dist: kubernetes (>=34.1.0,<35.0.0)
|
|
22
22
|
Requires-Dist: minio (>=7.2.12,<8.0.0)
|
|
23
23
|
Requires-Dist: python-gitlab (>=4.13.0,<5.0.0)
|
|
24
24
|
Requires-Dist: python-jenkins (>=1.8.2,<2.0.0)
|
|
@@ -19,14 +19,14 @@ qubership_pipelines_common_library/v1/utils/__init__.py,sha256=QczIlSYNOtXMuMWSz
|
|
|
19
19
|
qubership_pipelines_common_library/v1/utils/rest.py,sha256=MaCS6L6Khs_HaWoi3WNj9Go33d9zEVErLP5T8iVRyHA,3068
|
|
20
20
|
qubership_pipelines_common_library/v1/utils/utils.py,sha256=5PhXyFC1Zfuz0KDrWC9QgacTLVVk8zu0-6wxYS0bmzE,1865
|
|
21
21
|
qubership_pipelines_common_library/v1/utils/utils_aws.py,sha256=BPPnHBzPPXPqFijtAiw16sTPu1tFZjS95GkSMX_HdjA,808
|
|
22
|
-
qubership_pipelines_common_library/v1/utils/utils_cli.py,sha256=
|
|
22
|
+
qubership_pipelines_common_library/v1/utils/utils_cli.py,sha256=3b4SbAKUearf2d_W6S8kuMNaB_Up1Qiblm8Nc5DHEqE,3199
|
|
23
23
|
qubership_pipelines_common_library/v1/utils/utils_context.py,sha256=IlMFXGxS8zJw33Gu3SbOUcj88wquIkobBlWkdFbR7MA,3767
|
|
24
24
|
qubership_pipelines_common_library/v1/utils/utils_dictionary.py,sha256=6wGAoBmLzPGGqdtkoqU9RtMBYuOO-UkZsZDh7GzubjA,1365
|
|
25
25
|
qubership_pipelines_common_library/v1/utils/utils_file.py,sha256=6tCGosFjtycGJq0LtR53MiAyR8-VAxiT0-1quJ6FhcE,2233
|
|
26
26
|
qubership_pipelines_common_library/v1/utils/utils_json.py,sha256=QczIlSYNOtXMuMWSznhV_BkXMM5KLn1wOogtlT2kcy0,598
|
|
27
27
|
qubership_pipelines_common_library/v1/utils/utils_string.py,sha256=Phx5ZXPRjhjg9AaSPx6WLX9zQvwJH1txslfnG3jJ43w,993
|
|
28
28
|
qubership_pipelines_common_library/v1/webex_client.py,sha256=JU_0NgLu_p6zgaUi-ixgZeFMlJaTAvXwrU1oA607Bv0,2997
|
|
29
|
-
qubership_pipelines_common_library-0.2.
|
|
30
|
-
qubership_pipelines_common_library-0.2.
|
|
31
|
-
qubership_pipelines_common_library-0.2.
|
|
32
|
-
qubership_pipelines_common_library-0.2.
|
|
29
|
+
qubership_pipelines_common_library-0.2.6.dist-info/METADATA,sha256=DM_ePVDk5_z7ZmrEj1_cjN8Gw6l4URj8mTsIZauKYw8,3017
|
|
30
|
+
qubership_pipelines_common_library-0.2.6.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
31
|
+
qubership_pipelines_common_library-0.2.6.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
32
|
+
qubership_pipelines_common_library-0.2.6.dist-info/RECORD,,
|
|
File without changes
|