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

Bug: CLI documentation is not up to date with the current SuperMQ implementation. #2633

Open
JonesKisaka opened this issue Jan 6, 2025 · 0 comments · May be fixed by absmach/supermq-docs#215
Labels

Comments

@JonesKisaka
Copy link

JonesKisaka commented Jan 6, 2025

What were you trying to achieve?

  • Trying to create user using cli.
  • Checking status.

What are the expected results?

{
 "created_at": "2025-01-06T11:46:46.625694Z",
 "credentials": {
   "username": "kisakajones"
 },
 "email": "[email protected]",
 "first_name": "jones",
 "id": "51ac4bdf-0dee-4f02-8407-a649ab03de3a",
 "last_name": "kisaka",
 "role": "user",
 "status": "enabled",
 "updated_at": "0001-01-01T00:00:00Z"
}

What are the received results?

supermq-cli users create joneskisaka [email protected] 123456789
supermq-cli: command not found

Steps To Reproduce

In what environment did you encounter the issue?

docker

Additional information you deem important

No response

@JonesKisaka JonesKisaka added the bug label Jan 6, 2025
@nyagamunene nyagamunene linked a pull request Jan 7, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant