Select
Select is the default command for the dasel
cli.
The select command allows you to select data from any supported data structure.
Usage
See the function documentation for information on the available selectors.
Flags/Args
Flag | Type | Description | Default |
---|---|---|---|
|
| Print colourised output. |
|
|
| Escape HTML tags when writing output. |
|
|
| The file to query.
If no file is given dasel reads from | |
|
| Pretty print the output. |
|
|
| The parser to use when reading.
If no parser is given dasel attempts to find a parser from the | |
|
| The selector used to query the input data. If no flag is given dasel attempts to use the first argument as the selector. | |
|
| The parser to use when writing.
If no parser is given dasel will use the | |
|
| The separator used when working with csv files. |
|
|
| The separator used when writing csv files. | value of |
|
| The comment character used when working with csv files. | |
|
| True to write csv files with a |
|
Last updated