You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the home directory path in the log of aqua's command.
Why is the feature needed?
Please explain the problem you want to solve.
The log of aqua includes the home directory path.
e.g.
$ 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=inlineINFO[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=aquaINFO[0003] create a symbolic link aqua_version=0.8.3 link_file=/home/foo/.aqua/bin/gh new=aqua-proxy program=aquaINFO[0003] create a symbolic link aqua_version=0.8.3 link_file=/home/foo/.aqua/bin/fzf new=aqua-proxy program=aquaINFO[0003] download and unarchive the package aqua_version=0.8.3 package_name=junegunn/fzf package_version=0.28.0 program=aqua registry=standardINFO[0003] download and unarchive the package aqua_version=0.8.3 package_name=cli/cli package_version=v2.2.0 program=aqua registry=standard
But the home directory path includes the user name.
The user name may be a sensitive information.
When you report a bug, the log is required but the sensitive information should not be included.
Does the feature include Breaking Changes?
No.
Example Code
command and configuration
# Replace the home directory path to `~`
$ 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=inlineINFO[0002] create a symbolic link aqua_version=0.8.3 link_file=~/.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=aquaINFO[0003] create a symbolic link aqua_version=0.8.3 link_file=~/.aqua/bin/gh new=aqua-proxy program=aquaINFO[0003] create a symbolic link aqua_version=0.8.3 link_file=~/.aqua/bin/fzf new=aqua-proxy program=aquaINFO[0003] download and unarchive the package aqua_version=0.8.3 package_name=junegunn/fzf package_version=0.28.0 program=aqua registry=standardINFO[0003] download and unarchive the package aqua_version=0.8.3 package_name=cli/cli package_version=v2.2.0 program=aqua registry=standard
The text was updated successfully, but these errors were encountered:
Feature Overview
Replace the home directory path in the log of aqua's command.
Why is the feature needed?
The log of aqua includes the home directory path.
e.g.
But the home directory path includes the user name.
The user name may be a sensitive information.
When you report a bug, the log is required but the sensitive information should not be included.
Does the feature include Breaking Changes?
No.
Example Code
The text was updated successfully, but these errors were encountered: