You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: USAGE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ These commands allow you to import and export email/http action templates. A com
59
59
| ------- | ----------- | ------- |
60
60
| createmediatype | Create a custom media type. Provide the name of the media type as parameter (-n) |`act.sh actiontemplate createmediatype -n 'application/vnd.appd.events+json'`|
61
61
| export | Export all templates of a given type. Provide the type (-t email or httprequest) as parameter. |`act.sh actiontemplate export -t httprequest`|
62
+
| exportHttpActionPlanList | Export the Http Action Plan List This command requires no further arguments. |`act.sh actiontemplate exportHttpActionPlanList `|
62
63
| delete | Delete an action template. Provide an id (-i) and a type (-t) as parameters. ||
63
64
| import | Import an action template of a given type (email, httprequest) |`act.sh actiontemplate import template.json`|
64
65
| list | List all actiontemplates. Provide a type (-t) as parameter. ||
rde actiontemplate_createmediatype "Create a custom media type.""Provide the name of the media type as parameter (-n)""-n 'application/vnd.appd.events+json'"
0 commit comments