You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/05/03 22:32:18 UTC

[GitHub] [incubator-superset] rjurney opened a new issue #7444: Add CLI options to export individual dashboards by id/title

rjurney opened a new issue #7444: Add CLI options to export individual dashboards by id/title
URL: https://github.com/apache/incubator-superset/issues/7444
 
 
   **Is your feature request related to a problem? Please describe.**
   
   I need to be able to export one dashboard at a time.
   
   **Describe the solution you'd like**
   
   ```bash
   rjurney$ superset export_dashboards --help
   
   Usage: superset export_dashboards [OPTIONS]
   
     Export dashboards to JSON
   
   Options:
     -f, --dashboard-file TEXT   Specify the the file to export to
     -p, --print_stdout          Print JSON to stdout
     -i, --dashboard-id INTEGER  Specify dashboard id to export
     -t, --dashboard-title TEXT  Specify dashboard title to export
     --help                      Show this message and exit.
   
   ```
   A clear and concise description of what you want to happen.
   
   **Describe alternatives you've considered**
   
   Manually filtering the JSON is annoying.
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org