Skip to content

Commit

Permalink
Fix wrong flag used in aliases docs for container reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
Cluster444 committed Oct 17, 2024
1 parent 87ba209 commit 7c60559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Aliases are shortcuts for Kamal commands.
For example, for a Rails app, you might open a console with:

```shell
kamal app exec -i -r "rails console"
kamal app exec -i --reuse "rails console"
```

By defining an alias, like this:

```yaml
aliases:
console: app exec -r -i "rails console"
console: app exec --reuse -i "rails console"
```
You can now open the console with:
Expand Down

0 comments on commit 7c60559

Please sign in to comment.