Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 759 Bytes

force_bigobject_create.md

File metadata and controls

39 lines (26 loc) · 759 Bytes

force bigobject create

Create big object

force bigobject create [flags]

Examples


  force bigobject create -n=MyObject -l="My Object" -p="My Objects" \
  -f=name:Field1+label:"Field 1"+type:Text+length:120 \
  -f=name:MyDate+type=dateTime

Options

  -f, --field strings   field definition
  -h, --help            help for create
  -l, --label string    big object label
  -p, --plural string   big object plural label

Options inherited from parent commands

  -a, --account username    account username to use
  -V, --apiversion string   API version to use
      --config string       config directory to use (default: .force)

SEE ALSO