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 Fri Oct 04 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-current-user-restricted-features
New command to be implemented:
$ ecctl user show auth-info --current
or
$ ecctl user show current-restricted
All new functions should have their respective unit tests.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@karencfv commented on Fri Oct 04 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 --current
or
$ ecctl user show current-restricted
Testing
All new functions should have their respective unit tests.
The text was updated successfully, but these errors were encountered: