Skip to content

Commit

Permalink
docs: update quick reference
Browse files Browse the repository at this point in the history
  • Loading branch information
varrcan committed Apr 9, 2024
1 parent 3635297 commit 492cf35
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/dl.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Complete documentation is available at https://local-deploy.github.io/
* [dl recreate](dl_recreate.md) - Recreate containers
* [dl self-update](dl_self-update.md) - Update dl
* [dl service](dl_service.md) - Local services configuration
* [dl status](dl_status.md) - List containers
* [dl status](dl_status.md) - Show dl status
* [dl templates](dl_templates.md) - Regenerate docker-compose files
* [dl up](dl_up.md) - Up project
* [dl version](dl_version.md) - Print the version number
Expand Down
1 change: 0 additions & 1 deletion docs/dl_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ Local services configuration (portainer, mailcatcher, traefik).
* [dl](dl.md) - Deploy Local
* [dl service down](dl_service_down.md) - Stop and remove services
* [dl service recreate](dl_service_recreate.md) - Recreate containers
* [dl service restart](dl_service_restart.md) - Restart containers
* [dl service up](dl_service_up.md) - Start local services

3 changes: 1 addition & 2 deletions docs/dl_service_down.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ dl down -s portainer
### Options

```
-h, --help help for down
-s, --service string Stop and remove single service
-h, --help help for down
```

### Options inherited from parent commands
Expand Down
5 changes: 2 additions & 3 deletions docs/dl_service_recreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Recreate containers

### Synopsis

Stop services containers and restart.
Recreate running service containers.

```
dl service recreate [flags]
Expand All @@ -13,8 +13,7 @@ dl service recreate [flags]
### Options

```
-h, --help help for recreate
-s, --service string Recreate single service
-h, --help help for recreate
```

### Options inherited from parent commands
Expand Down
5 changes: 2 additions & 3 deletions docs/dl_service_up.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ dl service up [flags]
### Options

```
-h, --help help for up
-r, --restart Restart running containers
-s, --service string Start single service
-h, --help help for up
-r, --recreate Recreate running containers
```

### Options inherited from parent commands
Expand Down
4 changes: 2 additions & 2 deletions docs/dl_status.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## dl status

List containers
Show dl status

### Synopsis

List containers in the current project.
List of containers started by dl.

```
dl status [flags]
Expand Down

0 comments on commit 492cf35

Please sign in to comment.