Skip to content

Commit

Permalink
CLI: add credential commands
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc committed Oct 17, 2024
1 parent 3abe001 commit a53ef2b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/commandline.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ To generate a template:
:::


### Stored Credentials
For advanced automation scenarios you can add/update stored credentials or list your existing items:

- `certify credential store <unique storage key GUID> "<title>" "<type id>" "<secret>"` : for advanced automation use. Stores or updates a stored credential.

- `certify credential list` : list current stored credential summary information. This does not show secret values.

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.

### Diagnostics

Expand Down

0 comments on commit a53ef2b

Please sign in to comment.