Skip to content

Command-line based ODP configuration import-export utility

License

Notifications You must be signed in to change notification settings

appveen/odp-import-export-utility

Repository files navigation

ODP Import Export Utility

Command-line based ODP configuration import-export utility.

Installation

Download the required executable from the releases page.

Run

Create a file called config.json with the connection details of your server,

{
  "name": "MY ODP Server",
  "url": "https://myodp.appveen.com",
  "username": "johndoe@gmail.com",
  "password": "xxxxxxxxxx"
}

Make sure that this file is in the same location as the executable which you downloaded.

Run the executable.

~ 🍻~