0.0.1-alpha9 • Published 4 years ago

@splunkdlt/udfpub v0.0.1-alpha9

Weekly downloads
11
License
-
Repository
-
Last release
4 years ago

UDF Dashboard Publisher

This tool creates a create-react-app project for a given list of UDF dashboards, making the dashboards accessible to anyone using Now. Search results are proxied through serverless functions, which handle authentication and efficient CDN caching.

Prerequisites

  1. Sign up for Now and set up Now CLI
  2. Node.js 12+, NPM, Yarn

Get started

  1. Install udfpub CLI globally
$ npm i -g @splunkdlt/udfpub
  1. Initialize a new project
$ udfpub init
  1. Optional: Edit generated UI in a local development environment
$ now dev --listen 3333
  1. Publish: Deploy to now.sh
$ now
  1. Create github repository and add the Now.sh integration