This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch feat/export-example-cli
in repository https://gitbox.apache.org/repos/asf/superset.git
from b792231066 feat(cli): Add export-example command for creating example
dashboards
add 2caf9f231d chore: Change default export dir to exports/ subfolder
add e58b435333 feat(cli): Add npm script for export-example convenience
No new revisions were added by this update.
Summary of changes:
.gitignore | 2 +
superset-frontend/package.json | 3 +-
superset-frontend/scripts/export-example.sh | 68 +++++++++++++++++++++++++++++
superset/cli/export_example.py | 4 +-
superset/examples/exports/.gitkeep | 1 +
5 files changed, 75 insertions(+), 3 deletions(-)
create mode 100755 superset-frontend/scripts/export-example.sh
create mode 100644 superset/examples/exports/.gitkeep