From f874c35f83f2ad6d1d3cd26fa20bd1d8d3adea1c Mon Sep 17 00:00:00 2001 From: Sergey Voloshin Date: Sun, 25 Sep 2022 20:40:34 +0300 Subject: [PATCH] feat(docs): update available commands Refs: DL-T-40 --- docs/dl.md | 1 + docs/dl_ps.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 docs/dl_ps.md diff --git a/docs/dl.md b/docs/dl.md index 2a086c4..e8dd790 100644 --- a/docs/dl.md +++ b/docs/dl.md @@ -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 diff --git a/docs/dl_ps.md b/docs/dl_ps.md new file mode 100644 index 0000000..2e6a84e --- /dev/null +++ b/docs/dl_ps.md @@ -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 +