Search Criteria
Package Details: kyma-bin 2.19.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kyma-bin.git (read-only, click to copy) |
---|---|
Package Base: | kyma-bin |
Description: | Provides a set of commands you can use to install, manage, and test Kyma. |
Upstream URL: | https://github.com/kyma-project/cli |
Keywords: | cli kubernetes kyma |
Licenses: | Apache |
Conflicts: | kyma |
Provides: | kyma, kyma-cli |
Submitter: | ragouel |
Maintainer: | texhnolyze |
Last Packager: | texhnolyze |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-03-19 07:36 (UTC) |
Last Updated: | 2023-11-07 00:39 (UTC) |
Latest Comments
ragouel commented on 2020-04-24 14:31 (UTC) (edited on 2020-04-24 14:33 (UTC) by ragouel)
Done. Please flag the package to request version bumps, next time.
arth commented on 2020-04-24 14:03 (UTC) (edited on 2020-04-24 14:03 (UTC) by arth)
And can you update to latest release?
Thanks
arth commented on 2020-04-24 13:43 (UTC) (edited on 2020-04-24 13:43 (UTC) by arth)
Please, add this to get completions on package()
# Populate bash and zsh completions
install -dm 755 "${pkgdir}/usr/share/bash-completion/completions"
install -dm 755 "${pkgdir}/usr/share/zsh/site-functions"
"${pkgdir}/usr/bin/kyma" completion bash > "${pkgdir}/usr/share/bash-completion/completions/kyma"
"${pkgdir}/usr/bin/kyma" completion zsh > "${pkgdir}/usr/share/zsh/site-functions/_kyma"