Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 738 Bytes

graphikctl_put_doc.md

File metadata and controls

34 lines (23 loc) · 738 Bytes

graphikctl put doc

create-or-replace a document

graphikctl put doc [flags]

Examples

graphikctl put doc --gtype task --attributes '{ "title": "this is a title", "description": "this is a description", "priority": "low"}'

Options

      --attributes string   json attributes of the doc
      --gid string          the gid of the doc
      --gtype string        the gtype of the doc
  -h, --help                help for doc

Options inherited from parent commands

      --config string   config file (default is $HOME/.graphikctl.yaml)

SEE ALSO

Auto generated by spf13/cobra on 28-Dec-2020