pyntcli 0.1.119__py3-none-any.whl → 0.1.120__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.
- pyntcli/__init__.py +1 -1
- pyntcli/commands/root.py +0 -1
- pyntcli/pynt_docker/pynt_container.py +0 -4
- {pyntcli-0.1.119.dist-info → pyntcli-0.1.120.dist-info}/METADATA +1 -1
- {pyntcli-0.1.119.dist-info → pyntcli-0.1.120.dist-info}/RECORD +8 -8
- {pyntcli-0.1.119.dist-info → pyntcli-0.1.120.dist-info}/WHEEL +0 -0
- {pyntcli-0.1.119.dist-info → pyntcli-0.1.120.dist-info}/entry_points.txt +0 -0
- {pyntcli-0.1.119.dist-info → pyntcli-0.1.120.dist-info}/top_level.txt +0 -0
pyntcli/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.1.
|
|
1
|
+
__version__ = "0.1.120"
|
pyntcli/commands/root.py
CHANGED
|
@@ -65,7 +65,6 @@ class BaseCommand:
|
|
|
65
65
|
parser.add_argument("--dev-flags", type=str,
|
|
66
66
|
default="", help=argparse.SUPPRESS)
|
|
67
67
|
parser.add_argument("--host-ca", type=str, default="")
|
|
68
|
-
parser.add_argument("--transport-config", type=str, default="")
|
|
69
68
|
parser.add_argument("--application-id", type=str,
|
|
70
69
|
default="", required=False)
|
|
71
70
|
parser.add_argument("--application-name", type=str,
|
|
@@ -153,10 +153,6 @@ def build_docker_args(integration_name: str, args: argparse.Namespace, port_args
|
|
|
153
153
|
ca_name = os.path.basename(args.host_ca)
|
|
154
154
|
docker_arguments += ["--host-ca", ca_name]
|
|
155
155
|
|
|
156
|
-
if "transport_config" in args and args.transport_config:
|
|
157
|
-
tc_name = os.path.basename(args.transport_config)
|
|
158
|
-
docker_arguments += ["--transport-config", tc_name]
|
|
159
|
-
|
|
160
156
|
if "verbose" in args and args.verbose:
|
|
161
157
|
docker_arguments.append("--verbose")
|
|
162
158
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
ignoreTests/conftest.py,sha256=gToq5K74GtgeGQXjFvXSzMaE6axBYxAzcFG5XJPOXjI,427
|
|
2
2
|
ignoreTests/auth/login.py,sha256=7GeBirHTD9t6EassLYsegCw1FZHkfjvVW1Z5uybHzgM,3801
|
|
3
3
|
ignoreTests/store/cred_store.py,sha256=_7-917EtNC9eKEumO2_lt-7KuDmCwOZFaowCm7DbA_A,254
|
|
4
|
-
pyntcli/__init__.py,sha256=
|
|
4
|
+
pyntcli/__init__.py,sha256=qZaJL6hRW3OhE4-FtmUfO70sz9UXhqQClXOGflMKspI,24
|
|
5
5
|
pyntcli/main.py,sha256=RD0W2_0ogYBCXubo-YewxHYkiIXxNv6NkZOh3n1VujE,5964
|
|
6
6
|
pyntcli/analytics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
pyntcli/analytics/send.py,sha256=0hJ0WJNFHLqyohtRr_xOg5WEXzxHrUOlcePPg-k65Hk,3846
|
|
@@ -16,7 +16,7 @@ pyntcli/commands/listen.py,sha256=HKq2oXIkj_qKTV_o5dDQBu7YuVGWtRODtNG2AjodAKk,69
|
|
|
16
16
|
pyntcli/commands/newman.py,sha256=TNcs_G5DAT_ToSS5LIM0KFTgxoyjOzVEo8wfDhA0C24,5734
|
|
17
17
|
pyntcli/commands/postman.py,sha256=h3ZZoIYmP2N5WyL8LrRqvBjPJ2pvNlIoBU-bvXCO9lE,5207
|
|
18
18
|
pyntcli/commands/pynt_cmd.py,sha256=oRKgiG9i84sxkS-C5Nw4vv9mIO6zL8YfqhOUJ-XVpas,7934
|
|
19
|
-
pyntcli/commands/root.py,sha256=
|
|
19
|
+
pyntcli/commands/root.py,sha256=H3-nS41YGrFjx4_fyKo8FVH3HB5z57oiE3jSaXqAkd8,4369
|
|
20
20
|
pyntcli/commands/static_file_extensions.py,sha256=PZJb02BI-64tbU-j3rdCNsXzTh7gkIDGxGKbKNw3h5k,1995
|
|
21
21
|
pyntcli/commands/sub_command.py,sha256=SxTSDXE7x4y6W-8hW5GmRu15a2-8gUUoU9XDHE-2yMc,4814
|
|
22
22
|
pyntcli/commands/template.py,sha256=wl-0GhIUUqdO39fyoO7mMsEKXnYqG32XkQdUJhLkdiA,8047
|
|
@@ -25,7 +25,7 @@ pyntcli/log/__init__.py,sha256=cOGwOYzMoshEbZiiasBGkj6wF0SBu3Jdpl-AuakDesw,19
|
|
|
25
25
|
pyntcli/log/log.py,sha256=YXCvcCzuhQ5QUT2L02uQEdN_lTCzLEuet4OnLuEnjlM,112
|
|
26
26
|
pyntcli/pynt_docker/__init__.py,sha256=PQIOVxc7XXtMLfEX7ojgwf_Z3mmTllO3ZvzUZTPOxQY,30
|
|
27
27
|
pyntcli/pynt_docker/container_utils.py,sha256=DeI-uSgdcO_2rGs2dvQ5gBDNo_iKKuPIQO2D9oej5Gw,1485
|
|
28
|
-
pyntcli/pynt_docker/pynt_container.py,sha256=
|
|
28
|
+
pyntcli/pynt_docker/pynt_container.py,sha256=9X0JVTUoLCQF2rIDMR182-S618jmOOOG0GeCzgRe5Bs,13681
|
|
29
29
|
pyntcli/saas_client/__init__.py,sha256=HPBzoC5a6F5_WkHubcjq_W4m1OQ9i0TX8QXBtJlKm1M,26
|
|
30
30
|
pyntcli/saas_client/saas_client.py,sha256=Cpf1pitVlxjW7KpchPL7Q-DgUqw6A8ldCtDlBXaPig0,1663
|
|
31
31
|
pyntcli/store/__init__.py,sha256=1fP8cEAQCF_myja3gnhHH9FEqtBiOJ-2aBmUXSKBdFA,41
|
|
@@ -42,8 +42,8 @@ pyntcli/ui/report.py,sha256=W-icPSZrGLOubXgam0LpOvHLl_aZg9Zx9qIkL8Ym5PE,1930
|
|
|
42
42
|
pyntcli/ui/ui_thread.py,sha256=XUBgLpYQjVhrilU-ofw7VSXgTiwneSdTxm61EvC3x4Q,5091
|
|
43
43
|
tests/test_utils.py,sha256=t5fTQUk1U_Js6iMxcGYGqt4C-crzOJ0CqCKtLkRtUi0,2050
|
|
44
44
|
tests/commands/test_pynt_cmd.py,sha256=J4JrEuD_qSVN76Fu6bKRjrxWSwCTXVEAzVPYdXMa0tI,8826
|
|
45
|
-
pyntcli-0.1.
|
|
46
|
-
pyntcli-0.1.
|
|
47
|
-
pyntcli-0.1.
|
|
48
|
-
pyntcli-0.1.
|
|
49
|
-
pyntcli-0.1.
|
|
45
|
+
pyntcli-0.1.120.dist-info/METADATA,sha256=U_YCBMiYyTmNtoi8DhbBiQ0F-JKPPklznIkLsuyS9Ec,427
|
|
46
|
+
pyntcli-0.1.120.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
47
|
+
pyntcli-0.1.120.dist-info/entry_points.txt,sha256=kcGmqAxXDttNk2EPRcqunc_LTVp61gzakz0v-GEE2SY,43
|
|
48
|
+
pyntcli-0.1.120.dist-info/top_level.txt,sha256=64XSgBzSpgwjYjEKHZE7q3JH2a816zEeyZBXfJi3AKI,42
|
|
49
|
+
pyntcli-0.1.120.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|