Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.02 KB

File metadata and controls

39 lines (32 loc) · 1.02 KB

synctl create cred

Create Synthetic credential.

Syntax

synctl create cred [options]

Options

Common options

    -h, --help                                  show this help message and exit
    --verify-tls                                verify tls certificate

    --apps, --applications <id>                 set application id
    --mobile-apps, --mobile-applications <id>   set mobile application id
    --websites <id>                             set websites

Examples

Create a credential

synctl create cred --key <key-name> --value <value>

Create a credential with applications

synctl create cred --key <key-name> --value <value> --apps "$APPLICATION1" "$APPLICATION2" "$APPLICATION3" ...

Create a credential with websites

synctl create cred --key <key-name> --value <value> --websites "$WEBSITE1" "$WEBSITE2" ...

Create a credential with mobile applications

synctl create cred --key <key-name> --value <value> --mobile-apps "$MOBILE-APP1" "$MOBILE-APP2" ...