virgil card search private.1 - VirgilSecurity/virgil-cli GitHub Wiki

NAME

card-search-private -- search for a Private Virgil Card(s) from the Keys Service.

SYNOPSIS

    virgil card-search-private  [-o <arg>] -d <arg> -t <arg> [-u] [-V] [--]
                        [--version] [-h]

DESCRIPTION

Search for a Private Virgil Card from the Virgil Keys Service

OPTIONS

    -o <arg>,  --out <arg>
     Folder where Virgil Cards will be saved.

    -d <arg>,  --identity <arg>
     (required)  Identity value or obfuscated identity value (see 'virgil exhash')

    -t <arg>,  --identity-type <arg>
     (required)  Identity type or obfuscated identity type (see 'virgil exhash')

    -u,  --unconfirmed
     Includes unconfirmed identities into Cards search.

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

EXAMPLES

  1. Search for Private Virgil Cards with a confirmed Identity:

    virgil card-search-private -d [email protected] -t email -o alice/
    
  2. Search for Cards with a confirmed Identity and an uncorfirmaed Identity:

    virgil card-search-private -d [email protected] -t email -o alice-with-unconfirmed-identity/ -u
    
  3. Search for Private Virgil Cards with a confirmed Identity:

    virgil card-search-private -d <obfuscated_value> -t <obfuscated_type> -o alice/
    
  4. Search for Private Virgil Cards with a confirmed Identity and an uncorfirmaed Identity:

    virgil card-search-private -d <obfuscated_value> -t <obfuscated_type> -o alice/ -u
    

SEE ALSO

virgil(1) virgil-config(1) virgil-card-create-private(1) virgil-card-get(1)

⚠️ **GitHub.com Fallback** ⚠️