Skip to content

Commit a53ef2b

Browse files
CLI: add credential commands
1 parent 3abe001 commit a53ef2b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/commandline.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ To generate a template:
7373
:::
7474

7575

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.
7684

7785
### Diagnostics
7886

0 commit comments

Comments
 (0)