Skip to content

Commit

Permalink
fix: reformat commands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidmattei committed Nov 20, 2024
1 parent db67384 commit e45b017
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/ems/common/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,12 @@ ems:logs:clear [options]
[//]: auto-generated-command

::: code-group

```bash [Example]
# Remove all logs created before now for the channels `app` and `core`
ems:logs:clear --before=now --channel=app --channel=core
```

:::

## Clear-cache
Expand Down Expand Up @@ -365,6 +367,7 @@ ems:curl [options] [--] <url> <filename>
[//]: auto-generated-command

::: code-group

```bash [Example]
# This command allows you to save request to a file.

Expand All @@ -375,6 +378,7 @@ ems:curl [options] [--] <url> <filename>

ems:curl /public/view/54 /opt/samples/test.pdf --save --base-url=http://demo-admin-dev.localhost
```

:::

## Document
Expand Down

0 comments on commit e45b017

Please sign in to comment.