Closed2
aqua update の spec について検討する
aqua update
特に指定しなければ全ての registry と package を update する。
- standard registry と github_content registry を update する
- package を update する
対象の aqua.yaml は 3 種類ある
- 最も近い aqua.yaml
- その他の aqua.yaml
- global の aqua.yaml
デフォルトでは (1) だけにして (2) は -a
, (3) は -g
とする。
特定の package のみを update する
aqua update -i
Fuzzy Finder で package を選択し、 update する
registry のみを update する
aqua update -r
特定の registry のみを update する
aqua update -r -i
このスクラップは2023/10/27にクローズされました