virgil identity verify.1 - VirgilSecurity/virgil-cli GitHub Wiki
identity-verify -- verify an Identity for a Global Virgil Card
virgil identity-verify -d <arg> [-o <file>] [-V] [--] [--version] [-h]
The utility allows you to verify an Identity for a Global Virgil Card with such steps:
- Send a
confirmation_code
to an email. - Get an
action_id
as a result.
-d <arg>, --identity <arg>
(required) Identity email
-o <file>, --out <file>
Action id. If omitted stdout is used.
-V, --VERBOSE
Shows detailed information.
--, --ignore_rest
Ignores the rest of the labeled arguments following this flag.
--version
Displays version information and exits.
-h, --help
Displays usage information and exits.
On success, action_id is returned. On error, exception is thrown.
virgil identity-verify -d email:[email protected]
virgil(1) virgil-config(1) virgil-identity-confirm-global(1)