alanblueshift commented on issue #984: Create option for machine readable 
output for scan
URL: https://github.com/apache/fluo/issues/984#issuecomment-367189548
 
 
   Now we have 3 options for configure the scan command:
   
   - Based on fluo-app.properties
   - Based on --csv-* parameters
   - And based on -o overwrite parameter
   
   ```bash
   
   [root@9bb10c2c941e share]# fluo scan -a myapp --csv
   [root@9bb10c2c941e share]# fluo scan -a myapp --csv --csv-delimiter '|'
   [root@9bb10c2c941e share]# fluo scan -a myapp --csv -o 
fluo.scan.csv.delimiter='|'
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to