.nh .TH "DASEL-PUT" "1" "Mar 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP dasel-put - Write properties to the given file. .SH SYNOPSIS .PP \fBdasel put -t -v -f -r [flags]\fP .SH DESCRIPTION .PP Write properties to the given file. .SH OPTIONS .PP \fB--colour\fP[=false] Print colourised output. .PP \fB--csv-comma\fP="," Comma separator to use when working with csv files. .PP \fB--csv-comment\fP="" Comma separator used when reading csv files. .PP \fB--csv-crlf\fP[=false] True to use CRLF when writing CSV files. .PP \fB--csv-write-comma\fP="" Comma separator used when writing csv files. Overrides csv-comma when writing. .PP \fB--escape-html\fP[=false] Escape HTML tags when writing output. .PP \fB-f\fP, \fB--file\fP="" The file to query. .PP \fB-h\fP, \fB--help\fP[=false] help for put .PP \fB--indent\fP=2 The indention level when writing files. .PP \fB-o\fP, \fB--out\fP="" The file to write output to. .PP \fB--pretty\fP[=true] Pretty print the output. .PP \fB-r\fP, \fB--read\fP="" The parser to use when reading. .PP \fB-s\fP, \fB--selector\fP="" The selector to use when querying the data structure. .PP \fB-t\fP, \fB--type\fP="string" The type of variable being written. .PP \fB-v\fP, \fB--value\fP="" The value to write. .PP \fB-w\fP, \fB--write\fP="" The parser to use when writing. Defaults to the read parser if not provided. .SH SEE ALSO .PP \fBdasel(1)\fP .SH HISTORY .PP 27-Mar-2024 Auto generated by spf13/cobra