coffeeapp icon indicating copy to clipboard operation
coffeeapp copied to clipboard

fixtures handling (from fixtures/*.json)

Open andrzejsliwa opened this issue 14 years ago • 0 comments

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 ... },

andrzejsliwa avatar Jan 25 '11 16:01 andrzejsliwa