We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aqua g -i
Please use the latest version.
$ aqua -v aqua version 1.1.0-1 (29095a314be902a216d0eec145cd0e3c0dc08e1f)
aqua g's -i option was addded from v1.1.0-0
aqua g
-i
⚠️ aqua doesn't support Windows.
I guess OS and Architecture aren't related.
aqua g -i removes new lines.
aqua.yaml should be not partial but complete configuration. Please remove unneeded configuration to reproduce the issue.
aqua.yaml
--- # aqua - Declarative CLI Version Manager # https://aquaproj.github.io/ registries: - type: standard ref: v1.4.0 # renovate: depName=aquaproj/aqua-registry packages:
$ aqua g -i cli/cli
Please set the environment variable AQUA_LOG_LEVEL=debug and run aqua and tell us the debug output.
AQUA_LOG_LEVEL=debug
$
New lines are kept.
--- # aqua - Declarative CLI Version Manager # https://aquaproj.github.io/ registries: - type: standard ref: v1.4.0 # renovate: depName=aquaproj/aqua-registry packages: - name: cli/cli@v2.5.1
New lines are removed.
goccy/go-yaml is used as YAML Parser.
Add empty comments # instead of new lines
#
e.g.
--- # aqua - Declarative CLI Version Manager # https://aquaproj.github.io/ registries: - type: standard ref: v1.4.0 # renovate: depName=aquaproj/aqua-registry # packages:
The text was updated successfully, but these errors were encountered:
aqua update
packages
The issue would be solved at the next release.
Sorry, something went wrong.
No branches or pull requests
aqua version
Please use the latest version.
aqua g
's-i
option was addded from v1.1.0-0Environment
I guess OS and Architecture aren't related.
Overview
aqua g -i
removes new lines.How to reproduce
aqua.yaml
$ aqua g -i cli/cli
Debug Output
Please set the environment variable
AQUA_LOG_LEVEL=debug
and run aqua and tell us the debug output.Expected Behaviour
New lines are kept.
Actual Behaviour
New lines are removed.
Important Factoids
goccy/go-yaml is used as YAML Parser.
Workaround
Add empty comments
#
instead of new linese.g.
References
The text was updated successfully, but these errors were encountered: