Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.01 KB

force-md_profile_object-permissions_edit.md

File metadata and controls

38 lines (29 loc) · 1.01 KB

force-md profile object-permissions edit

Update object permissions

force-md profile object-permissions edit -o SObject [flags] [filename]...

Options

  -o, --object string   object name
  -c, --create          allow create
  -d, --delete          allow delete
  -e, --edit            allow edit
  -r, --read            allow read
  -m, --modify-all      allow modify all
  -v, --view-all        allow view all
  -C, --no-create       disallow create
  -D, --no-delete       disallow delete
  -E, --no-edit         disallow edit
  -R, --no-read         disallow read
  -M, --no-modify-all   disallow modify all
  -V, --no-view-all     disallow view all
  -h, --help            help for edit

Options inherited from parent commands

      --convert-xml-entities   convert numeric xml entities to character entities (default true)
      --silent                 show errors only

SEE ALSO