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
@@ -120,6 +120,19 @@ example of the JSON which must be provided. We recommend storing this
120
120
  example in a file, modifying it as needed and then passing it back in
121
121
  via the file:// syntax.
122
122
 
123
+ --defined-tags [complex type]
124
+
125
+ Defined tags for this resource. Each key is predefined and scoped to a
126
+ namespace. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
127
+ a complex type whose value must be valid JSON. The value can be
128
+ provided as a string on the command line or passed in as a file using
129
+ the file://path/to/file syntax.
130
+
131
+ The "--generate-param-json-input" option can be used to generate an
132
+ example of the JSON which must be provided. We recommend storing this
133
+ example in a file, modifying it as needed and then passing it back in
134
+ via the file:// syntax.
135
+
123
136
  --description [text]
124
137
 
125
138
  A user-friendly description. To provide some insight about the
@@ -134,6 +147,23 @@ Example:
134
147
 
135
148
  My new resource
136
149
 
150
+ --force
151
+
152
+ Perform update without prompting for confirmation.
153
+
154
+ --freeform-tags [complex type]
155
+
156
+ Simple key-value pair that is applied without any predefined name,
157
+ type or scope. Exists for cross-compatibility only. Example: *{“bar-
158
+ key”: “value”}* This is a complex type whose value must be valid JSON.
159
+ The value can be provided as a string on the command line or passed in
160
+ as a file using the file://path/to/file syntax.
161
+
162
+ The "--generate-param-json-input" option can be used to generate an
163
+ example of the JSON which must be provided. We recommend storing this
164
+ example in a file, modifying it as needed and then passing it back in
165
+ via the file:// syntax.
166
+
137
167
  --from-json [text]
138
168
 
139
169
  Provide input to this command as a JSON document from a file using the
@@ -61,6 +61,19 @@ example of the JSON which must be provided. We recommend storing this
61
61
  example in a file, modifying it as needed and then passing it back in
62
62
  via the file:// syntax.
63
63
 
64
+ --defined-tags [complex type]
65
+
66
+ Defined tags for this resource. Each key is predefined and scoped to a
67
+ namespace. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
68
+ a complex type whose value must be valid JSON. The value can be
69
+ provided as a string on the command line or passed in as a file using
70
+ the file://path/to/file syntax.
71
+
72
+ The "--generate-param-json-input" option can be used to generate an
73
+ example of the JSON which must be provided. We recommend storing this
74
+ example in a file, modifying it as needed and then passing it back in
75
+ via the file:// syntax.
76
+
64
77
  --description [text]
65
78
 
66
79
  A user-friendly description. To provide some insight about the
@@ -75,6 +88,23 @@ Example:
75
88
 
76
89
  My new resource
77
90
 
91
+ --force
92
+
93
+ Perform update without prompting for confirmation.
94
+
95
+ --freeform-tags [complex type]
96
+
97
+ Simple key-value pair that is applied without any predefined name,
98
+ type or scope. Exists for cross-compatibility only. Example: *{“bar-
99
+ key”: “value”}* This is a complex type whose value must be valid JSON.
100
+ The value can be provided as a string on the command line or passed in
101
+ as a file using the file://path/to/file syntax.
102
+
103
+ The "--generate-param-json-input" option can be used to generate an
104
+ example of the JSON which must be provided. We recommend storing this
105
+ example in a file, modifying it as needed and then passing it back in
106
+ via the file:// syntax.
107
+
78
108
  --from-json [text]
79
109
 
80
110
  Provide input to this command as a JSON document from a file using the
@@ -50,6 +50,19 @@ Example:
50
50
 
51
51
  My new resource
52
52
 
53
+ --defined-tags [complex type]
54
+
55
+ Defined tags for this resource. Each key is predefined and scoped to a
56
+ namespace. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
57
+ a complex type whose value must be valid JSON. The value can be
58
+ provided as a string on the command line or passed in as a file using
59
+ the file://path/to/file syntax.
60
+
61
+ The "--generate-param-json-input" option can be used to generate an
62
+ example of the JSON which must be provided. We recommend storing this
63
+ example in a file, modifying it as needed and then passing it back in
64
+ via the file:// syntax.
65
+
53
66
  --description [text]
54
67
 
55
68
  A user-friendly description. To provide some insight about the
@@ -64,6 +77,23 @@ Example:
64
77
 
65
78
  My new resource
