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
aqua creates executable BAT files and shell scripts in directories AQUA_ROOT_DIR/bin and AQUA_ROOT_DIR/bat instead of symbolic links.
If you use PowerShell or Command Prompt, please add AQUA_ROOT_DIR/bat to the environment variable PATH.
Or if you use Git Bash, please add AQUA_ROOT_DIR/bin to the environment variable PATH.
Feature Overview
On Windows, create smal BAT files instead of installing aqua-proxy and create symbolic links.
Why is the feature needed?
On Windows, there are two problems regarding symbolic links.
Does the feature include Breaking Changes?
No.
Example Code
Command and configuration aren't changed.
aqua creates the following files on bin directory.
AQUA_ROOT_DIR/bin/gh # cli/cli
This is basically same as aqua-proxy.
Reference
The text was updated successfully, but these errors were encountered: