This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://github.com/clusto/clusto/pull/64 | |
| $ clusto-tree --help | |
| usage: clusto-tree [-h] [--config CONFIG] [--loglevel LOGLEVEL] | |
| [--dsn DSN] [-p | -c] [-C] | |
| object [attributes [attributes ...]] | |
| Display clusto objects, recursively, with attributes, and/or in color. | |
| This script queries for a specified clusto object and attributes and | |
| optionally also queries parent or contained objects, recursively. |