oci-cli 3.68.0__py3-none-any.whl → 3.68.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 (45) hide show
  1. oci_cli/bin/devops.psm1 +12 -1
  2. oci_cli/bin/streaming.psm1 +2 -2
  3. oci_cli/help_text_producer/data_files/text/cmdref/data-science/job-run/create.txt +17 -0
  4. oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/create.txt +12 -0
  5. oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/update.txt +12 -0
  6. oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline-run/create.txt +30 -0
  7. oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-deployment-details.txt +174 -0
  8. oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details.txt +146 -0
  9. oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-deployment-details.txt +179 -0
  10. oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details.txt +150 -0
  11. oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run.txt +116 -0
  12. oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result.txt +25 -0
  13. oci_cli/help_text_producer/data_files/text/cmdref/devops.txt +16 -0
  14. oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-db.txt +1 -1
  15. oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-gi.txt +1 -1
  16. oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-db.txt +1 -1
  17. oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-gi.txt +1 -1
  18. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
  19. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
  20. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log/{list-logs.txt → list.txt} +5 -5
  21. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log.txt +1 -1
  22. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
  23. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
  24. oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt +4 -4
  25. oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/create.txt +18 -0
  26. oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/update.txt +18 -0
  27. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt +6 -6
  28. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt +2 -2
  29. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt +1 -1
  30. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt +4 -4
  31. oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt +3 -3
  32. oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt +1 -1
  33. oci_cli/version.py +1 -1
  34. {oci_cli-3.68.0.dist-info → oci_cli-3.68.1.dist-info}/METADATA +7 -3
  35. {oci_cli-3.68.0.dist-info → oci_cli-3.68.1.dist-info}/RECORD +45 -39
  36. services/data_science/src/oci_cli_data_science/generated/datascience_cli.py +139 -49
  37. services/devops/src/oci_cli_devops/generated/devops_cli.py +226 -0
  38. services/fleet_software_update/src/oci_cli_fleet_software_update/generated/fleetsoftwareupdate_cli.py +4 -4
  39. services/golden_gate/src/oci_cli_golden_gate/generated/goldengate_cli.py +6 -6
  40. services/streaming/src/oci_cli_stream_admin/generated/streamadmin_cli.py +20 -8
  41. {oci_cli-3.68.0.dist-info → oci_cli-3.68.1.dist-info}/LICENSE.txt +0 -0
  42. {oci_cli-3.68.0.dist-info → oci_cli-3.68.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  43. {oci_cli-3.68.0.dist-info → oci_cli-3.68.1.dist-info}/WHEEL +0 -0
  44. {oci_cli-3.68.0.dist-info → oci_cli-3.68.1.dist-info}/entry_points.txt +0 -0
  45. {oci_cli-3.68.0.dist-info → oci_cli-3.68.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,179 @@
1
+ "trigger-deployment-dry-run-create-single-deploy-stage-deployment-details"
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
+ Sends a request to trigger a dry run, passing a
21
+ HelmDiffArgumentCollection This is an internal-only endpoint, access
22
+ to this endpoint is restricted. Any request from non-internal
23
+ tenancies will receive 403 Forbidden response.
24
+
25
+
26
+ Usage
27
+ =====
28
+
29
+ oci devops trigger-dry-run-result trigger-deployment-dry-run-create-single-deploy-stage-deployment-details [OPTIONS]
30
+
31
+
32
+ Required Parameters
33
+ ===================
34
+
35
+ --create-deployment-details-deploy-pipeline-id [text]
36
+
37
+ The OCID of a pipeline.
38
+
39
+ --create-deployment-details-deploy-stage-id [text]
40
+
41
+ Specifies the OCID of the stage to be redeployed.
42
+
43
+ --helm-diff-arguments [complex type]
44
+
45
+ This is a complex type whose value must be valid JSON. The value can
46
+ be provided as a string on the command line or passed in as a file
47
+ using the file://path/to/file syntax.
48
+
49
+ The "--generate-param-json-input" option can be used to generate an
50
+ example of the JSON which must be provided. We recommend storing this
51
+ example in a file, modifying it as needed and then passing it back in
52
+ via the file:// syntax.
53
+
54
+
55
+ Optional Parameters
56
+ ===================
57
+
58
+ --create-deployment-details-defined-tags [complex type]
59
+
60
+ Defined tags for this resource. Each key is predefined and scoped to a
61
+ namespace. See Resource Tags. Example: *{“foo-namespace”: {“bar-key”:
62
+ “value”}}* This is a complex type whose value must be valid JSON. The
63
+ value can be provided as a string on the command line or passed in as
64
+ a file using the file://path/to/file syntax.
65
+
66
+ The "--generate-param-json-input" option can be used to generate an
67
+ example of the JSON which must be provided. We recommend storing this
68
+ example in a file, modifying it as needed and then passing it back in
69
+ via the file:// syntax.
70
+
71
+ --create-deployment-details-deploy-artifact-override-arguments [complex type]
72
+
73
+ This is a complex type whose value must be valid JSON. The value can
74
+ be provided as a string on the command line or passed in as a file
75
+ using the file://path/to/file syntax.
76
+
77
+ The "--generate-param-json-input" option can be used to generate an
78
+ example of the JSON which must be provided. We recommend storing this
79
+ example in a file, modifying it as needed and then passing it back in
80
+ via the file:// syntax.
81
+
82
+ --create-deployment-details-deploy-stage-override-arguments [complex type]
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
+ --create-deployment-details-deployment-arguments [complex type]
94
+
95
+ This is a complex type whose value must be valid JSON. The value can
96
+ be provided as a string on the command line or passed in as a file
97
+ using the file://path/to/file syntax.
98
+
99
+ The "--generate-param-json-input" option can be used to generate an
100
+ example of the JSON which must be provided. We recommend storing this
101
+ example in a file, modifying it as needed and then passing it back in
102
+ via the file:// syntax.
103
+
104
+ --create-deployment-details-display-name [text]
105
+
106
+ Deployment display name. Avoid entering confidential information.
107
+
108
+ --create-deployment-details-freeform-tags [complex type]
109
+
110
+ Simple key-value pair that is applied without any predefined name,
111
+ type or scope. Exists for cross-compatibility only. See Resource
112
+ Tags. Example: *{“bar-key”: “value”}* This is a complex type whose
113
+ value must be valid JSON. The value can be provided as a string on the
114
+ command line or passed in as a file using the file://path/to/file
115
+ syntax.
116
+
117
+ The "--generate-param-json-input" option can be used to generate an
118
+ example of the JSON which must be provided. We recommend storing this
119
+ example in a file, modifying it as needed and then passing it back in
120
+ via the file:// syntax.
121
+
122
+ --from-json [text]
123
+
124
+ Provide input to this command as a JSON document from a file using the
125
+ file://path-to/file syntax.
126
+
127
+ The "--generate-full-command-json-input" option can be used to
128
+ generate a sample json file to be used with this command option. The
129
+ key names are pre-populated and match the command option names
130
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
131
+ while the values of the keys need to be populated by the user before
132
+ using the sample file as an input to this command. For any command
133
+ option that accepts multiple values, the value of the key can be a
134
+ JSON array.
135
+
136
+ Options can still be provided on the command line. If an option exists
137
+ in both the JSON document and the command line then the command line
138
+ specified value will be used.
139
+
140
+ For examples on usage of this option, please see our “using CLI with
141
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
142
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
143
+
144
+
145
+ Global Parameters
146
+ =================
147
+
148
+ Use "oci --help" for help on global parameters.
149
+
150
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
151
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
152
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
153
+ --generate-param-json-input", "--help", "--latest-version", "--max-
154
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
155
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
156
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
157
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
158
+
159
+
160
+ Example using required parameter
161
+ ================================
162
+
163
+ Copy and paste the following example into a JSON file, replacing the
164
+ example parameters with your own.
165
+
166
+ oci devops trigger-dry-run-result trigger-deployment-dry-run-create-single-deploy-stage-deployment-details --generate-param-json-input helm-diff-arguments > helm-diff-arguments.json
167
+
168
+ Copy the following CLI commands into a file named example.sh. Run the
169
+ command by typing “bash example.sh” and replacing the example
170
+ parameters with your own.
171
+
172
+ Please note this sample will only work in the POSIX-compliant bash-
173
+ like shell. You need to set up the OCI configuration and appropriate
174
+ security policies before trying the examples.
175
+
176
+ export create_deployment_details_deploy_pipeline_id=<substitute-value-of-create_deployment_details_deploy_pipeline_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-deployment-details.html#cmdoption-create-deployment-details-deploy-pipeline-id
177
+ export create_deployment_details_deploy_stage_id=<substitute-value-of-create_deployment_details_deploy_stage_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-deployment-details.html#cmdoption-create-deployment-details-deploy-stage-id
178
+
179
+ oci devops trigger-dry-run-result trigger-deployment-dry-run-create-single-deploy-stage-deployment-details --create-deployment-details-deploy-pipeline-id $create_deployment_details_deploy_pipeline_id --create-deployment-details-deploy-stage-id $create_deployment_details_deploy_stage_id --helm-diff-arguments file://helm-diff-arguments.json
@@ -0,0 +1,150 @@
1
+ "trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details"
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
+ Sends a request to trigger a dry run, passing a
21
+ HelmDiffArgumentCollection This is an internal-only endpoint, access
22
+ to this endpoint is restricted. Any request from non-internal
23
+ tenancies will receive 403 Forbidden response.
24
+
25
+
26
+ Usage
27
+ =====
28
+
29
+ oci devops trigger-dry-run-result trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details [OPTIONS]
30
+
31
+
32
+ Required Parameters
33
+ ===================
34
+
35
+ --create-deployment-details-deploy-pipeline-id [text]
36
+
37
+ The OCID of a pipeline.
38
+
39
+ --create-deployment-details-deploy-stage-id [text]
40
+
41
+ Specifies the OCID of the stage to be redeployed.
42
+
43
+ --helm-diff-arguments [complex type]
44
+
45
+ This is a complex type whose value must be valid JSON. The value can
46
+ be provided as a string on the command line or passed in as a file
47
+ using the file://path/to/file syntax.
48
+
49
+ The "--generate-param-json-input" option can be used to generate an
50
+ example of the JSON which must be provided. We recommend storing this
51
+ example in a file, modifying it as needed and then passing it back in
52
+ via the file:// syntax.
53
+
54
+
55
+ Optional Parameters
56
+ ===================
57
+
58
+ --create-deployment-details-defined-tags [complex type]
59
+
60
+ Defined tags for this resource. Each key is predefined and scoped to a
61
+ namespace. See Resource Tags. Example: *{“foo-namespace”: {“bar-key”:
62
+ “value”}}* This is a complex type whose value must be valid JSON. The
63
+ value can be provided as a string on the command line or passed in as
64
+ a file using the file://path/to/file syntax.
65
+
66
+ The "--generate-param-json-input" option can be used to generate an
67
+ example of the JSON which must be provided. We recommend storing this
68
+ example in a file, modifying it as needed and then passing it back in
69
+ via the file:// syntax.
70
+
71
+ --create-deployment-details-display-name [text]
72
+
73
+ Deployment display name. Avoid entering confidential information.
74
+
75
+ --create-deployment-details-freeform-tags [complex type]
76
+
77
+ Simple key-value pair that is applied without any predefined name,
78
+ type or scope. Exists for cross-compatibility only. See Resource
79
+ Tags. Example: *{“bar-key”: “value”}* This is a complex type whose
80
+ value must be valid JSON. The value can be provided as a string on the
81
+ command line or passed in as a file using the file://path/to/file
82
+ 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
+ --create-deployment-details-previous-deployment-id [text]
90
+
91
+ Specifies the OCID of the previous deployment to be redeployed.
92
+
93
+ --from-json [text]
94
+
95
+ Provide input to this command as a JSON document from a file using the
96
+ file://path-to/file syntax.
97
+
98
+ The "--generate-full-command-json-input" option can be used to
99
+ generate a sample json file to be used with this command option. The
100
+ key names are pre-populated and match the command option names
101
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
102
+ while the values of the keys need to be populated by the user before
103
+ using the sample file as an input to this command. For any command
104
+ option that accepts multiple values, the value of the key can be a
105
+ JSON array.
106
+
107
+ Options can still be provided on the command line. If an option exists
108
+ in both the JSON document and the command line then the command line
109
+ specified value will be used.
110
+
111
+ For examples on usage of this option, please see our “using CLI with
112
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
113
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
114
+
115
+
116
+ Global Parameters
117
+ =================
118
+
119
+ Use "oci --help" for help on global parameters.
120
+
121
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
122
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
123
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
124
+ --generate-param-json-input", "--help", "--latest-version", "--max-
125
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
126
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
127
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
128
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
129
+
130
+
131
+ Example using required parameter
132
+ ================================
133
+
134
+ Copy and paste the following example into a JSON file, replacing the
135
+ example parameters with your own.
136
+
137
+ oci devops trigger-dry-run-result trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details --generate-param-json-input helm-diff-arguments > helm-diff-arguments.json
138
+
139
+ Copy the following CLI commands into a file named example.sh. Run the
140
+ command by typing “bash example.sh” and replacing the example
141
+ parameters with your own.
142
+
143
+ Please note this sample will only work in the POSIX-compliant bash-
144
+ like shell. You need to set up the OCI configuration and appropriate
145
+ security policies before trying the examples.
146
+
147
+ export create_deployment_details_deploy_pipeline_id=<substitute-value-of-create_deployment_details_deploy_pipeline_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details.html#cmdoption-create-deployment-details-deploy-pipeline-id
148
+ export create_deployment_details_deploy_stage_id=<substitute-value-of-create_deployment_details_deploy_stage_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details.html#cmdoption-create-deployment-details-deploy-stage-id
149
+
150
+ oci devops trigger-dry-run-result trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details --create-deployment-details-deploy-pipeline-id $create_deployment_details_deploy_pipeline_id --create-deployment-details-deploy-stage-id $create_deployment_details_deploy_stage_id --helm-diff-arguments file://helm-diff-arguments.json
@@ -0,0 +1,116 @@
1
+ "trigger-deployment-dry-run"
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
+ Sends a request to trigger a dry run, passing a
21
+ HelmDiffArgumentCollection This is an internal-only endpoint, access
22
+ to this endpoint is restricted. Any request from non-internal
23
+ tenancies will receive 403 Forbidden response.
24
+
25
+
26
+ Usage
27
+ =====
28
+
29
+ oci devops trigger-dry-run-result trigger-deployment-dry-run [OPTIONS]
30
+
31
+
32
+ Required Parameters
33
+ ===================
34
+
35
+ --create-deployment-details [complex type]
36
+
37
+ This is a complex type whose value must be valid JSON. The value can
38
+ be provided as a string on the command line or passed in as a file
39
+ using the file://path/to/file syntax.
40
+
41
+ The "--generate-param-json-input" option can be used to generate an
42
+ example of the JSON which must be provided. We recommend storing this
43
+ example in a file, modifying it as needed and then passing it back in
44
+ via the file:// syntax.
45
+
46
+ --helm-diff-arguments [complex type]
47
+
48
+ This is a complex type whose value must be valid JSON. The value can
49
+ be provided as a string on the command line or passed in as a file
50
+ using the file://path/to/file syntax.
51
+
52
+ The "--generate-param-json-input" option can be used to generate an
53
+ example of the JSON which must be provided. We recommend storing this
54
+ example in a file, modifying it as needed and then passing it back in
55
+ via the file:// syntax.
56
+
57
+
58
+ Optional Parameters
59
+ ===================
60
+
61
+ --from-json [text]
62
+
63
+ Provide input to this command as a JSON document from a file using the
64
+ file://path-to/file syntax.
65
+
66
+ The "--generate-full-command-json-input" option can be used to
67
+ generate a sample json file to be used with this command option. The
68
+ key names are pre-populated and match the command option names
69
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
70
+ while the values of the keys need to be populated by the user before
71
+ using the sample file as an input to this command. For any command
72
+ option that accepts multiple values, the value of the key can be a
73
+ JSON array.
74
+
75
+ Options can still be provided on the command line. If an option exists
76
+ in both the JSON document and the command line then the command line
77
+ specified value will be used.
78
+
79
+ For examples on usage of this option, please see our “using CLI with
80
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
81
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
82
+
83
+
84
+ Global Parameters
85
+ =================
86
+
87
+ Use "oci --help" for help on global parameters.
88
+
89
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
90
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
91
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
92
+ --generate-param-json-input", "--help", "--latest-version", "--max-
93
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
94
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
95
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
96
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
97
+
98
+
99
+ Example using required parameter
100
+ ================================
101
+
102
+ Copy and paste the following example into a JSON file, replacing the
103
+ example parameters with your own.
104
+
105
+ oci devops trigger-dry-run-result trigger-deployment-dry-run --generate-param-json-input create-deployment-details > create-deployment-details.json
106
+ oci devops trigger-dry-run-result trigger-deployment-dry-run --generate-param-json-input helm-diff-arguments > helm-diff-arguments.json
107
+
108
+ Copy the following CLI commands into a file named example.sh. Run the
109
+ command by typing “bash example.sh” and replacing the example
110
+ parameters with your own.
111
+
112
+ Please note this sample will only work in the POSIX-compliant bash-
113
+ like shell. You need to set up the OCI configuration and appropriate
114
+ security policies before trying the examples.
115
+
116
+ oci devops trigger-dry-run-result trigger-deployment-dry-run --create-deployment-details file://create-deployment-details.json --helm-diff-arguments file://helm-diff-arguments.json
@@ -0,0 +1,25 @@
1
+ trigger-dry-run-result
2
+ **********************
3
+
4
+
5
+ Description
6
+ ===========
7
+
8
+ Details about helm diff command execution.
9
+
10
+
11
+ Available Commands
12
+ ==================
13
+
14
+ * trigger-deployment-dry-run
15
+
16
+ * trigger-deployment-dry-run-create-deploy-pipeline-deployment-details
17
+
18
+ * trigger-deployment-dry-run-create-deploy-pipeline-redeployment-
19
+ details
20
+
21
+ * trigger-deployment-dry-run-create-single-deploy-stage-deployment-
22
+ details
23
+
24
+ * trigger-deployment-dry-run-create-single-deploy-stage-redeployment-
25
+ details
@@ -498,6 +498,22 @@ Available Commands
498
498
 
499
499
  * update-vbs-trigger
500
500
 
501
+ * trigger-dry-run-result
502
+
503
+ * trigger-deployment-dry-run
504
+
505
+ * trigger-deployment-dry-run-create-deploy-pipeline-deployment-
506
+ details
507
+
508
+ * trigger-deployment-dry-run-create-deploy-pipeline-redeployment-
509
+ details
510
+
511
+ * trigger-deployment-dry-run-create-single-deploy-stage-deployment-
512
+ details
513
+
514
+ * trigger-deployment-dry-run-create-single-deploy-stage-
515
+ redeployment-details
516
+
501
517
  * work-request
502
518
 
503
519
  * get
@@ -51,7 +51,7 @@ would be added to the Exadata Fleet Update Collection.
51
51
 
52
52
  Accepted values are:
53
53
 
54
- DB_11204, DB_121, DB_122, DB_18, DB_19, DB_23
54
+ DB_11204, DB_121, DB_122, DB_18, DB_19, DB_23, DB_26
55
55
 
56
56
 
57
57
  Optional Parameters
@@ -50,7 +50,7 @@ Update Collection.
50
50
 
51
51
  Accepted values are:
52
52
 
53
- GI_18, GI_19, GI_23
53
+ GI_18, GI_19, GI_23, GI_26
54
54
 
55
55
 
56
56
  Optional Parameters
@@ -62,7 +62,7 @@ would be added to the Exadata Fleet Update Discovery results.
62
62
 
63
63
  Accepted values are:
64
64
 
65
- DB_11204, DB_121, DB_122, DB_18, DB_19, DB_23
65
+ DB_11204, DB_121, DB_122, DB_18, DB_19, DB_23, DB_26
66
66
 
67
67
 
68
68
  Optional Parameters
@@ -61,7 +61,7 @@ Update Discovery results.
61
61
 
62
62
  Accepted values are:
63
63
 
64
- GI_18, GI_19, GI_23
64
+ GI_18, GI_19, GI_23, GI_26
65
65
 
66
66
 
67
67
  Optional Parameters
@@ -1,5 +1,5 @@
1
- "list-errors"
2
- *************
1
+ "list"
2
+ ******
3
3
 
4
4
  * Description
5
5
 
@@ -24,7 +24,7 @@ given ID.
24
24
  Usage
25
25
  =====
26
26
 
27
- oci governance-rules-control-plane work-request work-request-error list-errors [OPTIONS]
27
+ oci governance-rules-control-plane work-request work-request-error list [OPTIONS]
28
28
 
29
29
 
30
30
  Required Parameters
@@ -124,6 +124,6 @@ Please note this sample will only work in the POSIX-compliant bash-
124
124
  like shell. You need to set up the OCI configuration and appropriate
125
125
  security policies before trying the examples.
126
126
 
127
- export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/governance-rules-control-plane/work-request/work-request-error/list-errors.html#cmdoption-work-request-id
127
+ export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/governance-rules-control-plane/work-request/work-request-error/list.html#cmdoption-work-request-id
128
128
 
129
- oci governance-rules-control-plane work-request work-request-error list-errors --work-request-id $work_request_id
129
+ oci governance-rules-control-plane work-request work-request-error list --work-request-id $work_request_id
@@ -11,4 +11,4 @@ An error encountered while executing a work request.
11
11
  Available Commands
12
12
  ==================
13
13
 
14
- * list-errors
14
+ * list
@@ -1,5 +1,5 @@
1
- "list-logs"
2
- ***********
1
+ "list"
2
+ ******
3
3
 
4
4
  * Description
5
5
 
@@ -24,7 +24,7 @@ ID.
24
24
  Usage
25
25
  =====
26
26
 
27
- oci governance-rules-control-plane work-request work-request-log list-logs [OPTIONS]
27
+ oci governance-rules-control-plane work-request work-request-log list [OPTIONS]
28
28
 
29
29
 
30
30
  Required Parameters
@@ -124,6 +124,6 @@ Please note this sample will only work in the POSIX-compliant bash-
124
124
  like shell. You need to set up the OCI configuration and appropriate
125
125
  security policies before trying the examples.
126
126
 
127
- export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/governance-rules-control-plane/work-request/work-request-log/list-logs.html#cmdoption-work-request-id
127
+ export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/governance-rules-control-plane/work-request/work-request-log/list.html#cmdoption-work-request-id
128
128
 
129
- oci governance-rules-control-plane work-request work-request-log list-logs --work-request-id $work_request_id
129
+ oci governance-rules-control-plane work-request work-request-log list --work-request-id $work_request_id
@@ -11,4 +11,4 @@ A log message from the execution of a work request.
11
11
  Available Commands
12
12
  ==================
13
13
 
14
- * list-logs
14
+ * list
@@ -21,8 +21,8 @@ Available Commands
21
21
 
22
22
  * work-request-error
23
23
 
24
- * list-errors
24
+ * list
25
25
 
26
26
  * work-request-log
27
27
 
28
- * list-logs
28
+ * list
@@ -77,8 +77,8 @@ Available Commands
77
77
 
78
78
  * work-request-error
79
79
 
80
- * list-errors
80
+ * list
81
81
 
82
82
  * work-request-log
83
83
 
84
- * list-logs
84
+ * list
@@ -54,10 +54,10 @@ sanjose-1,sa-vinhedo-1,sa-santiago-1,il-jerusalem-1,eu-marseille-1,ap-
54
54
  singapore-1,me-abudhabi-1,eu-milan-1,eu-stockholm-1,af-johannesburg-1
55
55
  ,eu-paris-1,mx-queretaro-1,eu-madrid-1,us-chicago-1,mx-monterrey-1,us-
56
56
  saltlake-2,sa-bogota-1,sa-valparaiso-1,ap-singapore-2,me-riyadh-1,ap-
57
- delhi-1,ap-batam-1,us-langley-1,us-luke-1,us-gov-ashburn-1,us-gov-
58
- chicago-1,us-gov-phoenix-1,uk-gov-london-1,uk-gov-cardiff-1,ap-
59
- chiyoda-1,ap-ibaraki-1,me-dcc-muscat-1,me-ibri-1,ap-dcc-canberra-1,eu-
60
- dcc-milan-1,eu-dcc-milan-2,eu-dcc-dublin-2,eu-dcc-rating-2,eu-dcc-
57
+ delhi-1,ap-batam-1,eu-madrid-3,us-langley-1,us-luke-1,us-gov-ashburn-1
58
+ ,us-gov-chicago-1,us-gov-phoenix-1,uk-gov-london-1,uk-gov-cardiff-1
59
+ ,ap-chiyoda-1,ap-ibaraki-1,me-dcc-muscat-1,me-ibri-1,ap-dcc-canberra-1
60
+ ,eu-dcc-milan-1,eu-dcc-milan-2,eu-dcc-dublin-2,eu-dcc-rating-2,eu-dcc-
61
61
  rating-1,eu-dcc-dublin-1,ap-dcc-gazipur-1,eu-madrid-2,eu-frankfurt-2
62
62
  ,eu-jovanovac-1,me-dcc-doha-1,us-somerset-1,us-thames-1,eu-dcc-
63
63
  zurich-1,eu-crissier-1,me-abudhabi-3,me-alain-1,me-abudhabi-2,me-
@@ -145,6 +145,24 @@ example of the JSON which must be provided. We recommend storing this
145
145
  example in a file, modifying it as needed and then passing it back in
146
146
  via the file:// syntax.
147
147
 
148
+ --security-attributes [complex type]
149
+
150
+ Security attributes for this resource. Each key is predefined and
151
+ scoped to a namespace. For more information, see Resource Tags.
152
+
153
+ Example:
154
+
155
+ {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
156
+
157
+ This is a complex type whose value must be valid JSON. The value can
158
+ be provided as a string on the command line or passed in as a file
159
+ using the file://path/to/file syntax.
160
+
161
+ The "--generate-param-json-input" option can be used to generate an
162
+ example of the JSON which must be provided. We recommend storing this
163
+ example in a file, modifying it as needed and then passing it back in
164
+ via the file:// syntax.
165
+
148
166
  --wait-for-state [text]
149
167
 
150
168
  This operation creates, modifies or deletes a resource that has a