diff --git a/docs/dl.md b/docs/dl.md index 3fcdaa7..eda7110 100644 --- a/docs/dl.md +++ b/docs/dl.md @@ -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 diff --git a/docs/dl_service.md b/docs/dl_service.md index 876edfc..ef932e5 100644 --- a/docs/dl_service.md +++ b/docs/dl_service.md @@ -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 diff --git a/docs/dl_service_down.md b/docs/dl_service_down.md index 33c7b7e..df1e2a7 100644 --- a/docs/dl_service_down.md +++ b/docs/dl_service_down.md @@ -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 diff --git a/docs/dl_service_recreate.md b/docs/dl_service_recreate.md index e9e9e15..fc6b9b0 100644 --- a/docs/dl_service_recreate.md +++ b/docs/dl_service_recreate.md @@ -4,7 +4,7 @@ Recreate containers ### Synopsis -Stop services containers and restart. +Recreate running service containers. ``` dl service recreate [flags] @@ -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 diff --git a/docs/dl_service_up.md b/docs/dl_service_up.md index a902e06..1ca2909 100644 --- a/docs/dl_service_up.md +++ b/docs/dl_service_up.md @@ -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 diff --git a/docs/dl_status.md b/docs/dl_status.md index 84845bc..f13fbb6 100644 --- a/docs/dl_status.md +++ b/docs/dl_status.md @@ -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]