66
79
 
80
+ --force
81
+
82
+ Perform update without prompting for confirmation.
83
+
84
+ --freeform-tags [complex type]
85
+
86
+ Simple key-value pair that is applied without any predefined name,
87
+ type or scope. Exists for cross-compatibility only. Example: *{“bar-
88
+ key”: “value”}* This is a complex type whose value must be valid JSON.
89
+ The value can be provided as a string on the command line or passed in
90
+ as a file using the file://path/to/file syntax.
91
+
92
+ The "--generate-param-json-input" option can be used to generate an
93
+ example of the JSON which must be provided. We recommend storing this
94
+ example in a file, modifying it as needed and then passing it back in
95
+ via the file:// syntax.
96
+
67
97
  --from-json [text]
68
98
 
69
99
  Provide input to this command as a JSON document from a file using the
@@ -48,6 +48,19 @@ example of the JSON which must be provided. We recommend storing this
48
48
  example in a file, modifying it as needed and then passing it back in
49
49
  via the file:// syntax.
50
50
 
51
+ --defined-tags [complex type]
52
+
53
+ Defined tags for this resource. Each key is predefined and scoped to a
54
+ namespace. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
55
+ a complex type whose value must be valid JSON. The value can be
56
+ provided as a string on the command line or passed in as a file using
57
+ the file://path/to/file syntax.
58
+
59
+ The "--generate-param-json-input" option can be used to generate an
60
+ example of the JSON which must be provided. We recommend storing this
61
+ example in a file, modifying it as needed and then passing it back in
62
+ via the file:// syntax.
63
+
51
64
  --description [text]
52
65
 
53
66
  A user-friendly description. To provide some insight about the
@@ -66,6 +79,19 @@ Example:
66
79
 
67
80
  Perform update without prompting for confirmation.
68
81
 
82
+ --freeform-tags [complex type]
83
+
84
+ Simple key-value pair that is applied without any predefined name,
85
+ type or scope. Exists for cross-compatibility only. Example: *{“bar-
86
+ key”: “value”}* This is a complex type whose value must be valid JSON.
87
+ The value can be provided as a string on the command line or passed in
88
+ as a file using the file://path/to/file syntax.
89
+
90
+ The "--generate-param-json-input" option can be used to generate an
91
+ example of the JSON which must be provided. We recommend storing this
92
+ example in a file, modifying it as needed and then passing it back in
93
+ via the file:// syntax.
94
+
69
95
  --from-json [text]
70
96
 
71
97
  Provide input to this command as a JSON document from a file using the
@@ -93,7 +93,7 @@ given lifecycleState.
93
93
 
94
94
  Accepted values are:
95
95
 
96
- ACTIVE, CREATING, DELETED, DELETING, FAILED, UPDATING
96
+ ACTIVE, CREATING, DELETED, DELETING, FAILED, INACTIVE, UPDATING
97
97
 
98
98
  --limit [integer]
99
99
 
@@ -63,6 +63,32 @@ Accepted values are:
63
63
  Optional Parameters
64
64
  ===================
65
65
 
66
+ --defined-tags [complex type]
67
+
68
+ Defined tags for this resource. Each key is predefined and scoped to a
69
+ namespace. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
70
+ a complex type whose value must be valid JSON. The value can be
71
+ provided as a string on the command line or passed in as a file using
72
+ the file://path/to/file syntax.
73
+
74
+ The "--generate-param-json-input" option can be used to generate an
75
+ example of the JSON which must be provided. We recommend storing this
76
+ example in a file, modifying it as needed and then passing it back in
77
+ via the file:// syntax.
78
+
79
+ --freeform-tags [complex type]
80
+
81
+ Simple key-value pair that is applied without any predefined name,
82
+ type or scope. Exists for cross-compatibility only. Example: *{“bar-
83
+ key”: “value”}* This is a complex type whose value must be valid JSON.
84
+ The value can be provided as a string on the command line or passed in
85
+ as a file using the file://path/to/file syntax.
86
+
87
+ The "--generate-param-json-input" option can be used to generate an
88
+ example of the JSON which must be provided. We recommend storing this
89
+ example in a file, modifying it as needed and then passing it back in
90
+ via the file:// syntax.
91
+
66
92
  --from-json [text]
67
93
 
68
94
  Provide input to this command as a JSON document from a file using the
@@ -37,6 +37,19 @@ unique Property identifier
37
37
  Optional Parameters
