A few questions from me:
* Is it possible to view the returned JSON when creating and updating a client? This contains values filled in by the server, including the registration access token.
* Should we not enable pretty print by default?
* --cache isn't the most intuitive name, I don't have a better suggestion though
* Docs should be moved to Gitbook "Securing Clients and Applications guide"
* When creating clients and later updating them I assume it uses the registration access token from the cache?
* A nice addition would be the ability to list attributes from ClientRepresentation so it's easy to discover what attributes can be set
* What about setting/changing complex attributes, how does that look like? Can we add/remove to an array? Add/remove elements to a complex object? Something like JSON patch could be niceĀ
https://tools.ietf.org/html/rfc6902