Skip to content

[docs] add documentation for devbox version update (#1355) #1356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/app/docs/cli_reference/devbox_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
Print version information

```bash
devbox version [flags]
devbox version [update] [flags]
```

## Subcommands

* [devbox version update](devbox_version_update.md) - Check for a new version of devbox and update if available


## Options

<!-- Markdown Table of Options -->
Expand Down
20 changes: 20 additions & 0 deletions docs/app/docs/cli_reference/devbox_version_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# devbox version update

Check for a new version of devbox and update if available

```bash
devbox version update [flags]
```

## Options

<!-- Markdown Table of Options -->
| Option | Description |
| --- | --- |
| `-h, --help` | help for update |
| `-q, --quiet` | Quiet mode: Suppresses logs. |

## SEE ALSO

* [devbox](./devbox.md) - Instant, easy, predictable shells and containers