seagull-js / seagull-cli

The best way to start, develop and deploy Seagull Apps.
https://seagull-js.github.io/seagull-cli/
GNU Lesser General Public License v3.0
2 stars 0 forks source link

creating models with multiple fields #35

Open Harper04 opened 6 years ago

Harper04 commented 6 years ago
 > ~/#: sg add model measurements channel:string timestamp:number value:number
ERR Expecting 2 parameter(s) at most but got 4 instead.

  scaffold a new data model

  USAGE

    seagull add model <name> [fields]

  PARAMETERS

    name   - name of the data model
    fields - list of data fields, like: `status:string done:boolean`

Only one field is working

Anonyfox commented 6 years ago

seems to be an issue with clime. investigating.