Skip to content

Commit

Permalink
Update aliases.md
Browse files Browse the repository at this point in the history
Remove extra console in the aliases documentation.
  • Loading branch information
jpbalarini authored Oct 7, 2024
1 parent 3518303 commit 393f1d6
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 console "rails console"
kamal app exec -i -r "rails console"
```

By defining an alias, like this:

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

0 comments on commit 393f1d6

Please sign in to comment.