Skip to content

Commit a1e8804

Browse files
author
Arnold
authored
[docs] add documentation for devbox version update (#1355) (#1356)
## Summary Adds documentation for `devbox version update`. Fixes #1355 ## How was it tested? I used the [included devbox](https://github.com/jetpack-io/devbox/tree/main/docs#website).
1 parent c663ddc commit a1e8804

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

docs/app/docs/cli_reference/devbox_version.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
Print version information
44

55
```bash
6-
devbox version [flags]
6+
devbox version [update] [flags]
77
```
88

9+
## Subcommands
10+
11+
* [devbox version update](devbox_version_update.md) - Check for a new version of devbox and update if available
12+
13+
914
## Options
1015

1116
<!-- Markdown Table of Options -->
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# devbox version update
2+
3+
Check for a new version of devbox and update if available
4+
5+
```bash
6+
devbox version update [flags]
7+
```
8+
9+
## Options
10+
11+
<!-- Markdown Table of Options -->
12+
| Option | Description |
13+
| --- | --- |
14+
| `-h, --help` | help for update |
15+
| `-q, --quiet` | Quiet mode: Suppresses logs. |
16+
17+
## SEE ALSO
18+
19+
* [devbox](./devbox.md) - Instant, easy, predictable shells and containers
20+

0 commit comments

Comments
 (0)