Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Backup all apps

This Node.js file backups up all your LUIS apps:

  • settings
  • endpoints
  • versions

Prerequisites

  • Lastest version of Node.js.
  • Install dependencies from package.json with npm install
  • In the backup.js file, change to programmaticKey to your own key.

Run backup

  • From command line, `npm start' or 'node backup.js'

Review backup

backup.json is a json tree structure of each app with the information about each app.