@ted-galago/wave-cli 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -66,6 +66,10 @@ wave meetings show --id 77
66
66
  wave members show --id 44
67
67
  wave meetings notes --id 77 --content "Decisions captured"
68
68
  wave issues create --issue-group-id 321 --name "Auth issue" --issue-type short_term
69
+ wave foundation strategic-plans show
70
+ wave foundation strategic-objectives update --data-json '{"strategic_objective":{"summary":"Updated"}}'
71
+ wave foundation annual-objectives create --data-json '{"annual_objective":{"strategic_objective_id":"7","name":"Annual Goal"}}'
72
+ wave foundation quarterly-objectives create --data-json '{"quarterly_objective":{"strategic_objective_id":"7","annual_objective_id":"8","name":"Quarterly Goal"}}'
69
73
  wave lists create --data-json '{"name":"Weekly List"}'
70
74
  wave list-items create --data-json '{"list_id":"123","summary":"Follow up"}'
71
75
  wave todos create --data-json '{"todo_group_id":"55","name":"Send update"}'