38
38
  ===================
39
39
 
40
+ --defined-tags [complex type]
41
+
42
+ Defined tags for this resource. Each key is predefined and scoped to a
43
+ namespace. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
44
+ a complex type whose value must be valid JSON. The value can be
45
+ provided as a string on the command line or passed in as a file using
46
+ the file://path/to/file syntax.
47
+
48
+ The "--generate-param-json-input" option can be used to generate an
49
+ example of the JSON which must be provided. We recommend storing this
50
+ example in a file, modifying it as needed and then passing it back in
51
+ via the file:// syntax.
52
+
40
53
  --display-name [text]
41
54
 
42
55
  A user-friendly name. Does not have to be unique, and it’s changeable.
@@ -50,6 +63,19 @@ Example:
50
63
 
51
64
  Perform update without prompting for confirmation.
52
65
 
66
+ --freeform-tags [complex type]
67
+
68
+ Simple key-value pair that is applied without any predefined name,
69
+ type or scope. Exists for cross-compatibility only. Example: *{“bar-
70
+ key”: “value”}* This is a complex type whose value must be valid JSON.
71
+ The value can be provided as a string on the command line or passed in
72
+ as a file using the file://path/to/file syntax.
73
+
74
+ The "--generate-param-json-input" option can be used to generate an
75
+ example of the JSON which must be provided. We recommend storing this
76
+ example in a file, modifying it as needed and then passing it back in
77
+ via the file:// syntax.
78
+
53
79
  --from-json [text]
54
80
 
55
81
  Provide input to this command as a JSON document from a file using the
