oci-cli 3.63.1__py3-none-any.whl → 3.63.3__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.
- oci_cli/bin/multicloud.psm1 +53 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/database/create-standby-database.txt +114 -1
- oci_cli/help_text_producer/data_files/text/cmdref/email-data-plane/email-raw-submitted-response/submit-raw-email.txt +128 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email-data-plane/email-raw-submitted-response.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email-data-plane.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log-entry/list-logs.txt → work-request-log/list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/metadata/external-location-mapping-metadatum-summary-collection/list-external-location-mapping-metadata.txt +167 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/metadata/external-location-mapping-metadatum-summary-collection.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/metadata/external-location-summaries-metadatum-summary-collection/list-external-location-summaries-metadata.txt +162 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/metadata/external-location-summaries-metadatum-summary-collection.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/metadata/external-locations-metadatum-collection/list-external-location-details-metadata.txt +216 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/metadata/external-locations-metadatum-collection.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/metadata.txt +26 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/multi-clouds-metadata/multi-cloud-metadata/get.txt +96 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/multi-clouds-metadata/multi-cloud-metadata-collection/list-multi-cloud-metadata.txt +133 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/multi-clouds-metadata/multi-cloud-metadata-collection.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/multi-clouds-metadata/multi-cloud-metadata.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/multi-clouds-metadata.txt +22 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-network-anchor/network-anchor/get.txt +111 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-network-anchor/network-anchor-collection/list-network-anchors.txt +180 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-network-anchor/network-anchor-collection.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-network-anchor/network-anchor.txt +19 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-network-anchor.txt +22 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-resource-anchor/resource-anchor/get.txt +106 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-resource-anchor/resource-anchor-collection/list-resource-anchors.txt +172 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-resource-anchor/resource-anchor-collection.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-resource-anchor/resource-anchor.txt +19 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-resource-anchor.txt +22 -0
- oci_cli/help_text_producer/data_files/text/cmdref/multicloud.txt +58 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/{work-request-log → work-request-log-entry}/list.txt +1 -19
- oci_cli/help_text_producer/data_files/text/cmdref/{governance-rules-control-plane/work-request → organizations}/work-request-log-entry.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt +3 -3
- oci_cli/help_text_producer/data_files/text/index.txt +2 -0
- oci_cli/service_mapping.py +5 -0
- oci_cli/version.py +1 -1
- {oci_cli-3.63.1.dist-info → oci_cli-3.63.3.dist-info}/METADATA +2 -2
- {oci_cli-3.63.1.dist-info → oci_cli-3.63.3.dist-info}/RECORD +75 -27
- services/database/src/oci_cli_database/database_cli_extended.py +16 -1
- services/email_data_plane/src/oci_cli_email_dp/generated/emaildp_cli.py +41 -0
- services/multicloud/__init__.py +4 -0
- services/multicloud/src/__init__.py +4 -0
- services/multicloud/src/oci_cli_metadata/__init__.py +4 -0
- services/multicloud/src/oci_cli_metadata/generated/__init__.py +4 -0
- services/multicloud/src/oci_cli_metadata/generated/client_mappings.py +14 -0
- services/multicloud/src/oci_cli_metadata/generated/metadata_cli.py +239 -0
- services/multicloud/src/oci_cli_multi_clouds_metadata/__init__.py +4 -0
- services/multicloud/src/oci_cli_multi_clouds_metadata/generated/__init__.py +4 -0
- services/multicloud/src/oci_cli_multi_clouds_metadata/generated/client_mappings.py +14 -0
- services/multicloud/src/oci_cli_multi_clouds_metadata/generated/multicloudsmetadata_cli.py +117 -0
- services/multicloud/src/oci_cli_multicloud/__init__.py +4 -0
- services/multicloud/src/oci_cli_multicloud/generated/__init__.py +4 -0
- services/multicloud/src/oci_cli_multicloud/generated/multicloud_service_cli.py +14 -0
- services/multicloud/src/oci_cli_omhub_network_anchor/__init__.py +4 -0
- services/multicloud/src/oci_cli_omhub_network_anchor/generated/__init__.py +4 -0
- services/multicloud/src/oci_cli_omhub_network_anchor/generated/client_mappings.py +14 -0
- services/multicloud/src/oci_cli_omhub_network_anchor/generated/omhubnetworkanchor_cli.py +150 -0
- services/multicloud/src/oci_cli_omhub_resource_anchor/__init__.py +4 -0
- services/multicloud/src/oci_cli_omhub_resource_anchor/generated/__init__.py +4 -0
- services/multicloud/src/oci_cli_omhub_resource_anchor/generated/client_mappings.py +14 -0
- services/multicloud/src/oci_cli_omhub_resource_anchor/generated/omhubresourceanchor_cli.py +143 -0
- services/multicloud/tests/__init__.py +4 -0
- /oci_cli/help_text_producer/data_files/text/cmdref/{organizations → governance-rules-control-plane/work-request}/work-request-log.txt +0 -0
- {oci_cli-3.63.1.dist-info → oci_cli-3.63.3.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.63.1.dist-info → oci_cli-3.63.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.63.1.dist-info → oci_cli-3.63.3.dist-info}/WHEEL +0 -0
- {oci_cli-3.63.1.dist-info → oci_cli-3.63.3.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.63.1.dist-info → oci_cli-3.63.3.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
resource-anchor
|
|
2
|
+
***************
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
Description
|
|
6
|
+
===========
|
|
7
|
+
|
|
8
|
+
A ResourceAnchor is a description of a ResourceAnchor.
|
|
9
|
+
|
|
10
|
+
To use any of the API operations, you must be authorized in an IAM
|
|
11
|
+
policy. If you’re not authorized, talk to an administrator. If you’re
|
|
12
|
+
an administrator who needs to write policies to give users access, see
|
|
13
|
+
Getting Started with Policies.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
Available Commands
|
|
17
|
+
==================
|
|
18
|
+
|
|
19
|
+
* get
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
omhub-resource-anchor
|
|
2
|
+
*********************
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
Description
|
|
6
|
+
===========
|
|
7
|
+
|
|
8
|
+
Use the Oracle Multicloud CLI to retrieve resource anchors and network
|
|
9
|
+
anchors, and the metadata mappings related a Cloud Service Provider.
|
|
10
|
+
For more information, see <link to docs>.
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
Available Commands
|
|
14
|
+
==================
|
|
15
|
+
|
|
16
|
+
* resource-anchor
|
|
17
|
+
|
|
18
|
+
* get
|
|
19
|
+
|
|
20
|
+
* resource-anchor-collection
|
|
21
|
+
|
|
22
|
+
* list-resource-anchors
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
multicloud
|
|
2
|
+
**********
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
Description
|
|
6
|
+
===========
|
|
7
|
+
|
|
8
|
+
Use the Oracle Multicloud CLI to retrieve resource anchors and network
|
|
9
|
+
anchors, and the metadata mappings related a Cloud Service Provider.
|
|
10
|
+
For more information, see <link to docs>.
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
Available Commands
|
|
14
|
+
==================
|
|
15
|
+
|
|
16
|
+
* metadata
|
|
17
|
+
|
|
18
|
+
* external-location-mapping-metadatum-summary-collection
|
|
19
|
+
|
|
20
|
+
* list-external-location-mapping-metadata
|
|
21
|
+
|
|
22
|
+
* external-location-summaries-metadatum-summary-collection
|
|
23
|
+
|
|
24
|
+
* list-external-location-summaries-metadata
|
|
25
|
+
|
|
26
|
+
* external-locations-metadatum-collection
|
|
27
|
+
|
|
28
|
+
* list-external-location-details-metadata
|
|
29
|
+
|
|
30
|
+
* multi-clouds-metadata
|
|
31
|
+
|
|
32
|
+
* multi-cloud-metadata
|
|
33
|
+
|
|
34
|
+
* get
|
|
35
|
+
|
|
36
|
+
* multi-cloud-metadata-collection
|
|
37
|
+
|
|
38
|
+
* list-multi-cloud-metadata
|
|
39
|
+
|
|
40
|
+
* omhub-network-anchor
|
|
41
|
+
|
|
42
|
+
* network-anchor
|
|
43
|
+
|
|
44
|
+
* get
|
|
45
|
+
|
|
46
|
+
* network-anchor-collection
|
|
47
|
+
|
|
48
|
+
* list-network-anchors
|
|
49
|
+
|
|
50
|
+
* omhub-resource-anchor
|
|
51
|
+
|
|
52
|
+
* resource-anchor
|
|
53
|
+
|
|
54
|
+
* get
|
|
55
|
+
|
|
56
|
+
* resource-anchor-collection
|
|
57
|
+
|
|
58
|
+
* list-resource-anchors
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list
|
|
2
|
-
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -23,7 +23,7 @@ Lists the errors for the specified work request.
|
|
|
23
23
|
Usage
|
|
24
24
|
=====
|
|
25
25
|
|
|
26
|
-
oci ocvs work-request-error list
|
|
26
|
+
oci ocvs work-request-error list [OPTIONS]
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Required Parameters
|
|
@@ -108,6 +108,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
108
108
|
like shell. You need to set up the OCI configuration and appropriate
|
|
109
109
|
security policies before trying the examples.
|
|
110
110
|
|
|
111
|
-
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ocvs/work-request-error/list
|
|
111
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ocvs/work-request-error/list.html#cmdoption-work-request-id
|
|
112
112
|
|
|
113
|
-
oci ocvs work-request-error list
|
|
113
|
+
oci ocvs work-request-error list --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list
|
|
2
|
-
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -23,7 +23,7 @@ Return a (paginated) list of errors for a given work request.
|
|
|
23
23
|
Usage
|
|
24
24
|
=====
|
|
25
25
|
|
|
26
|
-
oci organizations work-request-error list
|
|
26
|
+
oci organizations work-request-error list [OPTIONS]
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Required Parameters
|
|
@@ -113,6 +113,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
113
113
|
like shell. You need to set up the OCI configuration and appropriate
|
|
114
114
|
security policies before trying the examples.
|
|
115
115
|
|
|
116
|
-
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/organizations/work-request-error/list
|
|
116
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/organizations/work-request-error/list.html#cmdoption-work-request-id
|
|
117
117
|
|
|
118
|
-
oci organizations work-request-error list
|
|
118
|
+
oci organizations work-request-error list --work-request-id $work_request_id
|
|
@@ -11,8 +11,6 @@
|
|
|
11
11
|
|
|
12
12
|
* Global Parameters
|
|
13
13
|
|
|
14
|
-
* Example using required parameter
|
|
15
|
-
|
|
16
14
|
|
|
17
15
|
Description
|
|
18
16
|
===========
|
|
@@ -23,7 +21,7 @@ Return a (paginated) list of logs for a given work request.
|
|
|
23
21
|
Usage
|
|
24
22
|
=====
|
|
25
23
|
|
|
26
|
-
oci organizations work-request-log list [OPTIONS]
|
|
24
|
+
oci organizations work-request-log-entry list [OPTIONS]
|
|
27
25
|
|
|
28
26
|
|
|
29
27
|
Required Parameters
|
|
@@ -100,19 +98,3 @@ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
|
100
98
|
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
101
99
|
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
102
100
|
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
Example using required parameter
|
|
106
|
-
================================
|
|
107
|
-
|
|
108
|
-
Copy the following CLI commands into a file named example.sh. Run the
|
|
109
|
-
command by typing “bash example.sh” and replacing the example
|
|
110
|
-
parameters with your own.
|
|
111
|
-
|
|
112
|
-
Please note this sample will only work in the POSIX-compliant bash-
|
|
113
|
-
like shell. You need to set up the OCI configuration and appropriate
|
|
114
|
-
security policies before trying the examples.
|
|
115
|
-
|
|
116
|
-
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/organizations/work-request-log/list.html#cmdoption-work-request-id
|
|
117
|
-
|
|
118
|
-
oci organizations work-request-log list --work-request-id $work_request_id
|
|
@@ -54,9 +54,9 @@ sanjose-1,sa-vinhedo-1,sa-santiago-1,il-jerusalem-1,eu-marseille-1,ap-
|
|
|
54
54
|
singapore-1,me-abudhabi-1,eu-milan-1,eu-stockholm-1,af-johannesburg-1
|
|
55
55
|
,eu-paris-1,mx-queretaro-1,eu-madrid-1,us-chicago-1,mx-monterrey-1,us-
|
|
56
56
|
saltlake-2,sa-bogota-1,sa-valparaiso-1,ap-singapore-2,me-riyadh-1,ap-
|
|
57
|
-
delhi-1,ap-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
delhi-1,ap-batam-1,us-langley-1,us-luke-1,us-gov-ashburn-1,us-gov-
|
|
58
|
+
chicago-1,us-gov-phoenix-1,uk-gov-london-1,uk-gov-cardiff-1,ap-
|
|
59
|
+
chiyoda-1,ap-ibaraki-1,me-dcc-muscat-1,ap-dcc-canberra-1,eu-dcc-
|
|
60
60
|
milan-1,eu-dcc-milan-2,eu-dcc-dublin-2,eu-dcc-rating-2,eu-dcc-rating-1
|
|
61
61
|
,eu-dcc-dublin-1,ap-dcc-gazipur-1,eu-madrid-2,eu-frankfurt-2,eu-
|
|
62
62
|
jovanovac-1,me-dcc-doha-1,us-somerset-1,us-thames-1,eu-dcc-zurich-1
|
oci_cli/service_mapping.py
CHANGED
oci_cli/version.py
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
|
|
3
3
|
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
4
4
|
|
|
5
|
-
__version__ = '3.63.
|
|
5
|
+
__version__ = '3.63.3'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: oci-cli
|
|
3
|
-
Version: 3.63.
|
|
3
|
+
Version: 3.63.3
|
|
4
4
|
Summary: Oracle Cloud Infrastructure CLI
|
|
5
5
|
Home-page: https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm
|
|
6
6
|
Author: Oracle
|
|
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3.7
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.8
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.9
|
|
21
21
|
Requires-Python: >=3.6
|
|
22
|
-
Requires-Dist: oci (==2.
|
|
22
|
+
Requires-Dist: oci (==2.157.1)
|
|
23
23
|
Requires-Dist: arrow (>=1.0.0)
|
|
24
24
|
Requires-Dist: certifi (>=2025.1.31)
|
|
25
25
|
Requires-Dist: click (==8.0.4)
|
|
@@ -33,9 +33,9 @@ oci_cli/formatting.py,sha256=KmGSUO0ojeA-AE3ASL96jJoTq-twsFcs11Ygv5wd4y4,1552
|
|
|
33
33
|
oci_cli/json_skeleton_utils.py,sha256=kIXcKh2i52cQ_Fz_Dnei8ST3Ud43sEKzslK1PHe4-NE,21013
|
|
34
34
|
oci_cli/oci_template.py,sha256=oTri7oxH6efITNW5IvQTRMUKVhbdjPtDPS14W8sf8zA,1466
|
|
35
35
|
oci_cli/raw_request_cli.py,sha256=47wpowcWbUYbvV7qvULJn3dN5DPfuhAybXa_j7VURvw,5614
|
|
36
|
-
oci_cli/service_mapping.py,sha256=
|
|
36
|
+
oci_cli/service_mapping.py,sha256=AYBI4XeTWRLRnjKl7BWwdIB7M_EpkF-9KRfqax7i3SE,17830
|
|
37
37
|
oci_cli/string_utils.py,sha256=3Y3NxTdIUPC2s1GydK4NvYbGcgof1yVVIO3SRCWWL9U,1247
|
|
38
|
-
oci_cli/version.py,sha256=
|
|
38
|
+
oci_cli/version.py,sha256=43Ucj4fWj4Fm69sYGRObMT6GoAf6ppuwyw2wkXnosoM,366
|
|
39
39
|
oci_cli/aliasing/__init__.py,sha256=uJwxV0GYycBZsWaI-c4Ont8howS5O-mqFKp41dWAhUg,440
|
|
40
40
|
oci_cli/aliasing/command_group_with_alias.py,sha256=7CEDGeegZCby30KMxmempqhvgg3IWsGLZFVmjoWLGWY,3354
|
|
41
41
|
oci_cli/aliasing/parameter_alias.py,sha256=HAKD9P9dr8fQCJtto_7RuzIMwraP0xi349GTRIdVgH8,2420
|
|
@@ -105,6 +105,7 @@ oci_cli/bin/management-dashboard.psm1,sha256=a_f1BBzoctDHVj0PqvYdHx-VeZsBYn3qlhD
|
|
|
105
105
|
oci_cli/bin/marketplace.psm1,sha256=DCiNaV_npQAsl2YQKbdcnKUv9mJbGvMzzq_HAWA9ZzQ,8734
|
|
106
106
|
oci_cli/bin/mngdmac.psm1,sha256=L6E-5T9Me4vx3CweQTM41soUl6zP7NVgIGqZ9RXLsO4,4012
|
|
107
107
|
oci_cli/bin/monitoring.psm1,sha256=1ol_rWsI_uQ0iBNH4pMXIGAwRoO0wd42zURV7xxdBDc,5822
|
|
108
|
+
oci_cli/bin/multicloud.psm1,sha256=vYSiXmftAZGa24cWKHLPdl1Jd--AhwlCuvDrjUgjelA,4774
|
|
108
109
|
oci_cli/bin/mysql.psm1,sha256=LzA_uNBP9WmNe915VsR6WBUy5foJiZGfbLiyYAVCPks,13360
|
|
109
110
|
oci_cli/bin/network-load-balancer.psm1,sha256=1SwMjXqM1Or8ALc8-zlDfjbSleQVDr8UWt7JfGR9-s8,10145
|
|
110
111
|
oci_cli/bin/network.psm1,sha256=gemDjM0MmZ4PTaJ8o0-i8R7YB2Hn7UaKriUYVyQYAeo,45485
|
|
@@ -163,7 +164,7 @@ oci_cli/file_filters/file_path_filter.py,sha256=O6CALKowiBBOFZK6TDTmQNq9pp56ff-r
|
|
|
163
164
|
oci_cli/help_text_producer/__init__.py,sha256=rQx2CmhtvqtIZWMRp8IVqwFQ8r_i1x0Fsxnk5NIYA8k,424
|
|
164
165
|
oci_cli/help_text_producer/help_text_producer.py,sha256=80oRoL9YhAt5p9HmxEaN0hr9HuCm3w5UrowMsTJzG8w,3036
|
|
165
166
|
oci_cli/help_text_producer/data_files/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
166
|
-
oci_cli/help_text_producer/data_files/text/index.txt,sha256=
|
|
167
|
+
oci_cli/help_text_producer/data_files/text/index.txt,sha256=ZPcj4W0rjbYPFttOTJgJZiqFy_AaGhmsjrOVz7_4z-o,7082
|
|
167
168
|
oci_cli/help_text_producer/data_files/text/oci.txt,sha256=84OR4GGLp41jGLfTEooEFpWhEiYEt9Akb8RP37huVlc,6838
|
|
168
169
|
oci_cli/help_text_producer/data_files/text/cmdref/access-governance-cp.txt,sha256=d9qOzyecVt3ux-rimDL4v_QmvQGM3t8WeeGjeyaR9YE,444
|
|
169
170
|
oci_cli/help_text_producer/data_files/text/cmdref/adm.txt,sha256=0RVGwvkB_tBju1Cl-a4509jRUWWQ8P5rODugGYUSHbI,1166
|
|
@@ -224,7 +225,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/distributed-database.txt,sha25
|
|
|
224
225
|
oci_cli/help_text_producer/data_files/text/cmdref/dns.txt,sha256=Ux4CNYYCwi0UArxqUjUtSSHFUkBB7QjuBwuYkeKFBvU,1184
|
|
225
226
|
oci_cli/help_text_producer/data_files/text/cmdref/dts.txt,sha256=12Kj0csVo52oa5vYqWNnfPubuQ3G9_IKTB437qPcDdU,1251
|
|
226
227
|
oci_cli/help_text_producer/data_files/text/cmdref/em-warehouse.txt,sha256=vOlIx8OqGL1uqL4kRPR-LVGN043zz_xhP5Vl5c7iVDw,508
|
|
227
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email-data-plane.txt,sha256=
|
|
228
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email-data-plane.txt,sha256=1lBEHIzP3K1mjvCQll_lLxzC4Zg81OlGnSv6jvRb_Zg,349
|
|
228
229
|
oci_cli/help_text_producer/data_files/text/cmdref/email.txt,sha256=aRaBMK7_kQeEEoXbFOhB3yAEhuWIYfTZtN1VoitkoG4,610
|
|
229
230
|
oci_cli/help_text_producer/data_files/text/cmdref/events.txt,sha256=D84QHUDPdNNDW1sbxiEeglNPuoS5GfARji_QfaL7w1E,323
|
|
230
231
|
oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management.txt,sha256=fy0Fk5rgefIbpZkLvQ49MZZ4G_bJsAt3LVTC7jg6iY8,7128
|
|
@@ -238,7 +239,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt,sha256
|
|
|
238
239
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-inference.txt,sha256=fIv97C_nKwevrNn8O9boR-mQbxzxe5cRmcGdXPpH8f4,1689
|
|
239
240
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai.txt,sha256=CuoAL1ui0C6o8gkcpehYnIkmsisf8yRexLNAbdoqG8Y,1466
|
|
240
241
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt,sha256=EfevccFx_IMufmRHiwo3BqCbAPrPUd7aDG1Et4BZ7b8,4055
|
|
241
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=
|
|
242
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=7ljiq6CMKePIZDbfF2Q6BnTQDlNYuZKdXxEKFb-k2bc,996
|
|
242
243
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks.txt,sha256=sAb7CMAf0ymUk717V0t1tgyNvmwWhhe38GETK3-HsU4,599
|
|
243
244
|
oci_cli/help_text_producer/data_files/text/cmdref/iam.txt,sha256=VcHCSEaY5X5DX1E7_5cxrDe5PtGEJteHKKkXlMTJKg8,3329
|
|
244
245
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt,sha256=K-kxHuWvT327BA60gsTlueC3Ftfy7bXFMsz23mDokTw,6544
|
|
@@ -264,6 +265,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/media-services.txt,sha256=IoFK
|
|
|
264
265
|
oci_cli/help_text_producer/data_files/text/cmdref/mngdmac.txt,sha256=QnvCJ4NxaVxvzKut47T5_7dGoUPb4PdRiKqtzJmwwfY,737
|
|
265
266
|
oci_cli/help_text_producer/data_files/text/cmdref/model-deployment.txt,sha256=Lp1eLqDIkQS5QSHalwK_kn_sATildE4Qph35-aY1zQ8,590
|
|
266
267
|
oci_cli/help_text_producer/data_files/text/cmdref/monitoring.txt,sha256=KNkfnzM4RK1mZmv7Db30R3jvYwTiPmmfrR5xMK0Tnw0,931
|
|
268
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud.txt,sha256=MSWyZ_V4HMrjfOfUdXApkhrE1laOahi5JkZ99qtYPUQ,957
|
|
267
269
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql.txt,sha256=ppBkMvCyJZ1FG4XX0qOULF7PFQQLX0R0uyw4aWnG9s8,939
|
|
268
270
|
oci_cli/help_text_producer/data_files/text/cmdref/network-firewall.txt,sha256=QFDZDo-3AR6g8LMD_XDF3epOI-jwK3QsovtnG6jRl34,1787
|
|
269
271
|
oci_cli/help_text_producer/data_files/text/cmdref/network.txt,sha256=Kjjx4DlFBurPYcV3MOmscf0A1EZr4UIXqxHjHYGtxno,5092
|
|
@@ -271,7 +273,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/nlb.txt,sha256=6Xxftcr815CSKp9
|
|
|
271
273
|
oci_cli/help_text_producer/data_files/text/cmdref/nosql.txt,sha256=3xc3L6zGK7xyNWYlw7uAtaEVUou1KaIGj2N6-RXhClM,771
|
|
272
274
|
oci_cli/help_text_producer/data_files/text/cmdref/occ.txt,sha256=vo_hGQnp3HyLcDtWYOa36Dbe3DYkHJu-8Lc1KMjte8Q,488
|
|
273
275
|
oci_cli/help_text_producer/data_files/text/cmdref/oce.txt,sha256=1Ik9gLpk6PS5-sT4MBTjujCIayo8jYRGrkIgtS6hN2I,405
|
|
274
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt,sha256=
|
|
276
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt,sha256=KZRz0H-aRs1ilCG-cB3ATyRs_Ru2OAfsCljd8QolTNc,783
|
|
275
277
|
oci_cli/help_text_producer/data_files/text/cmdref/oda.txt,sha256=UsrajcmOwMFWhiIJgfowZGcyOLlgMMkwK6RoR3VP9Pw,3713
|
|
276
278
|
oci_cli/help_text_producer/data_files/text/cmdref/oma.txt,sha256=66xhqSlxkYwJ8VniVXKMjwuxnTyJFwZR0zis3ceQzd0,853
|
|
277
279
|
oci_cli/help_text_producer/data_files/text/cmdref/onesubscription.txt,sha256=kKBkOlZUGwQBnT50EmsPb_Irkx9qmAs4ym7epwcA9tA,705
|
|
@@ -281,7 +283,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/opctl.txt,sha256=QQnMX7w2Fd6oC
|
|
|
281
283
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch.txt,sha256=RSGoRSnfkTKnXncj26oA70EtsUOx3LK8-jQMaiTh2gQ,635
|
|
282
284
|
oci_cli/help_text_producer/data_files/text/cmdref/opsi.txt,sha256=M1U7rderbrIosglDYEn00wr24MOEUsu2qC9Qa5XOQ4Y,7996
|
|
283
285
|
oci_cli/help_text_producer/data_files/text/cmdref/optimizer.txt,sha256=7ZqsrntO0cGbaXqZaRa23ajjuGa0WY7kfJZJ0IgdcvY,1070
|
|
284
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=
|
|
286
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=Ir0gcayCEbN6fHLQEn1xdEUilv7Gs3ZDNtSHN_ks47w,1277
|
|
285
287
|
oci_cli/help_text_producer/data_files/text/cmdref/os-management-hub.txt,sha256=Cpfr2MGdJq5kkjZWhXCLqsYB32bIFPFY85WlOakcK2s,4103
|
|
286
288
|
oci_cli/help_text_producer/data_files/text/cmdref/os-management.txt,sha256=2L0L2zQC80CJcj4QTrvV8AL0MYd-YVOW4dsigOUIMU0,1820
|
|
287
289
|
oci_cli/help_text_producer/data_files/text/cmdref/os.txt,sha256=9Yomemh8e5T6Ac4nOeJy_Kf80kx2PA2rkvuNE0_DesY,1128
|
|
@@ -4026,7 +4028,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db/database/create-database-cr
|
|
|
4026
4028
|
oci_cli/help_text_producer/data_files/text/cmdref/db/database/create-database-from-backup.txt,sha256=lATKpxleR60qjP-4f1MkMNXEQR_IEt98pyWFJCKYHNU,6302
|
|
4027
4029
|
oci_cli/help_text_producer/data_files/text/cmdref/db/database/create-from-backup.txt,sha256=E0LK15Hk3yF4X9gSupIJYM4DMgd8SgYNZ77ZLnHmJRA,8376
|
|
4028
4030
|
oci_cli/help_text_producer/data_files/text/cmdref/db/database/create-from-database.txt,sha256=e8_IonwQQGzAKQMLSRlI45taHbzuySfjXST8ut1Py6k,7371
|
|
4029
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/database/create-standby-database.txt,sha256=
|
|
4031
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/database/create-standby-database.txt,sha256=jjkWCEdxpk0LI1wPodiB6xzo8QRSIIGb-MSD_5rniA8,8040
|
|
4030
4032
|
oci_cli/help_text_producer/data_files/text/cmdref/db/database/create.txt,sha256=HUPLOkfqvAiJ-XLwGCppMVYCzq15v6vCWVmb-TxfpOg,11782
|
|
4031
4033
|
oci_cli/help_text_producer/data_files/text/cmdref/db/database/delete.txt,sha256=we5CsUPHVq5sAR1OFkc0auKrTiN6O5oQwrUF-DRMQDU,3379
|
|
4032
4034
|
oci_cli/help_text_producer/data_files/text/cmdref/db/database/disable-database-management.txt,sha256=v56MVvAHq9Rw81mncfqoC7LQgle0yVTChvL9LMHBXeQ,4771
|
|
@@ -5031,7 +5033,9 @@ oci_cli/help_text_producer/data_files/text/cmdref/email/work-request/get.txt,sha
|
|
|
5031
5033
|
oci_cli/help_text_producer/data_files/text/cmdref/email/work-request/list.txt,sha256=R199iCBlCkjz5jiftdML0hcfw4p3uIlq5uYVBqeovPs,3478
|
|
5032
5034
|
oci_cli/help_text_producer/data_files/text/cmdref/email/work-request-error/list.txt,sha256=wuzjo-YCvzTyaOG-odmG6CcSMYe4tAGTsUqfnjZoCX8,3456
|
|
5033
5035
|
oci_cli/help_text_producer/data_files/text/cmdref/email/work-request-log/list.txt,sha256=klz0ULWPhW-bHF6frogsPZaifmryddTFwgrIkMDxa8A,3448
|
|
5036
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email-data-plane/email-raw-submitted-response.txt,sha256=mau25HUoAWiNBPWGE736uTkG-VlcqHBMzKI9UwiDaOc,236
|
|
5034
5037
|
oci_cli/help_text_producer/data_files/text/cmdref/email-data-plane/email-submitted-response.txt,sha256=7WXV8XCSJrj4UZDrZjsdy7PJTVxPkf-s12oaC9GL1n8,224
|
|
5038
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email-data-plane/email-raw-submitted-response/submit-raw-email.txt,sha256=dAS86zgURsiIxkXXbFhZSaZqOgEhgJ4Zu8YKFmxg-yM,4409
|
|
5035
5039
|
oci_cli/help_text_producer/data_files/text/cmdref/email-data-plane/email-submitted-response/submit-email.txt,sha256=Aw77LyQufB4H_u4txAmX0ptPV2D52B1E-tSk7wvq30Q,6019
|
|
5036
5040
|
oci_cli/help_text_producer/data_files/text/cmdref/events/rule.txt,sha256=Yb9SvJY6Eo-ogtrikos03m9-mp3tHJFuGlkYx7Oxce0,242
|
|
5037
5041
|
oci_cli/help_text_producer/data_files/text/cmdref/events/rule/change-compartment.txt,sha256=rhxMRoLZgnYMtBGHTqAKCg2LU8KhxwwkKTUP6618EU0,4257
|
|
@@ -5850,7 +5854,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request/list.t
|
|
|
5850
5854
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-error/list.txt,sha256=rWOBa_VKTYY-MaaQpgbAvAeJ8nZoctQDWho2s4wX1pU,3205
|
|
5851
5855
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-log-entry/list.txt,sha256=EzdsVrBmWQZBCwi4UKkZHywQkCQgRcg62ml-YTpknEk,3215
|
|
5852
5856
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule.txt,sha256=TGKSIFXpaqCm_i79P_45Ebd4PsucVoWuEsI7tZ5QNjY,747
|
|
5853
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=
|
|
5857
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=oUZ-3TLlzVQFu6R5HkXgqmV26XEXBRr6K6sf-B2DaJc,262
|
|
5854
5858
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/enforced-governance-rule.txt,sha256=RDRdSpzYGqJnCo6y7PuBQ_ZkcVJ2onD8j7eJ_XzkJqI,247
|
|
5855
5859
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/governance-rule.txt,sha256=2-seomAEnKzfLBZpyOXCnbQGzFsJUEIf7ADX-cnRFpU,495
|
|
5856
5860
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/inclusion-criterion.txt,sha256=JEuQKkXKeNrLIzj1w1jWA5bFCHTplrdt4DvoPgwAtLA,337
|
|
@@ -5878,13 +5882,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane
|
|
|
5878
5882
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/list.txt,sha256=C1OwOb_C4apZNRAuNj6jxLtUkhk90WkP0f5wqxkSPJo,3935
|
|
5879
5883
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/retry.txt,sha256=POX41lH0Qn6XpnZwcygZ65NOx2GwDcLQJZ7A_qfpzjw,4320
|
|
5880
5884
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
|
|
5881
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log
|
|
5885
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
|
|
5882
5886
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request.txt,sha256=XhA8S7RfdK8Ov6-V5ASYx1yUrY-4TGbAgx6pBLlyMDw,154
|
|
5883
5887
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/cancel.txt,sha256=ppMuQa-4dyhZHDxvLHlBGTwEW2nE90rA6AlEmp_sDJE,3222
|
|
5884
5888
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/get.txt,sha256=AWzzQWw-HEt2EAe2NJitsSUjK9q3--4im71X7Dh7Kr0,2830
|
|
5885
5889
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/list.txt,sha256=UM49uAHi8HQnmiYbuvGE10M6R7J_jkMz3nZKOu7uqxA,3620
|
|
5886
5890
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/list-errors.txt,sha256=JDB4ieNtUv77aIcHzTzyv-3AB2HubHUE8kB6zfjllSk,3684
|
|
5887
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log
|
|
5891
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log/list.txt,sha256=j1bzTpiVx0vcMBgv1UwxrsA6Fmpf-8oLDLmMTK_pwxc,3641
|
|
5888
5892
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-monitor.txt,sha256=WJlsQ1wPbzczvAUiVMicgaFHnPscAMDiPb8Kj0xMxc4,245
|
|
5889
5893
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe-result.txt,sha256=zcygFnKRIn4cHdPQafl50bhiLeErptIAUpven3duA6k,387
|
|
5890
5894
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe.txt,sha256=f2WhMEjdazb6skkMW2nlG0NRt4KB6Jhwv2m58NBIcDA,196
|
|
@@ -7607,6 +7611,28 @@ oci_cli/help_text_producer/data_files/text/cmdref/monitoring/metric/list.txt,sha
|
|
|
7607
7611
|
oci_cli/help_text_producer/data_files/text/cmdref/monitoring/metric-data/post.txt,sha256=9L9TKQ8ZQO-VCQD4NH5mr-Gr81CkUg2xw9-XSGyZujo,5191
|
|
7608
7612
|
oci_cli/help_text_producer/data_files/text/cmdref/monitoring/metric-data/summarize-metrics-data.txt,sha256=rEWsYu8onxoAVRUantiaaMk2MlOVR-9d-V6iFE7m3hc,9991
|
|
7609
7613
|
oci_cli/help_text_producer/data_files/text/cmdref/monitoring/suppression/remove.txt,sha256=HSk2_wVgDbOjbd9UX8vo0ab-uhOro18v_lMZDdr7pAQ,5160
|
|
7614
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/metadata.txt,sha256=n5aZx5Tvn9uhMoTvlGCBFMaaN5g9LjHUFAL0vcPrUdA,565
|
|
7615
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/multi-clouds-metadata.txt,sha256=loTpyG4jt94C4DL-EiCKwYizeqDlRMoL3bSiPAZ2HtE,392
|
|
7616
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-network-anchor.txt,sha256=BxAi9IFKEh428m4CM0TWf42z83QYek6TRsmShoNL6nU,373
|
|
7617
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-resource-anchor.txt,sha256=ZJXwm4hzw7As_JhkKwowH2TiIZNsVC__wmprOvlKQj4,378
|
|
7618
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/metadata/external-location-mapping-metadatum-summary-collection.txt,sha256=71kLG6tCmJd7M_w31bscKo4_K4WNEQ9gs6zybYskC0c,279
|
|
7619
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/metadata/external-location-summaries-metadatum-summary-collection.txt,sha256=Tb4stHz-peFShOyTL_H0nmDm1Z0LngviitXzcX9oqqE,314
|
|
7620
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/metadata/external-locations-metadatum-collection.txt,sha256=0FeUGv6tcMlI2-JhVmD-LkMGOD5iGgo72luKBhlYa2E,251
|
|
7621
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/metadata/external-location-mapping-metadatum-summary-collection/list-external-location-mapping-metadata.txt,sha256=OczHSKA86Fr66TipRfAHuXWMGzMM2eGNPPs2nDT_XQE,6327
|
|
7622
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/metadata/external-location-summaries-metadatum-summary-collection/list-external-location-summaries-metadata.txt,sha256=252PESjlyz4QeRtpWImkpNwg2ncPzU3bvvK1RI-E8fY,5455
|
|
7623
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/metadata/external-locations-metadatum-collection/list-external-location-details-metadata.txt,sha256=-Jk9fAUHU20RuqeMP0UJNCmG9Tmj4d0CSCq4XPS73K8,9383
|
|
7624
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/multi-clouds-metadata/multi-cloud-metadata-collection.txt,sha256=Lr29kms17Vj4l2sSo87xt2mr7ZoK8VKKWLGzTMMHvKE,207
|
|
7625
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/multi-clouds-metadata/multi-cloud-metadata.txt,sha256=0S4saQ1F1gri0fmMGtUvx1HKG3CyzR-4rxXadnc90l8,200
|
|
7626
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/multi-clouds-metadata/multi-cloud-metadata/get.txt,sha256=TpJs8M7aGpiCnorg4BYlyV9S9hond0WDP06ZCMjPVd8,3175
|
|
7627
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/multi-clouds-metadata/multi-cloud-metadata-collection/list-multi-cloud-metadata.txt,sha256=8CzNCPdEA2puiZMycLhc4mi3L0UKfbfSUoS8cglWiwk,4063
|
|
7628
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-network-anchor/network-anchor-collection.txt,sha256=XqMC77zfDNGxyWOVl4urQi7m1WavPn6lQJKwFJlF8Gc,260
|
|
7629
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-network-anchor/network-anchor.txt,sha256=IJm_Q4Qp-mkqh1VHi8_4DZotXyDmXNf3r5ohapn87uM,401
|
|
7630
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-network-anchor/network-anchor/get.txt,sha256=Y8Jw1mTpoX-A_Ad6rGnx8LhZTLB74nKsUaMzMpW6HeQ,3780
|
|
7631
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-network-anchor/network-anchor-collection/list-network-anchors.txt,sha256=-Gjib5Wn9SjuxTX037QKWwcOWqy_8EjSESAH8MkM8kc,5591
|
|
7632
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-resource-anchor/resource-anchor-collection.txt,sha256=XXPQQlGiDBUhT5_1_rsRVYL62hKYAK0D4TOONOb08Js,265
|
|
7633
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-resource-anchor/resource-anchor.txt,sha256=0GbGy1gZW89KWYMrusMex4CZnAt4T4VDXMqesKczCzI,405
|
|
7634
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-resource-anchor/resource-anchor/get.txt,sha256=cAA2vuO2p7HLRJZsuwhk8LkFQ6JG6sPHsLzew3_Gi7I,3690
|
|
7635
|
+
oci_cli/help_text_producer/data_files/text/cmdref/multicloud/omhub-resource-anchor/resource-anchor-collection/list-resource-anchors.txt,sha256=uBWqw8RuGW_4rdMmRGLkOfvgIZAKpFSCv6UtUknsuqo,5135
|
|
7610
7636
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup.txt,sha256=MF4R0sPGaVCMSl49ZpG1xUoCUVDbr4DfyHP5xIWdZsE,536
|
|
7611
7637
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/channel.txt,sha256=bTi36cywn5ov26qBs6VRBpTIi3i8wrRf9mFRSVKCIUQ,225
|
|
7612
7638
|
oci_cli/help_text_producer/data_files/text/cmdref/mysql/configuration.txt,sha256=e9l0zyr9GxB5IWQQyEkbSvCExzPaT5lvtmXZG9wPoKQ,229
|
|
@@ -8203,7 +8229,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/oce/work-request-log-entry/lis
|
|
|
8203
8229
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/cluster.txt,sha256=JXlcuMuSjhT0bfM4eVO9KdMfjQ42Nmmkbr08ur6vSag,317
|
|
8204
8230
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/esxi-host.txt,sha256=3XlzzgEm2_30zY7U1GLsczXjydpyaQPbhfQe0QZOyNk,595
|
|
8205
8231
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc.txt,sha256=CQIa9hSYJnwoobEX5L5exWya62jdTqef1MeFHPTHJfA,869
|
|
8206
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt,sha256=
|
|
8232
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt,sha256=kDeXQH694uqh8esZ4MoemZm7V7j_dov1PaR_15H3-NU,198
|
|
8207
8233
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-log.txt,sha256=fs9KJ3jJXaOETQPekNTmRBNWcIKD2RR73TqDpDwqg0w,186
|
|
8208
8234
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request.txt,sha256=JsRn0O40f8wgM-fzmtn9GwtokAjlBR-JxCZhkR4Gs7Q,138
|
|
8209
8235
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/cluster/cluster-summary.txt,sha256=pLPiks81e3MqChnbwdgxDE7clmIpPTpXEFgIW6Ltmu0,142
|
|
@@ -8235,7 +8261,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/upgrade-hcx.txt,sha2
|
|
|
8235
8261
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/vmware-versions.txt,sha256=ascNyFoBcCt26Q4UAgwoBoAWDfCHwii5mZK42NyB_CQ,3807
|
|
8236
8262
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request/get.txt,sha256=BDhlVowHKrm4397oiuufIaFo1HKXsq0iWqZRl5uClAQ,2704
|
|
8237
8263
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request/list.txt,sha256=nwFC4CBQrRClXioQAUy3nl41C55ZV6f4CA2jJo08kp4,3426
|
|
8238
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/list
|
|
8264
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/list.txt,sha256=TvYquZLxpn5GubF4Mm68_WpHVEXW-A2AqBBGQhnKBLo,3393
|
|
8239
8265
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-log/list.txt,sha256=b9eaCzDCp6M9E3T84RMCutKxcQym-4sDAhqmShnLqow,3385
|
|
8240
8266
|
oci_cli/help_text_producer/data_files/text/cmdref/oda/instance.txt,sha256=_b_Ex624M19PWRxvuNsTxRZ0zFDgRrg5OTPEEZwfGQs,213
|
|
8241
8267
|
oci_cli/help_text_producer/data_files/text/cmdref/oda/management.txt,sha256=R6tp9PluDlG4rGspEEwcEPtlTVwc3es0AhfckcgoarM,2997
|
|
@@ -8838,8 +8864,8 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/recipient-invita
|
|
|
8838
8864
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/sender-invitation.txt,sha256=LvBcZIPE8MckCZXFt-eNFLe1BBKS1p_bAhnThYtLLwk,358
|
|
8839
8865
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping.txt,sha256=mbw2t-OP0ADliaCjfcdUOOBRjMz9PJ39gZbLC8ace5Q,178
|
|
8840
8866
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription.txt,sha256=lnJu1PYHCPCeSWdWV6inKAMLsAQY-Ww0gtXqNULrQ40,220
|
|
8841
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=
|
|
8842
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log.txt,sha256=
|
|
8867
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
|
|
8868
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry.txt,sha256=8wFPE3-I-Zm0sDOPE-9tFU9u964tYYVEffc55hPiY_w,173
|
|
8843
8869
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request.txt,sha256=CqqYgMRHLcb9v40j_5zXV2wEzzXEkDylVzIvshuOTU4,318
|
|
8844
8870
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/get.txt,sha256=MeGsKlwUcxS9GV35lwdZ-Bot6hy1kmyIw8sugn7NSe0,2848
|
|
8845
8871
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/list.txt,sha256=siSosVy1vgspqJWAjgbHufZl5KK1DY1KxqxkgSzYAjI,3895
|
|
@@ -8890,8 +8916,8 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-map
|
|
|
8890
8916
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping/list.txt,sha256=jNujfSQyyK2rmVKHsvewRGd7CQEzOU_w2wnKqZNjvrw,4032
|
|
8891
8917
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/get.txt,sha256=pN90IakAwEh5CC6dVEpDmytF3HZrgqzTjc1m_TEwh7k,2743
|
|
8892
8918
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/list.txt,sha256=wrQR1xUsAUEbMnVrDooXxVB-ke5NczG-K35W3azrOZI,3339
|
|
8893
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list
|
|
8894
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log/list.txt,sha256=
|
|
8919
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list.txt,sha256=AB5PNzclNCSJWqOu-vBpMFT3XqmrcbXGsQ-KDZjOM1M,3361
|
|
8920
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry/list.txt,sha256=4bvmJAf-Qa6JYk-hjjfDS0QAWUl7OhR2T7J8xJh3Gyg,2605
|
|
8895
8921
|
oci_cli/help_text_producer/data_files/text/cmdref/os/bucket.txt,sha256=C_uqazUqUyr_c5g9WVWFuADexOW0phQcpxu6BUSq3N4,678
|
|
8896
8922
|
oci_cli/help_text_producer/data_files/text/cmdref/os/multipart.txt,sha256=0bzYywL0aSnkDEALLRBzGMur-kLC4MdpXEVSS60lFpM,109
|
|
8897
8923
|
oci_cli/help_text_producer/data_files/text/cmdref/os/ns.txt,sha256=pmjAwJtr2wPD5186FycBl7WEdMRbX6TNRef1jgXUgqw,806
|
|
@@ -9763,7 +9789,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/service-mesh/work-request/get.
|
|
|
9763
9789
|
oci_cli/help_text_producer/data_files/text/cmdref/service-mesh/work-request/list-work-request-errors.txt,sha256=hpf9siBonGoRJ9jPU2RVz1NOzEV-fjQAhuGPVANbfk0,3617
|
|
9764
9790
|
oci_cli/help_text_producer/data_files/text/cmdref/service-mesh/work-request/list-work-request-logs.txt,sha256=fdAlq0ha51eeBKhtxV4xXDGxn0QD6hxf5UQuEasRtI4,3605
|
|
9765
9791
|
oci_cli/help_text_producer/data_files/text/cmdref/service-mesh/work-request/list.txt,sha256=k5uaCzd3zR84K4tBSqaL6sspO6w42o8L2akYrlbt6GU,3891
|
|
9766
|
-
oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt,sha256=
|
|
9792
|
+
oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt,sha256=Fi7edrRxVt4eZ1w6kbVq7VVn_XzZ3mhIsUSLtZoE_58,2902
|
|
9767
9793
|
oci_cli/help_text_producer/data_files/text/cmdref/session/export.txt,sha256=TLg1or41EXUOZaTezQJmgdJ-rIQKIoQpp_HP1HbcE-0,1299
|
|
9768
9794
|
oci_cli/help_text_producer/data_files/text/cmdref/session/import.txt,sha256=ej-pnKU8N6KwwzU_cvZWVyMc6WdJdcVJrriRPOqvtZk,1119
|
|
9769
9795
|
oci_cli/help_text_producer/data_files/text/cmdref/session/refresh.txt,sha256=SC5oZnPRzBhgrp2f-Z2zXflYauM68ej9TSTUr5E7AWg,801
|
|
@@ -10939,7 +10965,7 @@ services/data_science/tests/__init__.py,sha256=sSKFQ2lPK9FzGXafBipcLDISaPMKSK9Q7
|
|
|
10939
10965
|
services/database/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
10940
10966
|
services/database/src/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
10941
10967
|
services/database/src/oci_cli_database/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
10942
|
-
services/database/src/oci_cli_database/database_cli_extended.py,sha256=
|
|
10968
|
+
services/database/src/oci_cli_database/database_cli_extended.py,sha256=rea25HsutX9aD4hs8Sn5irrP8e5yrj_jK3V2LfKO9S4,311857
|
|
10943
10969
|
services/database/src/oci_cli_database/generated/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
10944
10970
|
services/database/src/oci_cli_database/generated/client_mappings.py,sha256=IP9FtwxRZ2m7IhZHMVegq5kwn9aHKXa-JJsuBgra21s,792
|
|
10945
10971
|
services/database/src/oci_cli_database/generated/database_cli.py,sha256=WuiDSo9tJAbuyfVmbO6wqH3ZC65cJzBKuP6kTlMZEYc,3237160
|
|
@@ -11218,7 +11244,7 @@ services/email_data_plane/src/__init__.py,sha256=dnqFA299p5wd24MVg1vA8OmOvkAiUF3
|
|
|
11218
11244
|
services/email_data_plane/src/oci_cli_email_dp/__init__.py,sha256=dnqFA299p5wd24MVg1vA8OmOvkAiUF36Qa-QI5FIBtQ,437
|
|
11219
11245
|
services/email_data_plane/src/oci_cli_email_dp/generated/__init__.py,sha256=dnqFA299p5wd24MVg1vA8OmOvkAiUF36Qa-QI5FIBtQ,437
|
|
11220
11246
|
services/email_data_plane/src/oci_cli_email_dp/generated/client_mappings.py,sha256=Qo-UVPzgZIqBxCibbZgr8gDvspjbQZ_T7-u-N7Depps,846
|
|
11221
|
-
services/email_data_plane/src/oci_cli_email_dp/generated/emaildp_cli.py,sha256=
|
|
11247
|
+
services/email_data_plane/src/oci_cli_email_dp/generated/emaildp_cli.py,sha256=UEZ-BmoHhd6K6OSRoG9gAyM9TFpn82716v8Kkhk_B10,8553
|
|
11222
11248
|
services/email_data_plane/tests/__init__.py,sha256=dnqFA299p5wd24MVg1vA8OmOvkAiUF36Qa-QI5FIBtQ,437
|
|
11223
11249
|
services/events/__init__.py,sha256=i-IJa-kvkDrsgjQmvp136RqIglcMBNrrkwa3aCjjFrU,437
|
|
11224
11250
|
services/events/src/__init__.py,sha256=i-IJa-kvkDrsgjQmvp136RqIglcMBNrrkwa3aCjjFrU,437
|
|
@@ -11634,6 +11660,28 @@ services/monitoring/src/oci_cli_monitoring/generated/client_mappings.py,sha256=b
|
|
|
11634
11660
|
services/monitoring/src/oci_cli_monitoring/generated/monitoring_cli.py,sha256=lHyQ43FQyHgf73R8but6m5pBZBDYXYqiIdZvDekI0bM,134142
|
|
11635
11661
|
services/monitoring/tests/__init__.py,sha256=L9ftJA21CZ1l34Bu17SldXTmeLLHdu_lr2RJAjzmj9U,437
|
|
11636
11662
|
services/monitoring/tests/generated_test_request_transformers_monitoring.py,sha256=28toLbjDFY1WSIth8O_IA0NICvIalXzBRicWRizAt78,721
|
|
11663
|
+
services/multicloud/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
11664
|
+
services/multicloud/src/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
11665
|
+
services/multicloud/src/oci_cli_metadata/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
11666
|
+
services/multicloud/src/oci_cli_metadata/generated/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
11667
|
+
services/multicloud/src/oci_cli_metadata/generated/client_mappings.py,sha256=gtys45ma4DKgfvo0hS3ub-T5GXgva9PSOuG6LQ47I_U,806
|
|
11668
|
+
services/multicloud/src/oci_cli_metadata/generated/metadata_cli.py,sha256=7RgUAq9hFpEOelM-evpmMSM1TEDqaf-OVifcsX9lDmo,22487
|
|
11669
|
+
services/multicloud/src/oci_cli_multi_clouds_metadata/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
11670
|
+
services/multicloud/src/oci_cli_multi_clouds_metadata/generated/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
11671
|
+
services/multicloud/src/oci_cli_multi_clouds_metadata/generated/client_mappings.py,sha256=CQs2CKXQUa6HBAARiVTEDL359W3ffDSYy5gnM9MyoDc,841
|
|
11672
|
+
services/multicloud/src/oci_cli_multi_clouds_metadata/generated/multicloudsmetadata_cli.py,sha256=d14oxoSeF08QEA5D-y3nWobbd6hsWisLKLQjcypMgSg,7159
|
|
11673
|
+
services/multicloud/src/oci_cli_multicloud/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
11674
|
+
services/multicloud/src/oci_cli_multicloud/generated/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
11675
|
+
services/multicloud/src/oci_cli_multicloud/generated/multicloud_service_cli.py,sha256=8B9WLVpQd6rMpM0XoU2cYua0UcdKGWGGn0NO62encxE,1146
|
|
11676
|
+
services/multicloud/src/oci_cli_omhub_network_anchor/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
11677
|
+
services/multicloud/src/oci_cli_omhub_network_anchor/generated/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
11678
|
+
services/multicloud/src/oci_cli_omhub_network_anchor/generated/client_mappings.py,sha256=UClUvbhyxpw6_cicJHb1mzRvvdWMJr-yoN1J9dUouiY,838
|
|
11679
|
+
services/multicloud/src/oci_cli_omhub_network_anchor/generated/omhubnetworkanchor_cli.py,sha256=yhlWKPf5ZsJDpljxmIt8t4HoLaHO6cBU4KVI4Y6_dzY,10155
|
|
11680
|
+
services/multicloud/src/oci_cli_omhub_resource_anchor/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
11681
|
+
services/multicloud/src/oci_cli_omhub_resource_anchor/generated/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
11682
|
+
services/multicloud/src/oci_cli_omhub_resource_anchor/generated/client_mappings.py,sha256=ujzPHHiFCKKaxb75iJUm6Ofy417WD6qnari8kQTC5U8,841
|
|
11683
|
+
services/multicloud/src/oci_cli_omhub_resource_anchor/generated/omhubresourceanchor_cli.py,sha256=OsV87BDZrYONk3GStJvgOx360ewJ1mnKJ1vZc3hagZQ,9595
|
|
11684
|
+
services/multicloud/tests/__init__.py,sha256=VQoY_zZYom7U-vLyVRkxTYRnp_skhgTA7sZfETSElzw,437
|
|
11637
11685
|
services/mysql/__init__.py,sha256=7Oq6zMH8U9lZxB6Ym1wI0uhVPf9S1AzqmW6g4qngj-o,437
|
|
11638
11686
|
services/mysql/src/__init__.py,sha256=7Oq6zMH8U9lZxB6Ym1wI0uhVPf9S1AzqmW6g4qngj-o,437
|
|
11639
11687
|
services/mysql/src/oci_cli_channels/__init__.py,sha256=7Oq6zMH8U9lZxB6Ym1wI0uhVPf9S1AzqmW6g4qngj-o,437
|
|
@@ -12452,10 +12500,10 @@ services/zpr/src/oci_cli_zpr/generated/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDv
|
|
|
12452
12500
|
services/zpr/src/oci_cli_zpr/generated/client_mappings.py,sha256=eTLXQDImyDyG8dX8CJdYEjz3h6rCCJb3BFRyeCUAlWs,742
|
|
12453
12501
|
services/zpr/src/oci_cli_zpr/generated/zpr_cli.py,sha256=DZnnwX1MKDrT3zWXrkw2-8Q5hwWOWS0usU-kNsPdye4,58668
|
|
12454
12502
|
services/zpr/tests/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDvNxrBw_If15F0TRiYZKYes,437
|
|
12455
|
-
oci_cli-3.63.
|
|
12456
|
-
oci_cli-3.63.
|
|
12457
|
-
oci_cli-3.63.
|
|
12458
|
-
oci_cli-3.63.
|
|
12459
|
-
oci_cli-3.63.
|
|
12460
|
-
oci_cli-3.63.
|
|
12461
|
-
oci_cli-3.63.
|
|
12503
|
+
oci_cli-3.63.3.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
|
|
12504
|
+
oci_cli-3.63.3.dist-info/METADATA,sha256=nO6kIqTj9EbtLvWz8J35OC2QoxdqHJW6B9aS9R1ffjE,7066
|
|
12505
|
+
oci_cli-3.63.3.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
|
|
12506
|
+
oci_cli-3.63.3.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
12507
|
+
oci_cli-3.63.3.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
|
|
12508
|
+
oci_cli-3.63.3.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
|
|
12509
|
+
oci_cli-3.63.3.dist-info/RECORD,,
|