-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
"apigeecli kvms export --org=$ORG" only exports proxy KVMs #540
Comments
You are correct, |
But I'm not able to export all org scoped KVMs. It's due to: apigeecli/internal/cmd/kvm/expkvm.go Line 54 in 96575cf
If I remove that block, it exports all org KVMs. But then there's no way to export all proxy KVMs unless we use something like
which works. |
The command implies it exports all KVMs
How do I export org level KVMs using
apigeecli kvms export
?Work around is to use KVMs list and export for each KVM
kvms entries export --org=$ORG --map=org-config-private
The text was updated successfully, but these errors were encountered: