Skip to content

Commit

Permalink
Update just aliases (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Aug 29, 2023
1 parent cb03b44 commit 2d095b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions documentation/general/general_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ If for some reason, you are unable to install `just`, you can refer to the
commands individually in a terminal. It won't be the best user experience, but
it will work just the same.

We also recommend setting up
[shell completions](https://github.com/casey/just#shell-completion-scripts) for
`just` to make it faster to find and run recipes. On macOS with the default Z
shell, Homebrew installs completions for `just` by default.

## Conditional setup

A subset of the following requirements will be required depending on the extent
Expand Down
6 changes: 5 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,11 @@ deploy:
alias b := build
alias d := down
alias l := logs
alias l := lint
alias L := logs
alias P := precommit
alias I := install
# alias for `just api/up`
a:
Expand Down

0 comments on commit 2d095b1

Please sign in to comment.