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
I would receive a list of hosted zones in my Route 53 account.
Actual behaviour
I received an empty list and echo $? returned "1"
❯ ~/Downloads/cli53-mac-arm64 list
❯ echo $?
1
Have you checked if the documentation has the information you require?
I have, yes, thanks!
Could you contribute a fix or help testing with this issue?
I don't need to. By cloning what is on main and running go build, the resultant binary executes the command properly. I did also clone the repository and ran a go get -u github.com/aws/aws-sdk-go before reverting my changes and trying a go build again. I'm hoping that didn't cloud the results of the operation, but it may have? Either way, an update of the AWS Go SDK wouldn't hurt, I don't think.
The text was updated successfully, but these errors were encountered:
SeanSith
added a commit
to SeanSith/cli53
that referenced
this issue
Nov 27, 2023
Issue type
cli53 version (cli53 --version)
OS / Platform
Steps to reproduce
aws sso login
cli53 list
Expected behaviour
I would receive a list of hosted zones in my Route 53 account.
Actual behaviour
I received an empty list and
echo $?
returned "1"Have you checked if the documentation has the information you require?
I have, yes, thanks!
Could you contribute a fix or help testing with this issue?
I don't need to. By cloning what is on
main
and runninggo build
, the resultant binary executes the command properly. I did also clone the repository and ran ago get -u github.com/aws/aws-sdk-go
before reverting my changes and trying ago build
again. I'm hoping that didn't cloud the results of the operation, but it may have? Either way, an update of the AWS Go SDK wouldn't hurt, I don't think.The text was updated successfully, but these errors were encountered: