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
@karencfv commented on Thu Oct 03 2019
Now that the swagger spec in cloud-sdk-go has been updated to 2.4 there are new endpoints we need to implement.
cloud-sdk-go
2.4
endpoint ID:
get-authentication-info
New command to be implemented:
$ ecctl user show auth-info <username>
All new functions should have their respective unit tests.
Blocked by: https://github.com/elastic/cloud-cli/issues/1013
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@karencfv commented on Thu Oct 03 2019
Overview
Now that the swagger spec in
cloud-sdk-go
has been updated to2.4
there are new endpoints we need to implement.endpoint ID:
Possible Implementation
New command to be implemented:
$ ecctl user show auth-info <username>
Testing
All new functions should have their respective unit tests.
@karencfv commented on Thu Oct 03 2019
Blocked by: https://github.com/elastic/cloud-cli/issues/1013The text was updated successfully, but these errors were encountered: