Skip to content

Commit

Permalink
Merge pull request #126 from jpbalarini/patch-1
Browse files Browse the repository at this point in the history
Update aliases.md
  • Loading branch information
dhh authored Oct 11, 2024
2 parents d4142cf + 393f1d6 commit 40c7ff4
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 40c7ff4

Please sign in to comment.