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 Jul 7, 2024
1 parent 59069eb commit 552d185
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 35 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Deploy Local — is a command line interface designed to help developers quickly deploy projects to their local machine.
DL is a wrapper on top of Docker and docker-compose, in basic use no additional software or libraries are required to be installed.

## Documentation [local-deploy.github.io](https://local-deploy.github.io/)
## Documentation [local-deploy.github.io](https://v7m.ru/s/bvntg)

![cast](docs/dl.gif)

Expand Down
4 changes: 2 additions & 2 deletions command/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Directories that are downloaded by default
Bitrix CMS: "bitrix"
WordPress: "wp-admin" and "wp-includes"
Laravel: only the database is downloaded`,
RunE: func(cmd *cobra.Command, args []string) error {
RunE: func(_ *cobra.Command, _ []string) error {
return deployRun()
},
Example: "dl deploy\ndl deploy -d\ndl deploy -d -t b_user,b_file\ndl deploy -f\ndl deploy -f -o bitrix,upload",
Expand Down Expand Up @@ -186,5 +186,5 @@ func detectFw() (string, error) {

logrus.Errorf("Output of ls: %s", string(out))

return "", errors.New("failed determine the Framework, please specify accesses manually https://clck.ru/uAGwX")
return "", errors.New("failed determine the Framework, please specify accesses manually https://v7m.ru/s/mvavg")
}
1 change: 1 addition & 0 deletions docs/dl_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ Menu for setting up the application.

* [dl](dl.md) - Deploy Local
* [dl config repo](dl_config_repo.md) - Repository source configuration
* [dl config service](dl_config_service.md) - Additional service containers

28 changes: 28 additions & 0 deletions docs/dl_config_service.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## dl config service

Additional service containers

### Synopsis

Menu for managing the launch of additional containers (portainer and mailhog).

```
dl config service [flags]
```

### Options

```
-h, --help help for service
```

### Options inherited from parent commands

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

### SEE ALSO

* [dl config](dl_config.md) - Application configuration

3 changes: 2 additions & 1 deletion docs/dl_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Local services configuration (portainer, mailcatcher, traefik).
### Options

```
-h, --help help for service
-h, --help help for service
-s, --services strings Manage only specified services (comma separated values)
```

### Options inherited from parent commands
Expand Down
3 changes: 2 additions & 1 deletion docs/dl_service_down.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ dl down -s portainer
### Options inherited from parent commands

```
--debug Show more output
--debug Show more output
-s, --services strings Manage only specified services (comma separated values)
```

### SEE ALSO
Expand Down
3 changes: 2 additions & 1 deletion docs/dl_service_recreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ dl service recreate [flags]
### Options inherited from parent commands

```
--debug Show more output
--debug Show more output
-s, --services strings Manage only specified services (comma separated values)
```

### SEE ALSO
Expand Down
28 changes: 0 additions & 28 deletions docs/dl_service_restart.md

This file was deleted.

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

```
--debug Show more output
--debug Show more output
-s, --services strings Manage only specified services (comma separated values)
```

### SEE ALSO
Expand Down

0 comments on commit 552d185

Please sign in to comment.