You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--ref`|[Git Reference](https://git-scm.com/book/en/v2/Git-Internals-Git-References) with which to compare the current working branch | no |
206
-
|`--sha`| Git commit SHA with which to compare the current working branch | no |
207
-
|`--file`| If specified, write the result to the file | no |
208
-
|`--format`| Specify the output format: `json` or `yaml` (`json` is default) | no |
209
-
|`--ssh-key`| Path to PEM-encoded private key to clone private repos using SSH | no |
210
-
|`--ssh-key-password`| Encryption password for the PEM-encoded private key if the key contains<br/>a password-encrypted PEM block | no |
211
-
|`--repo-path`| Path to the already cloned target repository with which to compare the current branch.<br/>Conflicts with `--ref`, `--sha`, `--ssh-key` and `--ssh-key-password`| no |
212
-
|`--verbose`| Print more detailed output when cloning and checking out the target<br/>Git repository and processing the result | no |
213
-
|`--include-spacelift-admin-stacks`| Include the Spacelift admin stack of any stack<br/>that is affected by config changes | no |
214
-
|`--clone-target-ref`| Clone the target reference with which to compare the current branch.<br/>`atmos describe affected --clone-target-ref=true`<br/><br/>If set to `false` (default), the target reference will be checked out instead<br/>This requires that the target reference is already cloned by Git,<br/>and the information about it exists in the `.git` directory | no |
215
-
|`--stack`| Only show results for the specific stack.<br/>`atmos describe affected --stack=plat-ue2-prod`| no |
216
-
|`--include-dependents`| Include the dependent components and stacks.<br/>`atmos describe affected --include-dependents=true`| no |
217
-
|`--include-settings`| Include the `settings` section for each affected component.<br/>`atmos describe affected --include-settings=true`| no |
218
-
|`--upload`| Upload the affected components and stacks to a specified HTTP endpoint.<br/><br/>`atmos describe affected --upload=true`<br/><br/>Atmos will perform an HTTP POST request<br/>to the URL `${ATMOS_PRO_BASE_URL}/${ATMOS_PRO_ENDPOINT}`,<br/>where the base URL is defined by the `ATMOS_PRO_BASE_URL` environment variable,<br/>and the URL path is defined by the `ATMOS_PRO_ENDPOINT`environment variable. | no |
219
-
|`--query`| Query the results of the command using `yq` expressions.<br/><br/>`atmos describe affected --query=<yq-expression>`.<br/><br/>For more details, refer to https://mikefarah.gitbook.io/yq| no |
220
-
|`--process-templates`| Enable/disable processing of all `Go` templates<br/>in Atmos stacks manifests when executing the command.<br/>If the flag is not provided, it's set to `true` by default.<br/>`atmos describe affected --process-templates=false`|| no |
221
-
|`--process-functions`| Enable/disable processing of all Atmos YAML functions<br/>in Atmos stacks manifests when executing the command.<br/>If the flag is not provided, it's set to `true` by default.<br/>`atmos describe affected --process-functions=false`|| no |
222
-
|`--skip`| Skip processing a specific Atmos YAML function<br/>in Atmos stacks manifests when executing the command.<br/>To specify more than one function,<br/>use multiple `--skip` flags, or separate the functions with a comma:<br/>`atmos describe affected --skip=terraform.output --skip=include`<br/>`atmos describe affected --skip=terraform.output,include`|| no |
203
+
<dl>
204
+
<dt>`--ref`</dt>
205
+
<dd>
206
+
[Git Reference](https://git-scm.com/book/en/v2/Git-Internals-Git-References) with which to compare the current working branch
207
+
</dd>
208
+
209
+
<dt>`--sha`</dt>
210
+
<dd>
211
+
Git commit SHA with which to compare the current working branch
212
+
</dd>
213
+
214
+
<dt>`--file`</dt>
215
+
<dd>
216
+
If specified, write the result to the file
217
+
</dd>
218
+
219
+
<dt>`--format`</dt>
220
+
<dd>
221
+
Specify the output format: `json` or `yaml` (`json` is default)
222
+
</dd>
223
+
224
+
<dt>`--ssh-key`</dt>
225
+
<dd>
226
+
Path to PEM-encoded private key to clone private repos using SSH
227
+
</dd>
228
+
229
+
<dt>`--ssh-key-password`</dt>
230
+
<dd>
231
+
Encryption password for the PEM-encoded private key if the key contains a password-encrypted PEM block
232
+
</dd>
233
+
234
+
<dt>`--repo-path`</dt>
235
+
<dd>
236
+
Path to the already cloned target repository with which to compare the current branch. Conflicts with `--ref`, `--sha`, `--ssh-key` and `--ssh-key-password`
237
+
</dd>
238
+
239
+
<dt>`--verbose`</dt>
240
+
<dd>
241
+
Print more detailed output when cloning and checking out the target Git repository and processing the result
242
+
</dd>
243
+
244
+
<dt>`--include-spacelift-admin-stacks`</dt>
245
+
<dd>
246
+
Include the Spacelift admin stack of any stack that is affected by config changes
247
+
</dd>
248
+
249
+
<dt>`--clone-target-ref`</dt>
250
+
<dd>
251
+
Clone the target reference with which to compare the current branch.
252
+
253
+
`atmos describe affected --clone-target-ref=true`
254
+
255
+
If set to `false` (default), the target reference will be checked out instead.
256
+
This requires that the target reference is already cloned by Git, and the information about it exists in the `.git` directory
0 commit comments