Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

alphagov/backdropsend

Repository files navigation

Build Status

backdropsend

CLI tool for sending data to Backdrop

Install

pip install https://github.com/alphagov/backdropsend/tarball/0.0.1

Example

backdrop-send --url https://location/of/backdrop/data_set --token TOPSECRET123456 myfile.json

or

cat myfile.json | backdrop-send --url https://location/of/backdrop/data_set --token TOPSECRET123456