coffeeapp
coffeeapp copied to clipboard
fixtures handling (from fixtures/*.json)
examples using:
coffeeapp fixtures # upload all fixtures to default database coffeeapp fixtures/name.json # upload one fixture to default database
example file:
example.json { id: ... #if exist id key ... should be used key: value ... }, { key: valuee ... },