oci-cli 3.70.0__py3-none-any.whl → 3.70.1__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.
Files changed (196) hide show
  1. oci_cli/bin/artifacts.psm1 +4 -2
  2. oci_cli/bin/dif.psm1 +53 -0
  3. oci_cli/bin/limits.psm1 +2 -2
  4. oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image/list.txt +8 -0
  5. oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image/lookup.txt +93 -0
  6. oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container/image.txt +2 -0
  7. oci_cli/help_text_producer/data_files/text/cmdref/artifacts/container.txt +2 -0
  8. oci_cli/help_text_producer/data_files/text/cmdref/artifacts.txt +18 -2
  9. oci_cli/help_text_producer/data_files/text/cmdref/bv/volume-kms-key/update.txt +5 -0
  10. oci_cli/help_text_producer/data_files/text/cmdref/ce/addon-option/list.txt +6 -1
  11. oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster-options/get.txt +4 -0
  12. oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool-options/get.txt +24 -0
  13. oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-compute-bare-metal-host-placement-constraint-details.txt +12 -0
  14. oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-host-group-placement-constraint-details.txt +12 -0
  15. oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create.txt +12 -0
  16. oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/list.txt +5 -0
  17. oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host-instance/list.txt +5 -0
  18. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
  19. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
  20. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +1 -1
  21. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +1 -1
  22. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/add.txt +227 -0
  23. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/change-compartment.txt +136 -0
  24. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/create.txt +262 -0
  25. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/delete.txt +134 -0
  26. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/deploy-artifacts.txt +198 -0
  27. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/get.txt +96 -0
  28. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/update.txt +274 -0
  29. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack-collection/list-stacks.txt +142 -0
  30. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack-collection.txt +15 -0
  31. oci_cli/help_text_producer/data_files/text/cmdref/dif/stack.txt +31 -0
  32. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request/cancel.txt +103 -0
  33. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request/get.txt +91 -0
  34. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request/list.txt +140 -0
  35. oci_cli/help_text_producer/data_files/text/cmdref/{organizations/work-request-log → dif/work-request-error}/list.txt +22 -9
  36. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request-error.txt +15 -0
  37. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request-log-entry/list-work-request-logs.txt +131 -0
  38. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request-log-entry.txt +15 -0
  39. oci_cli/help_text_producer/data_files/text/cmdref/dif/work-request.txt +23 -0
  40. oci_cli/help_text_producer/data_files/text/cmdref/dif.txt +49 -0
  41. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/compliance/get.txt +99 -0
  42. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/compliance.txt +14 -0
  43. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-dynamic-resource-selection.txt +5 -4
  44. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-environment-fleet-details.txt +5 -4
  45. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-generic-fleet-details.txt +5 -4
  46. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-group-fleet-details.txt +5 -4
  47. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-manual-resource-selection.txt +5 -4
  48. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create-fleet-product-fleet-details.txt +5 -4
  49. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/create.txt +5 -4
  50. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/update-fleet-dynamic-resource-selection.txt +10 -4
  51. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/update-fleet-manual-resource-selection.txt +10 -4
  52. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet/update.txt +10 -4
  53. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding/create.txt +26 -0
  54. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/onboarding/update.txt +30 -0
  55. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-credential-config-category-details.txt +26 -0
  56. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-environment-config-category-details.txt +26 -0
  57. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-lifecycle-operation-config-category-details.txt +26 -0
  58. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-patch-type-config-category-details.txt +26 -0
  59. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-product-config-category-details.txt +26 -0
  60. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-product-stack-config-category-details.txt +26 -0
  61. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create-platform-configuration-self-hosted-instance-config-category-details.txt +26 -0
  62. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/create.txt +26 -0
  63. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-credential-config-category-details.txt +30 -0
  64. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-environment-config-category-details.txt +30 -0
  65. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-lifecycle-operation-config-category-details.txt +30 -0
  66. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-patch-type-config-category-details.txt +30 -0
  67. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-product-config-category-details.txt +30 -0
  68. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-product-stack-config-category-details.txt +30 -0
  69. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update-platform-configuration-self-hosted-instance-config-category-details.txt +30 -0
  70. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration/update.txt +26 -0
  71. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/platform-configuration-collection/list-platform-configurations.txt +1 -1
  72. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/property/create.txt +26 -0
  73. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-admin/property/update.txt +26 -0
  74. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/configure.txt +218 -0
  75. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-git-source-config.txt +4 -0
  76. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-marketplace-source-config.txt +4 -0
  77. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-par-source-config.txt +4 -0
  78. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create-catalog-item-catalog-source-template-config.txt +4 -0
  79. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create.txt +4 -0
  80. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/update.txt +4 -0
  81. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item-collection/list-catalog-items.txt +9 -0
  82. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item-variables-definition/get.txt +97 -0
  83. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item-variables-definition.txt +14 -0
  84. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item.txt +2 -0
  85. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-catalog.txt +6 -0
  86. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/installed-patch-collection/list-installed-patches.txt +152 -0
  87. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/installed-patch-collection.txt +14 -0
  88. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/inventory-record-collection/list-inventory-records.txt +4 -0
  89. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/job-activity/get.txt +4 -0
  90. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/recommended-patch-collection/list-recommended-patches.txt +159 -0
  91. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/recommended-patch-collection.txt +14 -0
  92. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-collection/report.txt +180 -0
  93. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-collection.txt +14 -0
  94. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-metadata-collection/list-report-metadata.txt +133 -0
  95. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/report-metadata-collection.txt +14 -0
  96. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/scheduler-execution-collection/list-scheduler-executions.txt +13 -1
  97. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-component-collection/list-target-components.txt +147 -0
  98. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-component-collection.txt +14 -0
  99. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-property-collection/list-target-properties.txt +143 -0
  100. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations/target-property-collection.txt +14 -0
  101. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-operations.txt +24 -0
  102. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-details/import-runbook.txt +187 -0
  103. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-details.txt +14 -0
  104. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-precheck-details/import-runbook-precheck.txt +182 -0
  105. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-precheck-details.txt +14 -0
  106. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-version-details/import-runbook-version.txt +183 -0
  107. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/import-runbook-version-details.txt +14 -0
  108. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-transfer-runbook-object-storage-bucket-content-details.txt +160 -0
  109. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-transfer-runbook-par-url-content-details.txt +147 -0
  110. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-version-transfer-runbook-object-storage-bucket-content-details.txt +147 -0
  111. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-version-transfer-runbook-par-url-content-details.txt +134 -0
  112. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export-runbook-version.txt +145 -0
  113. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook/export.txt +155 -0
  114. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export/get.txt +105 -0
  115. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-dependency-collection/find-runbook-export-dependency.txt +114 -0
  116. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-dependency-collection.txt +15 -0
  117. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-status-collection/list-runbook-export-statuses.txt +135 -0
  118. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export-status-collection.txt +15 -0
  119. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-export.txt +14 -0
  120. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import/get.txt +105 -0
  121. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency-transfer-runbook-object-storage-bucket-content-details.txt +119 -0
  122. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency-transfer-runbook-par-url-content-details.txt +106 -0
  123. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection/find-runbook-import-dependency.txt +117 -0
  124. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-dependency-collection.txt +21 -0
  125. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-status-collection/list-runbook-import-statuses.txt +135 -0
  126. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import-status-collection.txt +15 -0
  127. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-import.txt +14 -0
  128. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version/create.txt +5 -4
  129. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version/update.txt +1 -1
  130. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook-version.txt +4 -1
  131. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks/runbook.txt +14 -0
  132. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-apps-management-runbooks.txt +56 -0
  133. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-target-collection/list-fleet-targets.txt +9 -0
  134. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management/fleet-target-collection/list-targets.txt +4 -0
  135. oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management.txt +90 -0
  136. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/dedicated-ai-cluster/create.txt +10 -1
  137. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/change-compartment.txt +106 -0
  138. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/create-from-huggingface.txt +213 -0
  139. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/create-from-objectstorage.txt +203 -0
  140. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/delete.txt +131 -0
  141. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/get.txt +91 -0
  142. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model/update.txt +183 -0
  143. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model-collection/list-imported-models.txt +161 -0
  144. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model-collection.txt +14 -0
  145. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/imported-model.txt +30 -0
  146. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai/model-collection/list-models.txt +1 -1
  147. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai.txt +18 -0
  148. oci_cli/help_text_producer/data_files/text/cmdref/limits/definition/list.txt +5 -5
  149. oci_cli/help_text_producer/data_files/text/cmdref/limits/resource-availability/get.txt +9 -5
  150. oci_cli/help_text_producer/data_files/text/cmdref/limits/service/list.txt +1 -1
  151. oci_cli/help_text_producer/data_files/text/cmdref/limits/value/list.txt +7 -3
  152. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/{list-errors.txt → list.txt} +5 -5
  153. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt +1 -1
  154. oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +1 -1
  155. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list-errors.txt → list.txt} +5 -5
  156. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
  157. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry/list.txt +100 -0
  158. oci_cli/help_text_producer/data_files/text/cmdref/organizations/{work-request-log.txt → work-request-log-entry.txt} +2 -2
  159. oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +2 -2
  160. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt +6 -6
  161. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt +2 -2
  162. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt +1 -1
  163. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt +4 -4
  164. oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt +3 -3
  165. oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt +1 -1
  166. oci_cli/help_text_producer/data_files/text/index.txt +2 -0
  167. oci_cli/service_mapping.py +5 -0
  168. oci_cli/version.py +1 -1
  169. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/METADATA +2 -2
  170. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/RECORD +196 -114
  171. services/artifacts/src/oci_cli_artifacts/artifacts_cli_extended.py +4 -0
  172. services/artifacts/src/oci_cli_artifacts/generated/artifacts_cli.py +36 -3
  173. services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py +18 -3
  174. services/core/src/oci_cli_blockstorage/generated/blockstorage_cli.py +4 -1
  175. services/core/src/oci_cli_compute/generated/compute_cli.py +35 -5
  176. services/dif/__init__.py +4 -0
  177. services/dif/src/__init__.py +4 -0
  178. services/dif/src/oci_cli_stack/__init__.py +4 -0
  179. services/dif/src/oci_cli_stack/generated/__init__.py +4 -0
  180. services/dif/src/oci_cli_stack/generated/client_mappings.py +14 -0
  181. services/dif/src/oci_cli_stack/generated/stack_cli.py +887 -0
  182. services/dif/src/oci_cli_stack/stack_cli_extended.py +51 -0
  183. services/dif/tests/__init__.py +4 -0
  184. services/fleet_apps_management/src/oci_cli_fleet_apps_management/generated/fleetappsmanagement_cli.py +63 -15
  185. services/fleet_apps_management/src/oci_cli_fleet_apps_management_admin/generated/fleetappsmanagementadmin_cli.py +265 -65
  186. services/fleet_apps_management/src/oci_cli_fleet_apps_management_catalog/generated/fleetappsmanagementcatalog_cli.py +154 -7
  187. services/fleet_apps_management/src/oci_cli_fleet_apps_management_operations/generated/fleetappsmanagementoperations_cli.py +473 -31
  188. services/fleet_apps_management/src/oci_cli_fleet_apps_management_runbooks/generated/fleetappsmanagementrunbooks_cli.py +1055 -34
  189. services/generative_ai/src/oci_cli_generative_ai/generated/generativeai_cli.py +640 -59
  190. services/generative_ai/src/oci_cli_generative_ai/generativeai_cli_extended.py +107 -0
  191. services/limits/src/oci_cli_limits/generated/limits_cli.py +15 -9
  192. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/LICENSE.txt +0 -0
  193. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  194. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/WHEEL +0 -0
  195. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/entry_points.txt +0 -0
  196. {oci_cli-3.70.0.dist-info → oci_cli-3.70.1.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,10 @@ runbook-version
5
5
  Description
6
6
  ===========
7
7
 
8
- Version for the runbook.
8
+ Version for the runbook. Versioning runbooks in Fleet Application
9
+ Management involve assigning unique identifiers or version numbers to
10
+ different iterations of the runbook to track changes, improvements,
11
+ and updates over time.
9
12
 
10
13
 
11
14
  Available Commands
@@ -19,6 +19,20 @@ Available Commands
19
19
 
20
20
  * delete
21
21
 
22
+ * export
23
+
24
+ * export-runbook-transfer-runbook-object-storage-bucket-content-
25
+ details
26
+
27
+ * export-runbook-transfer-runbook-par-url-content-details
28
+
29
+ * export-runbook-version
30
+
31
+ * export-runbook-version-transfer-runbook-object-storage-bucket-
32
+ content-details
33
+
34
+ * export-runbook-version-transfer-runbook-par-url-content-details
35
+
22
36
  * get
23
37
 
24
38
  * publish
@@ -13,6 +13,18 @@ enhance operational efficiency across an enterprise.
13
13
  Available Commands
14
14
  ==================
15
15
 
16
+ * import-runbook-details
17
+
18
+ * import-runbook
19
+
20
+ * import-runbook-precheck-details
21
+
22
+ * import-runbook-precheck
23
+
24
+ * import-runbook-version-details
25
+
26
+ * import-runbook-version
27
+
16
28
  * runbook
17
29
 
18
30
  * change-compartment
@@ -21,6 +33,20 @@ Available Commands
21
33
 
22
34
  * delete
23
35
 
36
+ * export
37
+
38
+ * export-runbook-transfer-runbook-object-storage-bucket-content-
39
+ details
40
+
41
+ * export-runbook-transfer-runbook-par-url-content-details
42
+
43
+ * export-runbook-version
44
+
45
+ * export-runbook-version-transfer-runbook-object-storage-bucket-
46
+ content-details
47
+
48
+ * export-runbook-version-transfer-runbook-par-url-content-details
49
+
24
50
  * get
25
51
 
26
52
  * publish
@@ -33,6 +59,36 @@ Available Commands
33
59
 
34
60
  * list-runbooks
35
61
 
62
+ * runbook-export
63
+
64
+ * get
65
+
66
+ * runbook-export-dependency-collection
67
+
68
+ * find-runbook-export-dependency
69
+
70
+ * runbook-export-status-collection
71
+
72
+ * list-runbook-export-statuses
73
+
74
+ * runbook-import
75
+
76
+ * get
77
+
78
+ * runbook-import-dependency-collection
79
+
80
+ * find-runbook-import-dependency
81
+
82
+ * find-runbook-import-dependency-transfer-runbook-object-storage-
83
+ bucket-content-details
84
+
85
+ * find-runbook-import-dependency-transfer-runbook-par-url-content-
86
+ details
87
+
88
+ * runbook-import-status-collection
89
+
90
+ * list-runbook-import-statuses
91
+
36
92
  * runbook-version
37
93
 
38
94
  * create
@@ -69,6 +69,15 @@ For examples on usage of this option, please see our “using CLI with
69
69
  advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
70
70
  nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
71
71
 
72
+ --lifecycle-state [text]
73
+
74
+ A filter to return fleets whose lifecycleState matches the given
75
+ lifecycleState.
76
+
77
+ Accepted values are:
78
+
79
+ ACTIVE, DELETED, FAILED
80
+
72
81
  --limit [integer]
73
82
 
74
83
  The maximum number of items to return.
@@ -70,6 +70,10 @@ For examples on usage of this option, please see our “using CLI with
70
70
  advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
71
71
  nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
72
72
 
73
+ --is-confirmed-targets [boolean]
74
+
75
+ If set to true, confirmed targets will be returned.
76
+
73
77
  --limit [integer]
74
78
 
75
79
  The maximum number of items to return.
@@ -17,6 +17,10 @@ Available Commands
17
17
 
18
18
  * list-announcements
19
19
 
20
+ * compliance
21
+
22
+ * get
23
+
20
24
  * compliance-report
21
25
 
22
26
  * get
@@ -195,6 +199,8 @@ Available Commands
195
199
 
196
200
  * clone
197
201
 
202
+ * configure
203
+
198
204
  * create
199
205
 
200
206
  * create-catalog-item-catalog-git-source-config
@@ -215,6 +221,10 @@ Available Commands
215
221
 
216
222
  * list-catalog-items
217
223
 
224
+ * catalog-item-variables-definition
225
+
226
+ * get
227
+
218
228
  * fleet-apps-management-maintenance-window
219
229
 
220
230
  * maintenance-window
@@ -253,6 +263,10 @@ Available Commands
253
263
 
254
264
  * list-executions
255
265
 
266
+ * installed-patch-collection
267
+
268
+ * list-installed-patches
269
+
256
270
  * inventory-record-collection
257
271
 
258
272
  * list-inventory-records
@@ -289,6 +303,18 @@ Available Commands
289
303
 
290
304
  * list-patches
291
305
 
306
+ * recommended-patch-collection
307
+
308
+ * list-recommended-patches
309
+
310
+ * report-collection
311
+
312
+ * report
313
+
314
+ * report-metadata-collection
315
+
316
+ * list-report-metadata
317
+
292
318
  * resource-collection
293
319
 
294
320
  * list-resources
@@ -349,6 +375,14 @@ Available Commands
349
375
 
350
376
  * list-steps
351
377
 
378
+ * target-component-collection
379
+
380
+ * list-target-components
381
+
382
+ * target-property-collection
383
+
384
+ * list-target-properties
385
+
352
386
  * fleet-apps-management-provision
353
387
 
354
388
  * provision
@@ -369,6 +403,18 @@ Available Commands
369
403
 
370
404
  * fleet-apps-management-runbooks
371
405
 
406
+ * import-runbook-details
407
+
408
+ * import-runbook
409
+
410
+ * import-runbook-precheck-details
411
+
412
+ * import-runbook-precheck
413
+
414
+ * import-runbook-version-details
415
+
416
+ * import-runbook-version
417
+
372
418
  * runbook
373
419
 
374
420
  * change-compartment
@@ -377,6 +423,20 @@ Available Commands
377
423
 
378
424
  * delete
379
425
 
426
+ * export
427
+
428
+ * export-runbook-transfer-runbook-object-storage-bucket-content-
429
+ details
430
+
431
+ * export-runbook-transfer-runbook-par-url-content-details
432
+
433
+ * export-runbook-version
434
+
435
+ * export-runbook-version-transfer-runbook-object-storage-bucket-
436
+ content-details
437
+
438
+ * export-runbook-version-transfer-runbook-par-url-content-details
439
+
380
440
  * get
381
441
 
382
442
  * publish
@@ -389,6 +449,36 @@ Available Commands
389
449
 
390
450
  * list-runbooks
391
451
 
452
+ * runbook-export
453
+
454
+ * get
455
+
456
+ * runbook-export-dependency-collection
457
+
458
+ * find-runbook-export-dependency
459
+
460
+ * runbook-export-status-collection
461
+
462
+ * list-runbook-export-statuses
463
+
464
+ * runbook-import
465
+
466
+ * get
467
+
468
+ * runbook-import-dependency-collection
469
+
470
+ * find-runbook-import-dependency
471
+
472
+ * find-runbook-import-dependency-transfer-runbook-object-storage-
473
+ bucket-content-details
474
+
475
+ * find-runbook-import-dependency-transfer-runbook-par-url-content-
476
+ details
477
+
478
+ * runbook-import-status-collection
479
+
480
+ * list-runbook-import-statuses
481
+
392
482
  * runbook-version
393
483
 
394
484
  * create
@@ -53,7 +53,16 @@ Allowed values are: - LARGE_COHERE - LARGE_COHERE_V2 - SMALL_COHERE -
53
53
  SMALL_COHERE_V2 - SMALL_COHERE_4 - EMBED_COHERE - LLAMA2_70 -
54
54
  LARGE_GENERIC - LARGE_COHERE_V2_2 - LARGE_GENERIC_4 - SMALL_GENERIC_V2
55
55
  - LARGE_GENERIC_2 - LARGE_COHERE_V3 - RERANK_COHERE - SMALL_GENERIC_V1
56
- - MEDIUM_GENERIC_V1 - LARGE_GENERIC_V1
56
+ - MEDIUM_GENERIC_V1 - LARGE_GENERIC_V1 - A10_X1 - A10_X2 - A10_X4 -
57
+ A100_40G_X1 - A100_40G_X2 - A100_40G_X4 - A100_40G_X8 - A100_80G_X1 -
58
+ A100_80G_X2 - A100_80G_X4 - A100_80G_X8 - H100_X1 - H100_X2 - H100_X4
59
+ - H100_X8 - H200_X1 - H200_X2 - H200_X4 - H200_X8
60
+
61
+ The following shapes can only be used to deploy imported models: -
62
+ A10_X1, A10_X2, A10_X4 - A100_40G_X1, A100_40G_X2, A100_40G_X4,
63
+ A100_40G_X8 - A100_80G_X1, A100_80G_X2, A100_80G_X4, A100_80G_X8 -
64
+ H100_X1, H100_X2, H100_X4, H100_X8 - H200_X1, H200_X2, H200_X4,
65
+ H200_X8
57
66
 
58
67
 
59
68
  Optional Parameters
@@ -0,0 +1,106 @@
1
+ "change-compartment"
2
+ ********************
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Moves an imported model into a different compartment. For information
21
+ about moving resources between compartments, see Moving Resources to a
22
+ Different Compartment.
23
+
24
+
25
+ Usage
26
+ =====
27
+
28
+ oci generative-ai imported-model change-compartment [OPTIONS]
29
+
30
+
31
+ Required Parameters
32
+ ===================
33
+
34
+ --compartment-id, -c [text]
35
+
36
+ The destination compartment OCID
37
+
38
+ --imported-model-id [text]
39
+
40
+ The importedModel OCID
41
+
42
+
43
+ Optional Parameters
44
+ ===================
45
+
46
+ --from-json [text]
47
+
48
+ Provide input to this command as a JSON document from a file using the
49
+ file://path-to/file syntax.
50
+
51
+ The "--generate-full-command-json-input" option can be used to
52
+ generate a sample json file to be used with this command option. The
53
+ key names are pre-populated and match the command option names
54
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
55
+ while the values of the keys need to be populated by the user before
56
+ using the sample file as an input to this command. For any command
57
+ option that accepts multiple values, the value of the key can be a
58
+ JSON array.
59
+
60
+ Options can still be provided on the command line. If an option exists
61
+ in both the JSON document and the command line then the command line
62
+ specified value will be used.
63
+
64
+ For examples on usage of this option, please see our “using CLI with
65
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
66
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
67
+
68
+ --if-match [text]
69
+
70
+ For optimistic concurrency control. In the PUT or DELETE call for a
71
+ resource, set the *if-match* parameter to the value of the etag from a
72
+ previous GET or POST response for that resource. The resource will be
73
+ updated or deleted only if the etag you provide matches the resource’s
74
+ current etag value.
75
+
76
+
77
+ Global Parameters
78
+ =================
79
+
80
+ Use "oci --help" for help on global parameters.
81
+
82
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
83
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
84
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
85
+ --generate-param-json-input", "--help", "--latest-version", "--max-
86
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
87
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
88
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
89
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
90
+
91
+
92
+ Example using required parameter
93
+ ================================
94
+
95
+ Copy the following CLI commands into a file named example.sh. Run the
96
+ command by typing “bash example.sh” and replacing the example
97
+ parameters with your own.
98
+
99
+ Please note this sample will only work in the POSIX-compliant bash-
100
+ like shell. You need to set up the OCI configuration and appropriate
101
+ security policies before trying the examples.
102
+
103
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/generative-ai/imported-model/change-compartment.html#cmdoption-compartment-id
104
+ export imported_model_id=<substitute-value-of-imported_model_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/generative-ai/imported-model/change-compartment.html#cmdoption-imported-model-id
105
+
106
+ oci generative-ai imported-model change-compartment --compartment-id $compartment_id --imported-model-id $imported_model_id
@@ -0,0 +1,213 @@
1
+ "create-from-huggingface"
2
+ *************************
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Import a model from ModelDataSource.
21
+
22
+ The header contains an opc-work-request-id, which is the id for the
23
+ WorkRequest that tracks the importedModel creation progress.
24
+
25
+
26
+ Usage
27
+ =====
28
+
29
+ oci generative-ai imported-model create-from-huggingface [OPTIONS]
30
+
31
+
32
+ Required Parameters
33
+ ===================
34
+
35
+ --compartment-id, -c [text]
36
+
37
+ The compartment OCID from which the model is imported.
38
+
39
+ --model-id [text]
40
+
41
+ The full model OCID from Hugging Face, typically in the format “org
42
+ /model-name” (e.g., “meta-llama/Llama-2-7b”).
43
+
44
+
45
+ Optional Parameters
46
+ ===================
47
+
48
+ --access-token [text]
49
+
50
+ Hugging Face access token to authenticate requests for restricted
51
+ models. This token will be securely stored in OCI Vault.
52
+
53
+ --branch [text]
54
+
55
+ The name of the branch in the Hugging Face repository to import the
56
+ model from. If not specified, “main” will be used by default. If you
57
+ provide both a branch and a commit hash, the model will be imported
58
+ from the specified commit.
59
+
60
+ --capabilities [text]
61
+
62
+ Specifies the intended use or supported capabilities of the imported
63
+ model.
64
+
65
+ Accepted values are:
66
+
67
+ EMBEDDING, IMAGE_TEXT_TO_TEXT, RERANK, TEXT_TO_TEXT
68
+
69
+ --commit [text]
70
+
71
+ The commit hash in the Hugging Face repository to import the model
72
+ from. If both a branch and a commit are provided, the commit hash will
73
+ be used.
74
+
75
+ --defined-tags [complex type]
76
+
77
+ Defined tags for this resource. Each key is predefined and scoped to a
78
+ namespace. For more information, see Resource Tags.
79
+
80
+ Example:
81
+
82
+ {"Operations": {"CostCenter": "42"}}
83
+
84
+ This is a complex type whose value must be valid JSON. The value can
85
+ be provided as a string on the command line or passed in as a file
86
+ using the file://path/to/file syntax.
87
+
88
+ The "--generate-param-json-input" option can be used to generate an
89
+ example of the JSON which must be provided. We recommend storing this
90
+ example in a file, modifying it as needed and then passing it back in
91
+ via the file:// syntax.
92
+
93
+ --description [text]
94
+
95
+ An optional description of the imported model.
96
+
97
+ --display-name [text]
98
+
99
+ A user-friendly name for the imported model.
100
+
101
+ --freeform-tags [complex type]
102
+
103
+ Free-form tags for this resource. Each tag is a simple key-value pair
104
+ with no predefined name, type, or namespace. For more information, see
105
+ Resource Tags.
106
+
107
+ Example:
108
+
109
+ {"Department": "Finance"}
110
+
111
+ This is a complex type whose value must be valid JSON. The value can
112
+ be provided as a string on the command line or passed in as a file
113
+ using the file://path/to/file syntax.
114
+
115
+ The "--generate-param-json-input" option can be used to generate an
116
+ example of the JSON which must be provided. We recommend storing this
117
+ example in a file, modifying it as needed and then passing it back in
118
+ via the file:// syntax.
119
+
120
+ --from-json [text]
121
+
122
+ Provide input to this command as a JSON document from a file using the
123
+ file://path-to/file syntax.
124
+
125
+ The "--generate-full-command-json-input" option can be used to
126
+ generate a sample json file to be used with this command option. The
127
+ key names are pre-populated and match the command option names
128
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
129
+ while the values of the keys need to be populated by the user before
130
+ using the sample file as an input to this command. For any command
131
+ option that accepts multiple values, the value of the key can be a
132
+ JSON array.
133
+
134
+ Options can still be provided on the command line. If an option exists
135
+ in both the JSON document and the command line then the command line
136
+ specified value will be used.
137
+
138
+ For examples on usage of this option, please see our “using CLI with
139
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
140
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
141
+
142
+ --max-wait-seconds [integer]
143
+
144
+ The maximum time to wait for the work request to reach the state
145
+ defined by "--wait-for-state". Defaults to 1200 seconds.
146
+
147
+ --vendor [text]
148
+
149
+ The provider of the imported model.
150
+
151
+ --version [text]
152
+
153
+ The version of the imported model.
154
+
155
+ --wait-for-state [text]
156
+
157
+ This operation asynchronously creates, modifies or deletes a resource
158
+ and uses a work request to track the progress of the operation.
159
+ Specify this option to perform the action and then wait until the work
160
+ request reaches a certain state. Multiple states can be specified,
161
+ returning on the first state. For example, "--wait-for-state"
162
+ SUCCEEDED "--wait-for-state" FAILED would return on whichever
163
+ lifecycle state is reached first. If timeout is reached, a return code
164
+ of 2 is returned. For any other error, a return code of 1 is returned.
165
+
166
+ Accepted values are:
167
+
168
+ ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, SUCCEEDED, WAITING
169
+
170
+ --wait-interval-seconds [integer]
171
+
172
+ Check every "--wait-interval-seconds" to see whether the work request
173
+ has reached the state defined by "--wait-for-state". Defaults to 30
174
+ seconds.
175
+
176
+
177
+ Global Parameters
178
+ =================
179
+
180
+ Use "oci --help" for help on global parameters.
181
+
182
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
183
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
184
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
185
+ --generate-param-json-input", "--help", "--latest-version", "--max-
186
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
187
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
188
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
189
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
190
+
191
+
192
+ Example using required parameter
193
+ ================================
194
+
195
+ Copy and paste the following example into a JSON file, replacing the
196
+ example parameters with your own.
197
+
198
+ oci generative-ai model create --generate-param-json-input fine-tune-details > fine-tune-details.json
199
+
200
+ Copy the following CLI commands into a file named example.sh. Run the
201
+ command by typing “bash example.sh” and replacing the example
202
+ parameters with your own.
203
+
204
+ Please note this sample will only work in the POSIX-compliant bash-
205
+ like shell. You need to set up the OCI configuration and appropriate
206
+ security policies before trying the examples.
207
+
208
+ export base_model_id=<substitute-value-of-base_model_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/generative-ai/model/create.html#cmdoption-base-model-id
209
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/generative-ai/model/create.html#cmdoption-compartment-id
210
+
211
+ model_id=$(oci generative-ai model create --base-model-id $base_model_id --compartment-id $compartment_id --fine-tune-details file://fine-tune-details.json --query data.id --raw-output)
212
+
213
+ oci generative-ai imported-model create-from-huggingface --compartment-id $compartment_id --model-id $model_id