Просмотр исходного кода

Move the anchor link to "agru"

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3811/head
Suguru Hirahara 1 год назад
Родитель
Сommit
6f02394f4f
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      docs/just.md

+ 2
- 2
docs/just.md Просмотреть файл

@@ -4,9 +4,9 @@ We have previously used [make](https://www.gnu.org/software/make/) for easily ru

In addition, we have added support for running commands via [`just`](https://github.com/casey/just) - a more modern command-runner alternative to `make`. It can be used to invoke `ansible-playbook` commands with less typing.

The `just` utility executes shortcut commands (called as "recipes"), which ultimately run `ansible-galaxy`. The targets of the recipes are defined in [`justfile`](../justfile). It defines commands, most of which are not available on our `Makefile`.
The `just` utility executes shortcut commands (called as "recipes"), which ultimately run `ansible-galaxy` or [`agru`](https://github.com/etkecc/agru). The targets of the recipes are defined in [`justfile`](../justfile). It defines commands, most of which are not available on our `Makefile`.

For some recipes such as `just update`, our `justfile` recommends to install [agru](https://github.com/etkecc/agru#where-to-get) to speed up the process.
For some recipes such as `just update`, our `justfile` recommends to install `agru` to speed up the process.

Here are some examples of shortcuts:



Загрузка…
Отмена
Сохранить