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: docs/commandline.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,14 @@ To generate a template:
73
73
:::
74
74
75
75
76
+
### Stored Credentials
77
+
For advanced automation scenarios you can add/update stored credentials or list your existing items:
78
+
79
+
-`certify credential store <unique storage key GUID> "<title>" "<type id>" "<secret>"` : for advanced automation use. Stores or updates a stored credential.
80
+
81
+
-`certify credential list` : list current stored credential summary information. This does not show secret values.
82
+
83
+
Note that when storing credentials information such as the Type ID and JSON format for the secrets will vary by credential type and are not arbitrary. Contact support to discuss your requirements.
0 commit comments