This tool may also be used from the command line, e.g.:
curl http://api.csswg.org/bikeshed/ -F file=@Overview.bs -F force=1 > Overview.htmlcurl http://api.csswg.org/bikeshed/ -F url=http://dev.w3.org/csswg/css-syntax/Overview.bs > Overview.htmlcurl http://api.csswg.org/bikeshed/ -F file=@Overview.bs -F output=errcurl http://api.csswg.org/bikeshed/ -F file=@Issues.txt -F input=issues > Issues.html
Valid paramaters are:
- file
- file contents to process
- url
- url contents to process
- input
- input type: 'spec' or 'issues' (default = 'spec')
- output
- desired output: 'html', 'err' (default to Accept: header value)
- force
- send HTML output even if fatal errors encountered, otherwise output determined by Accept: header
- die-on
- select category of error to stop on, options are: nothing, fatal, link-error, warning, everything (default = 'fatal')
- time
- default specification time (yyyy-mm-dd hh:mm:ss +0000)
- md-<key>
- override metadata (e.g.: md-status=CR)
Parameters may be submitted as query arguments or form fields.
Further information can be found in the Bikeshed documentation.