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
kargo version
Followed Kargo Quickstart doc and after completing the Install CLI section, whenever I execute the kargo binary I just get the following response:
✗ kargo load config: please use `kargo login` to continue: no configuration file was found at "/Users/zbialik/.config/kargo/config"
N/A
arch=$(uname -m) [ "$arch" = "x86_64" ] && arch=amd64 curl -L -o kargo https://github.com/akuity/kargo/releases/latest/download/kargo-$(uname -s | tr '[:upper:]' '[:lower:]')-${arch} chmod +x kargo
kargo
I honestly can't be sure because the download link just points to latest and there's nothing else I am seeing that would indicate a version.
✗ kargo version load config: please use `kargo login` to continue: no configuration file was found at "/Users/zbialik/.config/kargo/config"
The text was updated successfully, but these errors were encountered:
You were running into #1341
Sorry, something went wrong.
@krancour Ahh thank you. I think I saw it had started working after I created a Namespace with the label required for denoting it as a Kargo Project.
Namespace
Project
No branches or pull requests
Checklist
kargo version
.Description
Followed Kargo Quickstart doc and after completing the Install CLI section, whenever I execute the kargo binary I just get the following response:
Screenshots
N/A
Steps to Reproduce
kargo
binaryVersion
I honestly can't be sure because the download link just points to latest and there's nothing else I am seeing that would indicate a version.
Logs
N/A
The text was updated successfully, but these errors were encountered: