cli: document disallow and edit options in manpages

There were missing descriptions for the `--disallow` and `--edit` options in the
`rad-id` manpages.
This commit is contained in:
Fintan Halpenny 2025-04-15 10:43:10 +02:00
parent a5665412f6
commit 538648c542
1 changed files with 8 additions and 0 deletions

View File

@ -73,6 +73,11 @@ automatically accepted and included into the identity document.
*--allow* _<did>_:: *--allow* _<did>_::
Update the identity by giving a specific peer access to a private repository. Update the identity by giving a specific peer access to a private repository.
*--disallow* _<did>_::
Update the identity by removing a specific peer's access to a private repository.
Note that the peer could have the contents of the repository up until the
point that access was revoked.
*--payload* _<id> <key> <val>_:: *--payload* _<id> <key> <val>_::
Update the identity by setting metadata in one of the identity payloads. Update the identity by setting metadata in one of the identity payloads.
This can be used to update a repository's project name or description, for This can be used to update a repository's project name or description, for
@ -81,6 +86,9 @@ automatically accepted and included into the identity document.
*--no-confirm*:: *--no-confirm*::
Don't ask for confirmation before creating the revision. Don't ask for confirmation before creating the revision.
*--edit*::
Opens your $EDITOR to edit the JSON contents directly.
=== edit === edit
Edit an existing revision to the identity document. The revision must still be Edit an existing revision to the identity document. The revision must still be