LinuxCommandLibrary

dasel

Select, put and delete data from JSON, TOML, YAML, XML and CSV files

Help

Select properties from the given file. 

Usage:
  dasel select -f  -p  -s  [flags] 

Flags:
      --color                   Alias of --colour. 
      --colour                  Print colourised output. 
  -c, --compact                 Compact the output by removing all pretty-printing where possible. 
      --escape-html             Escape HTML tags when writing output. 
  -f, --file string             The file to query. 
      --format string           Formatting template to use when writing results. 
  -h, --help                    help for select 
      --length                  Output the length of the selected value. 
      --merge-input-documents   Merge multiple input documents into an array. 
  -m, --multiple                Select multiple results. 
  -n, --null                    Output null instead of value not found errors. 
  -p, --parser string           Shorthand for -r FORMAT -w FORMAT. 
      --plain                   Alias of -w plain 
  -r, --read string             The parser to use when reading. 
  -s, --selector string         The selector to use when querying the data structure. 
  -w, --write string            The parser to use when writing. 

Copied to clipboard