Skip to content

Commit

Permalink
Regenerated fin docs
Browse files Browse the repository at this point in the history
with ./scripts/fin-help-generate.sh
  • Loading branch information
lmakarov committed Apr 2, 2024
1 parent 3ef81dc commit 9a18c99
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/content/fin/fin-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aliases:
## fin {#fin}

```text
Docksal command line utility (v1.110.1)
Docksal command line utility (v1.116.0)
Docksal Docs: https://docs.docksal.io/
Sponsor ❤ Docksal: https://github.com/sponsors/docksal
Expand Down Expand Up @@ -376,7 +376,7 @@ Examples:
```text
Usage: docker compose logs [SERVICE...]
Usage: docker compose logs [OPTIONS] [SERVICE...]
View output from containers
Expand All @@ -397,7 +397,7 @@ Examples:
## pull {#pull}

```text
Docksal command line utility (v1.110.1)
Docksal command line utility (v1.116.0)
Docksal Docs: https://docs.docksal.io/
Sponsor ❤ Docksal: https://github.com/sponsors/docksal
Expand Down Expand Up @@ -448,9 +448,6 @@ Diagnostics/maintenance/updates
sysinfo Show system information
update [options] Update Docksal
version (--version, v, -v) Print fin version. [v, -v] prints short version
Installed Addons:
mkcert [g] mkcert addon
```

## run-cli {#run-cli}
Expand Down Expand Up @@ -545,12 +542,15 @@ Update Docksal system components to the latest stable version
Usage: update
Options:
DOCKSAL_VERSION=develop fin update Update Docksal to the latest development version
--system-images Update system images
--project-images Update project images
--self Update fin executbale
--tools Update tools
--stack Update config files
--bash-complete Install bash autocomplete
--system-images Update system images
--project-images Update project images
--self Update fin executbale
--tools Update tools
--stack Update config files
--bash-complete Install bash completions
Examples:
fin update --project-images Pull the latest project specific images
DOCKSAL_UPDATE_VERSION=develop fin update Update Docksal to the latest development version
```

0 comments on commit 9a18c99

Please sign in to comment.