@@ -0,0 +1,218 @@
1
+ "configure"
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
+ Configures a CatalogItem. Creating new Catalog Item.
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci fleet-apps-management fleet-apps-management-catalog catalog-item configure [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --bucket-name [text]
33
+
34
+ The name of the Object Storage bucket that contains the catalog item
35
+ configuration object.
36
+
37
+ --catalog-item-id [text]
38
+
39
+ The OCID of the CatalogItem.
40
+
41
+ --compartment-id, -c [text]
42
+
43
+ OCID of the Compartment.
44
+
45
+ --input-variables [complex type]
46
+
47
+ Array of key value pairs specifying variables or parameters to be used
48
+ when configuring the catalog item. This is a complex type whose value
49
+ must be valid JSON. The value can be provided as a string on the
50
+ command line or passed in as a file using the file://path/to/file
51
+ syntax.
52
+
53
+ The "--generate-param-json-input" option can be used to generate an
54
+ example of the JSON which must be provided. We recommend storing this
55
+ example in a file, modifying it as needed and then passing it back in
56
+ via the file:// syntax.
57
+
58
+ --storage-namespace [text]
59
+
60
+ The Oracle Cloud Object Storage namespace where the artifact or
61
+ variables are stored.
62
+
63
+
64
+ Optional Parameters
65
+ ===================
66
+
67
+ --catalog-listing-id [text]
68
+
69
+ The unique identifier of the catalog listing to which configuration
70
+ applies.
71
+
72
+ --catalog-listing-version-id [text]
73
+
74
+ The unique identifier for the specific version of the catalog listing.
75
+
76
+ --defined-tags [complex type]
77
+
78
+ Defined tags for this resource. Each key is predefined and scoped to a
79
+ namespace. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
80
+ a complex type whose value must be valid JSON. The value can be
81
+ provided as a string on the command line or passed in as a file using
82
+ the file://path/to/file syntax.
83
+
84
+ The "--generate-param-json-input" option can be used to generate an
85
+ example of the JSON which must be provided. We recommend storing this
86
+ example in a file, modifying it as needed and then passing it back in
87
+ via the file:// syntax.
88
+
89
+ --freeform-tags [complex type]
90
+
91
+ Simple key-value pair that is applied without any predefined name,
92
+ type or scope. Exists for cross-compatibility only. Example: *{“bar-
93
+ key”: “value”}* This is a complex type whose value must be valid JSON.
94
+ The value can be provided as a string on the command line or passed in
95
+ as a file using the file://path/to/file syntax.
96
+
97
+ The "--generate-param-json-input" option can be used to generate an
98
+ example of the JSON which must be provided. We recommend storing this
99
+ example in a file, modifying it as needed and then passing it back in
100
+ via the file:// syntax.
101
+
102
+ --from-json [text]
103
+
104
+ Provide input to this command as a JSON document from a file using the
105
+ file://path-to/file syntax.
106
+
107
+ The "--generate-full-command-json-input" option can be used to
108
+ generate a sample json file to be used with this command option. The
109
+ key names are pre-populated and match the command option names
110
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
111
+ while the values of the keys need to be populated by the user before
112
+ using the sample file as an input to this command. For any command
113
+ option that accepts multiple values, the value of the key can be a
114
+ JSON array.
115
+
116
+ Options can still be provided on the command line. If an option exists
117
+ in both the JSON document and the command line then the command line
118
+ specified value will be used.
119
+
120
+ For examples on usage of this option, please see our “using CLI with
121
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
122
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
123
+
124
+ --if-match [text]
125
+
126
+ For optimistic concurrency control. In the PUT or DELETE call for a
127
+ resource, set the *if-match* parameter to the value of the etag from a
128
+ previous GET or POST response for that resource. The resource will be
129
+ updated or deleted only if the etag you provide matches the resource’s
130
+ current etag value.
131
+
132
+ --max-wait-seconds [integer]
133
+
134
+ The maximum time to wait for the work request to reach the state
135
+ defined by "--wait-for-state". Defaults to 1200 seconds.
136
+
137
+ --object-name [text]
138
+
139
+ The name of the object file in the specified bucket containing catalog
140
+ item configuration details.
141
+
142
+ --system-tags [complex type]
143
+
144
+ System tags for this resource. Each key is predefined and scoped to a
145
+ namespace. Example: *{“orcl-cloud”: {“free-tier-retained”: “true”}}*
146
+ This is a complex type whose value must be valid JSON. The value can
147
+ be provided as a string on the command line or passed in as a file
148
+ using the file://path/to/file syntax.
149
+
150
+ The "--generate-param-json-input" option can be used to generate an
151
+ example of the JSON which must be provided. We recommend storing this
152
+ example in a file, modifying it as needed and then passing it back in
153
+ via the file:// syntax.
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, NEEDS_ATTENTION, 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 fleet-apps-management fleet-apps-management-catalog catalog-item configure --generate-param-json-input input-variables > input-variables.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 compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create.html#cmdoption-compartment-id
209
+ export config_source_type=<substitute-value-of-config_source_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create.html#cmdoption-config-source-type
210
+ export description=<substitute-value-of-description> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create.html#cmdoption-description
211
+ export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create.html#cmdoption-display-name
212
+ export package_type=<substitute-value-of-package_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create.html#cmdoption-package-type
213
+ export bucket_name=<substitute-value-of-bucket_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/configure.html#cmdoption-bucket-name
214
+ export storage_namespace=<substitute-value-of-storage_namespace> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/configure.html#cmdoption-storage-namespace
215
+
216
+ catalog_item_id=$(oci fleet-apps-management fleet-apps-management-catalog catalog-item create --compartment-id $compartment_id --config-source-type $config_source_type --description $description --display-name $display_name --package-type $package_type --query data.id --raw-output)
217
+
218
+ oci fleet-apps-management fleet-apps-management-catalog catalog-item configure --bucket-name $bucket_name --catalog-item-id $catalog_item_id --compartment-id $compartment_id --input-variables file://input-variables.json --storage-namespace $storage_namespace
@@ -119,6 +119,10 @@ For examples on usage of this option, please see our “using CLI with
119
119
  advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
120
120
  nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
121
121
 
122
+ --is-item-locked [boolean]
123
+
124
+ Indicates if the CatalogItem is immutable or not.
125
+
122
126
  --listing-id [text]
123
127
 
124
128
  The catalog listing Id.
@@ -115,6 +115,10 @@ For examples on usage of this option, please see our “using CLI with
115
115
  advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
116
116
  nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
117
117
 
118
+ --is-item-locked [boolean]
119
+
120
+ Indicates if the CatalogItem is immutable or not.
121
+
118
122
  --listing-id [text]
119
123
 
120
124
  The catalog listing Id.
@@ -211,6 +211,10 @@ For examples on usage of this option, please see our “using CLI with
211
211
  advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
212
212
  nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
213
213
 
214
+ --is-item-locked [boolean]
215
+
216
+ Indicates if the CatalogItem is immutable or not.
217
+
214
218
  --listing-id [text]
215
219
 
216
220
  The catalog listing Id.
@@ -124,6 +124,10 @@ For examples on usage of this option, please see our “using CLI with
124
124
  advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
125
125
  nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
126
126
 
127
+ --is-item-locked [boolean]
128
+
129
+ Indicates if the CatalogItem is immutable or not.
130
+
127
131
  --listing-id [text]
128
132
 
129
133
  The catalog listing Id.
@@ -113,6 +113,10 @@ For examples on usage of this option, please see our “using CLI with
113
113
  advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
114
114
  nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
115
115
 
116
+ --is-item-locked [boolean]
117
+
118
+ Indicates if the CatalogItem is immutable or not.
119
+
116
120
  --listing-id [text]
117
121
 
118
122
  The catalog listing Id.
@@ -105,6 +105,10 @@ previous GET or POST response for that resource. The resource will be
105
105
  updated or deleted only if the etag you provide matches the resource’s
106
106
  current etag value.
107
107
 
108
+ --is-item-locked [boolean]
109
+
110
+ Indicates if the CatalogItem is immutable or not.
111
+
108
112
  --max-wait-seconds [integer]
109
113
 
110
114
  The maximum time to wait for the work request to reach the state
@@ -101,6 +101,15 @@ Accepted values are:
101
101
 
102
102
  The maximum number of items to return.
103
103
 
104
+ --package-type [text]
105
+
106
+ A filter to return only resources that match the given package type.
107
+ The state value is case-insensitive.
108
+
109
+ Accepted values are:
110
+
111
+ CONFIG_FILE, NON_TF_PACKAGE, TF_PACKAGE
112
+
104
113
  --page [text]
105
114
 
106
115
  A token representing the position at which to start retrieving
@@ -0,0 +1,97 @@
1
+ "get"
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
+ Gets information about a CatalogItem Variables.
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci fleet-apps-management fleet-apps-management-catalog catalog-item-variables-definition get [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --catalog-item-id [text]
33
+
34
+ The OCID of the CatalogItem.
35
+
36
+
37
+ Optional Parameters
38
+ ===================
39
+
40
+ --from-json [text]
41
+
42
+ Provide input to this command as a JSON document from a file using the
43
+ file://path-to/file syntax.
44
+
45
+ The "--generate-full-command-json-input" option can be used to
46
+ generate a sample json file to be used with this command option. The
47
+ key names are pre-populated and match the command option names
48
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
49
+ while the values of the keys need to be populated by the user before
50
+ using the sample file as an input to this command. For any command
51
+ option that accepts multiple values, the value of the key can be a
52
+ JSON array.
53
+
54
+ Options can still be provided on the command line. If an option exists
55
+ in both the JSON document and the command line then the command line
56
+ specified value will be used.
57
+
58
+ For examples on usage of this option, please see our “using CLI with
59
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
60
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
61
+
62
+
63
+ Global Parameters
64
+ =================
65
+
66
+ Use "oci --help" for help on global parameters.
67
+
68
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
69
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
70
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
71
+ --generate-param-json-input", "--help", "--latest-version", "--max-
72
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
73
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
74
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
75
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
76
+
77
+
78
+ Example using required parameter
79
+ ================================
80
+
81
+ Copy the following CLI commands into a file named example.sh. Run the
82
+ command by typing “bash example.sh” and replacing the example
83
+ parameters with your own.
84
+
85
+ Please note this sample will only work in the POSIX-compliant bash-
86
+ like shell. You need to set up the OCI configuration and appropriate
87
+ security policies before trying the examples.
88
+
89
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create.html#cmdoption-compartment-id
90
+ export config_source_type=<substitute-value-of-config_source_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create.html#cmdoption-config-source-type
91
+ export description=<substitute-value-of-description> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create.html#cmdoption-description
92
+ export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create.html#cmdoption-display-name
93
+ export package_type=<substitute-value-of-package_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/fleet-apps-management/fleet-apps-management-catalog/catalog-item/create.html#cmdoption-package-type
94
+
95
+ catalog_item_id=$(oci fleet-apps-management fleet-apps-management-catalog catalog-item create --compartment-id $compartment_id --config-source-type $config_source_type --description $description --display-name $display_name --package-type $package_type --query data.id --raw-output)
96
+
97
+ oci fleet-apps-management fleet-apps-management-catalog catalog-item-variables-definition get --catalog-item-id $catalog_item_id