Skip to content

Commit

Permalink
feat(docs): update available commands
Browse files Browse the repository at this point in the history
Refs: DL-T-40
  • Loading branch information
varrcan committed Sep 25, 2022
1 parent ab29363 commit f874c35
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/dl.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Complete documentation is available at https://local-deploy.github.io/
* [dl deploy](dl_deploy.md) - Downloading db and files from the production server
* [dl down](dl_down.md) - Down project
* [dl env](dl_env.md) - Create env file
* [dl ps](dl_ps.md) - List containers
* [dl recreate](dl_recreate.md) - Recreate containers
* [dl self-update](dl_self-update.md) - Update dl
* [dl service](dl_service.md) - Local services configuration
Expand Down
28 changes: 28 additions & 0 deletions docs/dl_ps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## dl ps

List containers

### Synopsis

List containers in the current project.

```
dl ps [flags]
```

### Options

```
-h, --help help for ps
```

### Options inherited from parent commands

```
--debug Show more output
```

### SEE ALSO

* [dl](dl.md) - Deploy Local

0 comments on commit f874c35

Please sign in to comment.