Specify output format for certain operations. Supported formats: xml, json.
+.. option:: --pretty-format
+
+ Enable pretty formatting for JSON/XML output with indentation and newlines.
+ If no format is specified, default is true. Use ``--format <json/xml>`` to disable
+ for more compact output.
+
.. option:: --sync-stats
Option for the 'user stats' command. When specified, it will update user stats with
cout << " --bucket-index-max-shards override a zone/zonegroup's default bucket index shard count\n";
cout << " --fix besides checking bucket index, will also fix it\n";
cout << " --check-objects bucket check: rebuilds bucket index according to actual objects state\n";
- cout << " --format=<format> specify output format for certain operations: xml, json\n";
+ cout << " --format=<format> specify output format for certain operations: xml, json (default: json)\n";
+ cout << " --pretty-format enable pretty formatting for json/xml output\n";
cout << " --purge-data when specified, user removal will also purge all the\n";
cout << " user data\n";
cout << " --purge-keys when specified, subuser removal will also purge all the\n";
--bucket-index-max-shards override a zone/zonegroup's default bucket index shard count
--fix besides checking bucket index, will also fix it
--check-objects bucket check: rebuilds bucket index according to actual objects state
- --format=<format> specify output format for certain operations: xml, json
+ --format=<format> specify output format for certain operations: xml, json (default: json)
+ --pretty-format enable pretty formatting for json/xml output
--purge-data when specified, user removal will also purge all the
user data
--purge-keys when specified, subuser removal will also purge all the