-
-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
aqua info
$ aqua info
{
"version": "2.47.0",
"commit_hash": "8208c993ed4b08d1a05820c560d936aa4c4d0845",
"os": "linux",
"arch": "amd64",
"pwd": "/home/(USER)",
"root_dir": "/home/(USER)/.local/share/aquaproj-aqua",
"env": {},
"config_files": []
}
Overview
aqua version
produces incorrect output. aqua --version
and aqua -v
produces correct output.
How to reproduce
aqua.yaml - empty
Other related code such as local Registry - empty
Executed command and output
$ aqua version
version version
Expected behaviour
aqua version
produces same output as aqua --version
and aqua -v
Actual behaviour
❯ aqua version
version version
❯ aqua --version
aqua version 2.47.0 (8208c993ed4b08d1a05820c560d936aa4c4d0845)
❯ aqua -v
aqua version 2.47.0 (8208c993ed4b08d1a05820c560d936aa4c4d0845)
Note
This was not an issue in 2.46.0
❯ aqua version
aqua version 2.46.0 (3e32082fae4f04e092860a00e11b1b13636c2829)
So it's likely a regression
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working