diff --git a/posts/index/2-cli/index.html b/posts/index/2-cli/index.html index 84e1e05b..ff6bf4d0 100644 --- a/posts/index/2-cli/index.html +++ b/posts/index/2-cli/index.html @@ -310,6 +310,8 @@ a {
  • --reporter <reporter> - This will specify the progress reporter to use. The default is rich. Valid values are rich, print, and none.
  • --emit <types> - This specifies the table output formats the pipeline should emit. The default is parquet. Valid values are parquet, csv, and json, comma-separated.
  • --nocache - This will disable the caching mechanism. This is useful for debugging and development, but should not be used in production.
  • +
  • --output <directory> - Specify the output directory for pipeline artifacts.
  • +
  • --reports <directory> - Specify the output directory for reporting.