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
Copy file name to clipboardExpand all lines: content/en/docs/commands/updatecli.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
title: updatecli
3
3
description: Documentation for the command `updatecli`
4
4
lead: Documentation for the command `updatecli`
5
-
date: 2023-10-12T14:48:08+02:00
6
-
lastmod: 2023-10-12T14:48:08+02:00
7
5
draft: false
8
6
images: []
9
7
menu:
@@ -32,19 +30,21 @@ Updatecli works into three stages:
32
30
### Options
33
31
34
32
```
35
-
--debug Debug Output
36
-
--experimental Enable Experimental mode
37
-
-h, --help help for updatecli
33
+
--debug Debug Output
34
+
--experimental Enable Experimental mode
35
+
-h, --help help for updatecli
36
+
--unique-tmp-dir Use a unique temporary directory to allow running multiple Updatecli instances in parallel
38
37
```
39
38
40
39
### SEE ALSO
41
40
42
-
*[updatecli apply](/docs/commands/updatecli_apply) - apply checks if an update is needed then apply the changes
41
+
*[updatecli apply](/docs/commands/updatecli_apply) - **Deprecated in favor of updatecli pipeline apply**apply checks if an update is needed then apply the changes
43
42
*[updatecli completion](/docs/commands/updatecli_completion) - Generate the autocompletion script for the specified shell
44
43
*[updatecli compose](/docs/commands/updatecli_compose) - compose executes specific Updatecli compose tasks such as diff or apply
--clean Remove updatecli working directory like '--clean=true'
28
-
--commit Record changes to the repository, '--commit=false' (default true)
29
-
-c, --config stringArray Sets config file or directory. By default, Updatecli looks for a file named 'updatecli.yaml' or a directory named 'updatecli.d'
30
-
--disable-tls Disable TLS verification like '--disable-tls=true'
--reportAPI string Set the report API URL where to publish pipeline reports
34
-
--secrets stringArray Sets Sops secrets file uses for templating
35
-
-v, --values stringArray Sets values file uses for templating
25
+
--clean Remove updatecli working directory like '--clean=true'
26
+
--clean-git-branches Remove updatecli working git branches like '--clean-git-branches=true'
27
+
--commit Record changes to the repository, '--commit=false' (default true)
28
+
-c, --config stringArray Sets config file or directory. By default, Updatecli looks for a file named 'updatecli.yaml' or a directory named 'updatecli.d'
29
+
--disable-tls Disable TLS verification like '--disable-tls=true'
30
+
--existing-only Skip targets when pipeline has no existing remote branch '--existing-only=true'
31
+
-h, --help help for apply
32
+
--labels stringArray Filter pipelines by their labels, accepted as a comma separated list (key:value)
33
+
--pipeline-ids stringArray Filter pipelines to apply by their pipeline IDs, accepted as comma separated list
0 commit comments