UNPKG

bw-cli

Version:

The Brightwork (bw) command line deployment tool. Build & deploy serverless RESTful APIs in minutes.

14 lines 221 B
name: models: album: attributes: name: string photos: collection: 'photo' via: 'album' photo: attributes: caption: string url: string album: model: 'album'