mirror of
https://github.com/gopasspw/gopass.git
synced 2025-12-08 19:24:54 +00:00
20 lines
444 B
Markdown
20 lines
444 B
Markdown
# `update` command
|
|
|
|
The `update` command will attempt to auto-update `gopass` by downloading the
|
|
latest release from GitHub. It performs several pre-flight checks in order to
|
|
determine if the binary can be updated or not (e.g. if managed by a package
|
|
manager).
|
|
|
|
## Synopsis
|
|
|
|
```
|
|
$ gopass update
|
|
$ gopass update --pre
|
|
```
|
|
|
|
## Flags
|
|
|
|
Flag | Description
|
|
---- | -----------
|
|
`--pre` | Update to pre-releases / release candidates (default: `false`).
|