Skip to content

Commit

Permalink
Add wasefire self-update command (#689)
Browse files Browse the repository at this point in the history
Also self-update at startup for `cargo install` builds, since those lack
the host platform.
  • Loading branch information
ia0 authored Nov 14, 2024
1 parent 7a4ba18 commit 14885ff
Show file tree
Hide file tree
Showing 17 changed files with 4,964 additions and 154 deletions.
3 changes: 2 additions & 1 deletion book/src/quick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ You can test that the CLI is correctly installed by running `wasefire help`.

You can also add shell completion with `wasefire completion`. You need to place the generated script
where you shell will interpret it, which depends on your shell and configuration. If you use bash
and have root access, you can copy it to `/usr/share/bash-completion/completions/wasefire`.
and have root access, you can copy it to `/etc/bash_completion.d/wasefire` or
`/usr/share/bash-completion/completions/wasefire`.

### GitHub Codespace

Expand Down
9 changes: 8 additions & 1 deletion crates/cli-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.2.1-git

### Minor

- Add `fs::targz_{list,extract}()` to manipulate tarballs
- Add `fs::download()` for download files

## 0.2.0

### Major
Expand Down Expand Up @@ -49,4 +56,4 @@

## 0.1.0

<!-- Increment to skip CHANGELOG.md test: 0 -->
<!-- Increment to skip CHANGELOG.md test: 1 -->
Loading

0 comments on commit 14885ff

Please sign in to comment.