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
The documentation mentions a --tag flag for kcl mod push to overwrite the version written in kcl.mod.
--tag
kcl mod push
kcl.mod
However, it appears this flag doesn't exist.
Run kcl mod push --tag 0.0.42
kcl mod push --tag 0.0.42
unknown flag: --tag
kcl version: 0.10.10-linux-amd64
The text was updated successfully, but these errors were encountered:
zong-zhe
No branches or pull requests
Bug Report
The documentation mentions a
--tag
flag forkcl mod push
to overwrite the version written inkcl.mod
.However, it appears this flag doesn't exist.
1. Minimal reproduce step (Required)
Run
kcl mod push --tag 0.0.42
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your KCL components version? (Required)
kcl version: 0.10.10-linux-amd64
The text was updated successfully, but these errors were encountered: