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
Current cogctl confirmation messages aren't granular enoguh. They just say Are you sure?
Are you sure?
>cogctl -p cog user delete {user-x} Are you sure? [y/N]: y
It be nice for the confirmation message to be more granular:
Are you sure you want to remove {user-x}'s cog account completely?
or
Are you sure you want to remove {user-x} from the group {group-y}
Are you sure you want to add {user-x} to the {group-y} group
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current cogctl confirmation messages aren't granular enoguh. They just say
Are you sure?
It be nice for the confirmation message to be more granular:
Are you sure you want to remove {user-x}'s cog account completely?
or
Are you sure you want to remove {user-x} from the group {group-y}
or
Are you sure you want to add {user-x} to the {group-y} group
The text was updated successfully, but these errors were encountered: