===================
- Updated ``croud users list`` to include all user roles.
- Deprecated ``--no-org`` argument to ``croud users list`` in favor of ``--no-roles``.
- Added the ``croud projects users list`` command to list all user within a project.
- Added the ``croud organizations users list`` command to list all user within an
organization.
- Added the optional ``--sudo`` argument to be able to specify when a command should
be run as ``superuser``.
- The ``-org-id`` parameter is now optional for non-superusers. Upon login, a
user's organization will be retrieved and stored in the configuration file.
Whenever the ``--org-id`` parameter is needed, a fallback to the default
organization will be made.
- Added support for YAML output. It can be specified with the ``-o yaml``
argument.