aboutsummaryrefslogtreecommitdiffstats
path: root/tests/live.sh
blob: 06cbfbf1a3c3e3ddb58c2cdac759e32eadadd1cc (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -e -u -o pipefail

export FATCAT=./target/debug/fatcat-cli

$FATCAT search releases "metadata author:phillips" > /dev/null

$FATCAT get doi:10.1002/spe.659 > /dev/null

$FATCAT search releases journal:"first monday" --entity-json --expand files | $FATCAT batch --limit 1 download > /dev/null