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: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,20 @@ You can specify the tag of the release you want to install. If you don't specify
51
51
gah install getsops/sops --tag=v3.10.2
52
52
```
53
53
54
-
### Using default names
54
+
### Unattended mode
55
55
56
-
If you want to use the default names for the installed binaries, you can use the `--use-default-names` flag. This is specially useful for unattended installations, where you don't want to be prompted for the name of the binary.
56
+
`gah` will try to detect if your terminal supports input or not. To force this behavior you can either use the `--unattended` flag or set env var `UNATTENDED=true`.
57
+
This will skip the confirmation prompt and install the app without asking for any input.
0 commit comments