Skip to content

Commit

Permalink
chore: update aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Dec 15, 2021
1 parent 5f1dc31 commit f4ec198
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial-basics/change-version-per-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ https://github.com/cli/cli/releases/tag/v2.1.0

$ cd ../bar
$ gh version # In foo, the version is v2.0.0.
INFO[0000] download and unarchive the package aqua_version=0.8.3 package_name=cli/cli package_version=v2.0.0 program=aqua registry=standard
INFO[0000] download and unarchive the package aqua_version=0.8.6 package_name=cli/cli package_version=v2.0.0 program=aqua registry=standard
gh version 2.0.0 (2021-08-24)
https://github.com/cli/cli/releases/tag/v2.0.0
```
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial-basics/config-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tfmigrator isn't found in `../aqua.yaml`, but is found in `../../aqua.yaml`.

```console
$ tfmigrator -v
INFO[0000] download and unarchive the package aqua_version=0.8.3 package_name=tfmigrator/cli package_version=v0.2.1 program=aqua registry=standard
INFO[0000] download and unarchive the package aqua_version=0.8.6 package_name=tfmigrator/cli package_version=v0.2.1 program=aqua registry=standard
tfmigrator version 0.2.1 (3993c0824016673338530f4e7e8966c35efa5706)
```

Expand All @@ -54,5 +54,5 @@ If the configuration file isn't found and the tool isn't installed outside aqua,
```console
$ cd /tmp
$ gh version
FATA[0000] aqua failed aqua_version=0.8.3 error="command is not found" exe_name=gh program=aqua
FATA[0000] aqua failed aqua_version=0.8.6 error="command is not found" exe_name=gh program=aqua
```
2 changes: 1 addition & 1 deletion docs/tutorial-basics/global-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aqua finds the configuration files from the current directory to the root direct
$ pwd
/tmp
$ gh version
FATA[0000] aqua failed aqua_version=0.8.3 error="command is not found" exe_name=gh program=aqua
FATA[0000] aqua failed aqua_version=0.8.6 error="command is not found" exe_name=gh program=aqua
```

If you want to install tools regardless the current directory,
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial-basics/install-only-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Let's run `aqua i -l`.

```console
$ aqua i -l
INFO[0000] create a symbolic link aqua_version=0.8.3 link_file=/home/foo/.aqua/bin/tfmigrator new=aqua-proxy program=aqua
INFO[0000] create a symbolic link aqua_version=0.8.6 link_file=/home/foo/.aqua/bin/tfmigrator new=aqua-proxy program=aqua
```

The command would exit immediately, because the tool isn't downloaded and installed yet.
Expand All @@ -27,7 +27,7 @@ Even if downloading and installing are skipped, you can execute the tool thanks

```console
$ tfmigrator -v
INFO[0000] download and unarchive the package aqua_version=0.8.3 package_name=tfmigrator/cli package_version=v0.2.1 program=aqua registry=standard
INFO[0000] download and unarchive the package aqua_version=0.8.6 package_name=tfmigrator/cli package_version=v0.2.1 program=aqua registry=standard
tfmigrator version 0.2.1 (3993c0824016673338530f4e7e8966c35efa5706)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-basics/lazy-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Let's change the tool version.
$ sed -i "s|cli/cli@v2\.2\.0|cli/[email protected]|" aqua.yaml

$ gh version
INFO[0000] download and unarchive the package aqua_version=0.8.3 package_name=cli/cli package_version=v2.1.0 program=aqua registry=standard
INFO[0000] download and unarchive the package aqua_version=0.8.6 package_name=cli/cli package_version=v2.1.0 program=aqua registry=standard
gh version 2.1.0 (2021-10-14)
https://github.com/cli/cli/releases/tag/v2.1.0
```
Expand Down
12 changes: 6 additions & 6 deletions docs/tutorial-basics/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ Then run `aqua i`.

```console
$ aqua i
INFO[0000] download and unarchive the package aqua_version=0.8.3 package_name=aqua-proxy package_version=v0.2.0 program=aqua registry=inline
INFO[0002] create a symbolic link aqua_version=0.8.3 link_file=/home/foo/.aqua/bin/aqua-proxy new=../pkgs/github_release/github.com/aquaproj/aqua-proxy/v0.2.0/aqua-proxy_linux_amd64.tar.gz/aqua-proxy program=aqua
INFO[0003] create a symbolic link aqua_version=0.8.3 link_file=/home/foo/.aqua/bin/gh new=aqua-proxy program=aqua
INFO[0003] create a symbolic link aqua_version=0.8.3 link_file=/home/foo/.aqua/bin/fzf new=aqua-proxy program=aqua
INFO[0003] download and unarchive the package aqua_version=0.8.3 package_name=junegunn/fzf package_version=0.28.0 program=aqua registry=standard
INFO[0003] download and unarchive the package aqua_version=0.8.3 package_name=cli/cli package_version=v2.2.0 program=aqua registry=standard
INFO[0000] download and unarchive the package aqua_version=0.8.6 package_name=aqua-proxy package_version=v0.2.0 program=aqua registry=inline
INFO[0002] create a symbolic link aqua_version=0.8.6 link_file=/home/foo/.aqua/bin/aqua-proxy new=../pkgs/github_release/github.com/aquaproj/aqua-proxy/v0.2.0/aqua-proxy_linux_amd64.tar.gz/aqua-proxy program=aqua
INFO[0003] create a symbolic link aqua_version=0.8.6 link_file=/home/foo/.aqua/bin/gh new=aqua-proxy program=aqua
INFO[0003] create a symbolic link aqua_version=0.8.6 link_file=/home/foo/.aqua/bin/fzf new=aqua-proxy program=aqua
INFO[0003] download and unarchive the package aqua_version=0.8.6 package_name=junegunn/fzf package_version=0.28.0 program=aqua registry=standard
INFO[0003] download and unarchive the package aqua_version=0.8.6 package_name=cli/cli package_version=v2.2.0 program=aqua registry=standard
```

Congratulation! Tools are installed correctly.
Expand Down

0 comments on commit f4ec198

Please sign in to comment.