Skip to content
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

Consumer should be able to specify an ibmcloud plugin without explicitly including the ibmcloud cli #17

Open
seansund opened this issue Feb 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@seansund
Copy link
Member

seansund commented Feb 3, 2023

This should work

data clis_check clis {
  clis = ["ibmcloud-ks"]
}

instead it fails because the ibmcloud cli cannot be found. If one of the plugins is referenced then the ibmcloud cli should be included implicitly

@seansund seansund added the bug Something isn't working label Feb 3, 2023
@seansund
Copy link
Member Author

seansund commented Feb 3, 2023

For now, the workaround is to explicitly include the ibmcloud cli. E.g.

data clis_check clis {
  clis = ["ibmcloud", "ibmcloud-ks"]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant